Published on March 10th, 2008 by
Please see the WordPress MU forum ( https://mu.wordpress.org/forums/topic.php?id=7778&page&replies=6#post-46043) and look for my first post where it says “feature and strip” …
The font changes at that point. It looks like the rest of the thread is formatted like code. I don’t know why there’s a backtick near the word feature, but even if I did put it there and forgot to close it, is that the reason the entire thread appears formatted like code? If not, please explain.
Published on March 10th, 2008 by Craig
Hello,
I am trying to install the newest editions of both WordPress and bbPress onto the same site as of March 10, 2008. The desired URLs for both are:
WordPress: http://www.hooligans-gaming.net
bbPress: http://www.hooligans-gaming.net/forums
I have both running from the same database and thats all setup good. However, I have a few questions:
1) I want a single registration page. Meaning that I want a visitor to the site to click on either the forums Register link or even the front page Register link and be brought to the same page and have both WordPress and bbPress share the same user table … how can this be done?
2)Secondly, I want my registered users to be able to sign in at the front page OR on the forums and be logged in until they timeout or logout… how can this be done?
3)With those two steps, my final request is how can I fully integrate my WordPress and bbPress? I plan to use the WordPress install for front page news and website content and my bbPress to be (you guessed it) my forums. As far as features is concerned, I would just want to display the top 10 most recent threads on the front page as well as another widget I have planned for a different feature that wouldn’t affect the forums so I’ll leave that one along for now.
—
I have no problem editting files if I need to. I’m no pro but I have enough knowledge to get me by.
Thank you in advance!
Published on March 10th, 2008 by
Warning: Invalid argument supplied for foreach() in /home/leodncom/public_html/bbpress/bb-settings.php on line 169
i found this error on installing bbpress on my server.
pls help me to clear it
Published on March 8th, 2008 by _ck_
I’ve noticed there is a serious problem with the way the CSS works for the default Kakumei theme (and any other theme based on it).
As you add information to the post author field on the left, it will start to vertically overflow and start to overlap the next post. This is because the designer unfortunately decided to use a shortcut via position:absolute making it impossible to clear:both columns.
Here’s how to easily fix it by appending two simple lines to the very bottom of the style.css and no need to search for and edit/replace other lines.
.threadauthor {position:relative; float:left; margin:0 -110px 0 0; right:110px; }
.poststuff {clear:both;}
If you don’t want to edit any core files, simply put this into a plugin (make a new one or any existing one)
function fix_kakumei_css() { echo '<style type="text/css">.threadauthor {position:relative; float:left; margin:0 -110px 0 0; right:110px; } .poststuff {clear:both;} </style>';}
add_action('bb_head', 'fix_kakumei_css');
Tested working in Internet Explorer, Firefox, Opera and Safari for Windows. Would appreciate MAC browser feedback?
(I will attempt to automatically include this hack in my plugins to help avoid edits since it’s usually my plugins that add so much info to the left but the new gravatar in 0.9 will also cause the overflow)
Should actually be a core fix now that I think about it.
Published on March 8th, 2008 by
I customised my bbpress forum to fit in with the look of my blog.
I am 99% finished now but noticed one problem.
If you go to http://www.thecvstore.net/community/ all forum pages have the same page title.
What have I done wrong and does anyone know how to rectify it?
Published on March 8th, 2008 by
I get the following error:
Forbidden
You don’t have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I have not changed anything on my browser/computer. Everything else I access on the internet seems to be running perfectly. Please advise.
Published on March 8th, 2008 by
Hello,
I’m looking for someone to build a plugin that will replace the existing text editor with a flash GUI editor located here: http://flexcubed.com/component_details.php?id=ba7f51548179725f11c9786a5e2853df
The output should be .swf file on the topic post. If you’re interested in developing this plugin please contact me with your costs to do the plugin. Once it’s created I’d be happy to share it back with the community. thanks.
Published on March 8th, 2008 by ironbound
1. I have a wordpress blog and a bbpress forum. Independent of eachother (different directories).
2. How do I integrate the two? By integrate I mean: Have bbpress be a page within the blog. (chickspeak.com style)
3. It would be cool to integrate the blog comments into forum posts too but lets just work and word this out one at a time.
Thank you in advance for clearing this up.
Published on March 7th, 2008 by itissue
I know there’s a way to hide a certain part of the front page by using this:
<?php if ( bb_is_user_logged_in() ) : ?>
INSERT HIDDEN CODE HERE
<?php endif; else : // $forums ?>
but I was wondering if you could have a section that only nonregistered users can view. This will make more sense after visiting my site:
http://tapestry.endless-sonata.net
At the bottom, I have a table that contains Hot Tags, Views, Users Online, and Top Posters. What I want is for that view to be only visible to registered users. Then, when a nonregistered user views this site, I want just the Hot tags to show in an expanded version, not off to the left. Is there a way to do this? I tried entering the alternate code after this:
<?php endif; else : // $forums ?>
but it didn’t display anything.
Published on March 7th, 2008 by
I have installed bbpress on a Mac OS X 10.4 server, and all seems well with the exception of logging in and out using the Firefox browser. When i enter my login information and press login, the page looks as i it refreshes but does nothing. If i hit register, it says i am already logged in and from that page i can get to the main page of the forums and i am logged in.
When i click log out, it also does not seem to change (still shows my user instead of login box).
At first i thought this was only the browser, however after installing the same release of bbpress on a RHEL5 x64 Linux machine, i did not have this issue, even using the same browser/computer, and other combinations etc to try to get it to happen again.
Anyone seen a problem like this?