Published on May 26th, 2012 by ginuwinejewel
I have two separate headers for my customized skeleton theme, header.php and header-page.php. Is there a way I can call header-page.php on my forums page for bbpress? I tried using:
if ( is_front_page() ) :
get_header();
elseif ( is_bbpress() ) :
get_header(‘page’);
else :
get_header(‘page’);
in my index.php page, but it didn’t work. Is there another way to do this?
Thanks.
Published on May 25th, 2012 by tvector
Hi, I was hoping someone could guide me here. On http://www.rutmonkey.com/moto-forums/
Notice my menu item is highlighted “Dirt Rider Forums”
Now notice when you click on one of the Forums such as “Test Forum” the menu item is no longer highlighted.
I added the menu through WP Custom menus and added the “Forums” page to it and renamed it “Dirt Rider Forums”
Anyone know this fix? I’m guessing some CSS somewhere?
Published on May 25th, 2012 by Eric McNiece
I’m debugging a site right now and trying to get the “trash” link to show up for Subscribers as well as admins. This is a fresh install of WP 3.3.2, URE and bbPress 2.0.2. Despite checking the “delete_replies” box in User Role Editor, the link still does not show up for Subscribers!
Digging deeper: line 1370 of bbp-reply-template.php shows this:
if ( !current_user_can( 'delete_reply', $r ) && !empty( $r ) )
unset( $r );
… which is good – checks for permission, and if the user doesn’t have ‘delete_reply’ on $r node then it unsets the delete link.
So why does the URE checkbox not enable this link? Looking at an unserialized string of user capabilities for the current Subscriber role shows this:
...
'subscriber' =>
array (
'name' => 'Subscriber',
'capabilities' =>
array (
'assign_topic_tags' => 1,
'delete_replies' => 1,
'delete_topics' => 1,
'edit_replies' => 1,
'level_0' => 1,
'publish_replies' => 1,
'publish_topics' => 1,
'read' => 1,
),
),
...
and we see here that the capability showing is ‘delete_replies’, NOT ‘delete_reply’!!
So all that needs to be done to fix this is adding another capability in URE that lists as ‘delete_reply’ instead of ‘delete_replies’. Easy fix!
Here’s the disclaimer: there are a ton of plugins installed right now, so I’m not even sure ‘delete_replies’ permission is part of bbPress. If bbPress indeed does not add its own delete permission, then this is NOT a bug – just an interesting quirk!
Published on May 25th, 2012 by brettbrett
For some reason when registering to the forum our users are directed to the wpmu network site registration page. Any idea where I went wrong during the installation?
Published on May 25th, 2012 by Marcus Abrahamsson
Hi,
I have a problem.
We’re running a multisite install and we want to run bbPress on one site.
Everything is in working order except user signup then visitors are redirected to wp-signup.php on root site.
I’d like them to always stay on the present site and that when they sign up they’re assigned the role Forum Participant.
Is this possible?
Using Canvas theme from Woothemes. Copied files from the twentyten bbPress theme that comes with install.
Best regards,
Marcus
Published on May 25th, 2012 by Jeaz
Hey,
I got a problem. I’m using a theme that has support for bbPress 2.0, but when I try to upgrade to 2.1 I get the following error:
Fatal error: Call to undefined function wp_get_theme() in /storage/content/55/153755/beta.taketen.eu/public_html/wp-content/plugins/bbpress/bbp-theme-compat/bbpress-functions.php on line 77
I’ve tried this with two different themes with bbPress 2.0 support and get the same error. However, if I use a theme that doesn’t support bbPress at all, it works.
How do I get this to work?
Published on May 24th, 2012 by stoeffel-media
Hello everyone.
I already searched for my problem but couldnt find any working solution for my bbpress 2.0.2.
Since there is no direct link for users to change their profile (not good), therefore I am searching to generate a link to put in a header or so.
I only found solutions for older bbpress installations with user id (number) but in the new bbpress it looks like you need userNAMES.
Can somebody paste me a working php code to display a profile-link? Thx!
Published on May 24th, 2012 by New Joerg
As long as the forum is visible, it seems to work. Once the forum is set to “private” entries are only visible to admin. Registered users can’t even see their own posts. This remains true even when the forum will be switched back to “public”. The forum is here: http://zukunft-stadtbahn.de/forums/forum/redaktionsbesprechung/
It is public and anonymous posts are allowed.The basic settings were not changed. WordPress 3.3.2 and bbPress 2.0.2. Grateful for any help.
Jörg
Published on May 23rd, 2012 by sofineo
Hi ! (sorry for my english…)
I would like to use BBPress topics for post plugin, but when i install it all the previous wordpress comments i had in the post are not shown anymore. Only the new comments created with the plugin are shown.
Am i using the right plugin ? another one would do what i need ?
If not, Is there a way to keep those comments in my blog posts and also a way to automatically create topics in the forum using all the old wordpress comments ?
Thx for your help.
Published on May 23rd, 2012 by DuelVFX
Hey, so i have looked for quite a while but couldn’t find anything on this…
So regarding the BBPress widget “Topic Lists” where by it lists (in my case) the 5 newest topics made on my forum. I have made a custom background image for this, but i get a problem when a topic is a long length and it carries on over to 2 lines.
Basically i need a way to limit these topic lengths just on the widget to something like 10 characters long and then “…” so they will stay on 1 line.
Is there a way to do this quickly and easily? I am very new to this, but i am picking things up fast!
Thanks in advance!