@gerikg: I’m open to the idea. I played around with it a bit initially, but finally concluded that the forum was a totally different means of displaying information, and that the negative impact to the layout outweighed any perceived benefit of “consistency”.
With the blog and other sections, the left sidebar provides navigation within the section, which really isn’t applicable to the forum. Likewise, the right sidebar provides external links, which also aren’t applicable to the forum.
And, when I tried to put Views/Stats/Tags into a left sidebar on the forum, I just didn’t think that it fit very well (especially the tag cloud), and cramped the more important content (the forum and post lists themselves).
I could keep playing around with it, though…
@chandersbs: Thanks! Is it approaching something that others would find useful?
I like the layout, it’s looking good.
Guys,
The past few months, i’ve spent 100+ hours on working on my site which was previously SMF-buiild. Now it’s fully bbPress, I’d like to show you guys, and perhaps receive feedback as well.
I used the Kakumei theme to create my own.
Take a look http://www.metalsuriname.com
Feedback/tips regarding design/usability/plugin options etc are always welcome.
O and also, A BIG THANK YOU TO ALL OF YOU WHO HELPED ME IN A WAY OR ANOTHER
bbPress functions have a set of default values that are overwritten by the arguments passed when it’s called, so if a value isn’t specified for something, it stays with the default.
Hi All,
I’m trying to move over from Apache to Lighttpd, but I’m getting a 404 error from my WordPress-MU site when I’m trying to access the BBPress installer.
At the moment, I just have WordPress-MU installed, and the site.conf file says:
server.error-handler-404 = “/index.php”
url.rewrite-once = (
“^/(.*/)?files/$” => “/index.php”,
“^/(.*/)?files/(.*)” => “/wp-content/blogs.php?file=$2”,
“^(/wp-admin/.*)” => “$1”,
“^/([_0-9a-zA-Z-]+/)?(wp-.*)” => “/$2”,
“^/([_0-9a-zA-Z-]+/)?(.*.php)$” => “/$2”,
)
I tried adding a line in there that said:
“^(/forum/.*)” => “$1”,
Thinking that would stop WordPress-MU from ‘taking over’ the URL, but it didn’t help.
I’ve searched the forums and found some lighttpd rewrite rules for once the site is installed. I tried adding some of those, but with no joy.
Any pointers would be much appreciated.
Not really just asking. The only way I see it, is forums is just another part of the website every other part of the website has sidebars just not the forums.
“General Notices” is just what I titled my super-stickies.
I thought about including the sidebars, but thought better of it. I think they would just clutter the interface, and they are blog-centric and wouldn’t add much/anything to the information displayed on the forum. Do you think I could use sidebars effectively?
Hello,
I am using the method found at http://bbpress.org/forums/topic/adding-custom-profile-fields#post-1839 to add custom fields to my user signup and profile sheet:
‘add_filter( ‘get_profile_info_keys’, array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), etc….’
It’s working great.
How can I call the information created here and visible on the profile page of each user and have in visible on the main post page along with the user’s username? I’ve searched the forums and can’t seem to find an answer.
Thanks to anyone who can point me in the right direction.
I hear that. bbPress is missing a lot of the documentation and help that WordPress has. Fortunately, bbPress plugins really are a lot like WordPress plugins. They make use of actions and filters just like WordPress does. The assumption is that you’ll read all about WordPress plugins and then know how to write plugins for bbPress.
You can read all about WordPress plugins and actions and filters at codex.wordpress.org/plugins although this is the page you really want to go to:
https://codex.wordpress.org/Plugin_Resources
You can grep around in the bbPress files to see what actions and filters are available. If you don’t want that much work though go here:
http://www.mittineague.com/dev/bbpaf1_0.php
This site listing all of the bbPress functions is also invaluable:
http://phpxref.ftwr.co.uk/bbpress/nav.html?_functions/index.html
Hi all,
I installed Uplad Avatar, but when i clik on “Avatar”, add “Locate Image” and click on “Upload Avatar” the addition does not work.
view image attest :
http://yazhouzhijia.free.fr/images/images_bug/bubbpress.png
My config :
BBpress 1.0 (use table user form wordpress)
Wordpress : 2.8.4
Thank you
you have to put the bbPress folder in /blog/ where ever that is located in MU, go to your MU section and you click SITE ADMIN-> BLOGS and it should tell you there where it is. Never tried it but that’s where I would start.
Thank you very much johnhiler.
The solution is smtp-mailer-for-bbpress
If you view the source of the page that’s displayed where the forum list should be, what is present? If you can post the source of that as a text file, someone can look at it and see how far the bbPress functions got and what might have failed.
Or, maybe that forum.php file is incomplete or otherwise damaged? Can you download a new copy and compare to yours?
@ chrishajer: Here are my active plugins:
Akismet
bb-NoSpamUser
BBcode Buttons Toolbar
BBcode Lite
bbPress signatures
bbPress Smilies
bb Topic Views
Best Answer
Bozo Users
Check For Updates
Enhanced Registration
Human Test for bbPress
Ignore Member
Mass Delete Users
Members Online
Mini Stats
My Views
My Views module – Most/Least Posts
My Views module – Most/Least Views
My Views module – Started/Participated Topics
New User Notification Email
Post Count Plus – Dynamic.Titles & More!
Post Count Plus for WordPress
Related Topics
Reputation (Karma) for bbPress
Skip Akismet
Subscribe to Topic
Topic Icons
Unread Posts
The really strange thing is, the Dashboard shows 18 forums (which is the correct number), but bb-admin/forums.php just won’t display them.
I suppose I can try disabling all plugins, and see if forums.php then displays the forums properly?
@ gerikg: I can, but I’m not sure what it would accomplish. I suppose the nuclear option works if all else fails. Though, if it’s a database issue, will reinstalling bbPress help?
@ chrishajer: I have replicated the problem using IE8 and FF3.5 under WinXP. For thoroughness, I can check FF 3.0.x under Linux, but I don’t think it will make a difference.
Everything else about the admin, from the Dashboard on through all the rest of the pages, displays properly – all the settings, the posts, the users, everything.
Which files do I start loking in chris? Or just might change the theme. Can you tell me which themes in the bbpress showcase are newer ones? Maybe “Structure” is an old one not compatible with bbpress 1.0 and above.
Thanks.
The 80 you have set in tags.php is completely unrelated to how the tags are being displayed in front-page.php. You can change tags.php and watch the effect on this page:
http://invictatrader.com/bbpress/tags/
If you noticed, the same function is being called in both files.
I have this near the top of my front-page.php:
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
That’s where you would make the modification.
front-page.php does not use tags.php. Those two different php files do two different things. tags.php displays this: http://invictatrader.com/bbpress/tags/
front-page.php displays the front page of your forum:
http://invictatrader.com/bbpress/
And the tags are just a small part of the front page, provided by the function bb_tag_heat_map();, called with whatever parameters you want.
I like the general notice, my head is not working today, what is that exactly? Just the sticky front topics?
You thought about having the sidebars in the forums like your main site?
Sounds like it. Can you reinstall BBpress?
I have bbPress 1.0.2 installed, integrated with WP 2.8.4 using only the built-in bbPress integration functionality.
I would suspect a DB issue, except that the front-end can read/write to the appropriate DB tables.
yes https://bbpress.org/forums/profile/chandersbs your profile shows all the posts you made. (at the bottom)
I’ve custom-themed my bbPress installation to integrate into the rest of my website:
cb.net forum
Any comments or criticism are welcome. I intend to release the theme once it’s polished.
@InvTrdr: The back-end (bb-admin) isn’t themed.