Search Results for 'forum css'
-
Search Results
-
Topic: How do I remove the header?
I am embedding a forum in a WordPress protected page – http://www.shiftselling.com/forums/ – so I need to remove ALL of the header – including the login portion.
Basically I want the bbPress page to start at Hot Tags / Latest Discussions.
What is the minimum content I need in the header.
WordPress 2.8.4 & bbPress 1.0.2
WordPress them is a modified K2 and bbPress theme is Derleth 0.01 by
Complete header code below:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php bb_language_attributes( ‘1.1’ ); ?>>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<?php bb_feed_head(); ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />
<?php endif; ?>
<?php if ( is_topic() && bb_is_user_logged_in() ) : ?>
<script type=”text/javascript”>
var lastMod = <?php topic_time( ‘timestamp’ ); ?>;
var page = <?php global $page; echo $page; ?>;
var currentUserId = <?php bb_current_user_info( ‘id’ ); ?>;
var topicId = <?php topic_id(); ?>;
var uriBase = ‘<?php bb_option(‘uri’); ?>’;
var tagLinkBase = ‘<?php bb_tag_link_base(); ?>’;
var favoritesLink = ‘<?php favorites_link(); ?>’;
var isFav = <?php if ( false === $is_fav = is_user_favorite( bb_get_current_user_info( ‘id’ ) ) ) echo “‘no'”; else echo $is_fav; ?>;
</script>
<?php bb_enqueue_script(‘topic’); ?>
<?php endif; ?>
<?php bb_head(); ?>
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
<div id=”header”>
<b class=”rtop”>
<b class=”r1″></b> <b class=”r2″></b> <b class=”r3″></b> <b class=”r4″></b>
</b>
<h1>“><?php bb_option(‘name’); ?></h1>
<?php login_form(); ?>
</div>
<div id=”main”>
<?php if ( is_bb_profile() ) profile_menu(); ?>
<script language=”javascript”>
document.write(‘<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>’);
</script>Cialis 20mg
Just like the title says, there doesn’t appear to be any CSS in my admin dashboard. I’ve went through and reuploaded the appropriate files, but still it’s broken, like no CSS elements. The actual links, settings, files, etc are there, just no CSS to make it easy on the eyes or organized.
I’ve done some searches on Google and on these forum and I cannot seem to find the exact problem I’m having. I have updated my .htaccess, config file, etc. I’m not sure what else to try.
Thanks for your help.
Topic: Some PHP help please
When somebody visits my bbpress forum http://storeeboard.com , they are presented with the login form at the top of the page. Once they login, the form disappears and what appears is the ‘Welcome, *username* | Logout’ information.
My question is, how do I get other text on the page to ‘disappear’ once somebody has logged in.
I have a ‘Sign Up’ link on the page that I would like to disappear once a user logs in.
My php skills aren’t all that great but I know my way around xhtml and css.
Hi,
With the help of a lot of posts about this topic on this forum I was able to come to a point where I have useres between Wp and BB integrated and I also started the deep integration of WP template and BB press on a test site here:
http://www.itouchaudio.com/forum
I added code to my bbpress config to be able to call wordpress functions. Then I copied over the Wp header.php from my wordpress theme into the bbpress theme folder (hope that was right). Now what you see on the above link is the result so far. still got quite a bit of problems I guess. The CSS of the forum seems to be not available so ….
I am wondering this: What do i do with the CSS files… At the moment I am loading the CSS file from wordpress theme but also the CSS file from the bb press theme…. Of course that doesn’t work 100% as you can see but what should i do? How can you have the CSS for both the Wp and BB theme integrated to work together?
BTW: In case this is important I am using the bbpress forum theme (the one that mimics the look of the bbpress forum, the one right here).
I know this goes a bit already into a CSS problem, not specifically BB press anymore but I was hoping some of you might be able to point me into the right direction looking at what I got so far.
Thanks for any help.
Hi I want to make my bb press forum the same as my wordpress page.
Is there and easy way to do this?
thanks
John
Topic: Links in the Header.
I am using the “Structure” theme with the header.php file code below. This is the link http://bbshowcase.org/forums/ to see the layout of the template. Just change the theme to “Structure” at the bottom of the page to see it. I am trying to change the links on top to different links pointing to my sites. Like “home”, “Example1″, Example2” etc. Where and how do I do it in the code below?
Thank you.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”<?php bb_language_attributes(‘1.1’); ?>>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<?php
// Feed header
bb_feed_head();
// Get functions
require_once(bb_get_template(‘functions.php’));
op_script_loader();
// bbPress head function
bb_head();
?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”body-container”>
<?php require_once(bb_get_template(‘main-nav.php’)); ?>
<div id=”header-container”>
<div id=”header”>
<h1>” title=”<?php bb_option(‘name’); ?>”><span><?php bb_option(‘name’); ?></span></h1>
</div>
</div>
<div id=”container”>
<div id=”<?php if(is_front()) echo “content”; else echo “forums”; ?>” class=”forums left”>
I have what is probably a very simple PHP editing problem.
I am trying to move some paragraph text beneath some H2 text but I cannot work out which file I need to edit. I have tried to move it below using CSS and have also tried to add line breaks in the PHP files but I cannot seem to find where to add the line break.
You can view the problem here.
I am trying to move the ‘You must log in to post’ text beneath the ‘New topic…” text.
Thanks
I’m trying to install a new bbPress forum at http://forums.morganwick.com. The “wrapper” div is set in style.css (the only file I’ve changed) to have position:static. It appears to be absolutely positioned, and I don’t see anything in either style.css or in the code that appears when I “view source” that would overrule style.css (the only places in style.css where anything is absolutely positioned either have “display” set to “none” or don’t appear on all pages) unless I have to go hunting through JavaScript. Having to deal with absolutely positioned elements is a pain for an amateur developer like me, and I’d much rather have elements appear as part of the normal flow, like I can do in WordPress; what’s the problem here?
UPDATE: I just removed the background image from “wrapper” and added it to “header”, but it doesn’t show up at all. I’m trying to make it look as much like http://www.morganwick.com as possible.
Hi all,
I am running wpmu, buddypress along with bbpress. After deep intergration, Everything works well, except that the theme in my forum doesn’t look the way I want. I want it look like my own theme I use for buddypress, with the header, navi and footer. The Rest can still be adjusted with css, that’s not the big deal, I’d use the default bbpress theme as a base to do that.
I have tried ThemePresss, but it would mess up everything, not show the buddybar and the link to the forums. Is there any other way to make my forums look the way I want?
Thnx in advance,
pxlgirl.