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 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
Is it possible to add a navigation bar to the default Kakumei theme? If so, how?
Thanks.
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.
Hello,
I am using the method found at https://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.
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
Is it possible to extend the number of characters allowed in a title? Some of my post titles are getting cut off mid-sentence like at
http://www.businesscomputingworld.co.uk/newswire/topic.php?id=222
Thanks greatly!
When you view a post, I want to remove the (1 post) (1 voice) text bits from the top of the page next to the heading.
Any ideas how to do this please?
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.
I’m having a very strange problem with my bb-admin Forums (forums.php) page: none of my forums are displayed.
On the front end, all forums are visible, and posts/replies can be added.
But on the back end, it is as if bbPress can’t read the forum list from the database, or something.
It will let me add a new forum, but even a newly added forum isn’t displayed.
Has anyone seen anything like this? I’ve tried searching the bbPress forums, but haven’t run across anything even remotely similar.
How can that be achieved?