Published on October 29th, 2011 by eraleks
Hi!
I have downloaded a bbpress theme that I’d like to use instead of the on bbpress-twenty ten that comes with bb-press.
I use the bbpress plug-in. How / where do I place the new theme files and where can I decide which theme bbpress should use?
Aleks
Published on October 29th, 2011 by JH90
My wp site is crying out for a good forum companion. It seems BB is a great option. However after installing the plugin it seems there is not much I can do to it, there doesnt seem to be hardly any settings for bb…
Am I missing something or will the settings be found on the bigger installation of bb, is the plugin limited…??
Published on October 29th, 2011 by Slodds
Alright guys,
I have been dealing with 2 issues the last 5 hours and can’t seem to find the answers on any forums.
#1. Each time I have more than 1 reply or post on a page the posts seem to be not lining up. I’m not sure if this is a issue with the styles or what.. i’m at aloss.
pic: http://www.slodds.net/wp-content/uploads/2011/10/notworkin.jpg
There 404 not found isn’t a part of the problem. Thats on the other screen.
#2 Which I don’t really mind there’s ways around it.
When it says “you must be logged in to blah blah” I want to put a link to the login page where it says logged in.
Thanks guys and I hope to hear from ya soon.
Published on October 28th, 2011 by Ramiuz
Returning to the BBPress community after long time away.
Like I expected, there´s no practical info here that I need about the new plugin version.
I see the beta-description is gone from the 2.0 download option. Which leads me to the important question, is it ready? Is it done now? Is this the version I´m supposed to download, and expect to work flawlessly?
Please don´t react too seriously to the word flawless. But what I need to know is – can I download this, and upgrade my current 1.02 version into this? Bringing ALL the USERS, THREADS and POSTS into the new installation???
Hopefully I can, but unfortunatly, there is really no site here telling me what I can do with BBPress 2.0. It´s just there as a download option.
I want to be a part of the future here. But I am terrified of loosing what I have already created with BBPress the last two years.
Published on October 28th, 2011 by David
I’m working on the User Profile page and it looks like there might be an issue with bbp_is_user_home().
Issue 1: When I’m not signed in I’m still seeing the (Edit) link next the username. The template calling that is bbpress/user-details.php in which bbp_is_user_home() calls <?php _e( '(Edit)', 'bbpress' ); ?>.
Issue2: In user-subscriptions bbp_is_user_home() seems to be doing the same thing: <?php bbp_is_user_home() ? _e( 'You are not currently subscribed to any topics.', 'bbpress' ) : _e( 'This user is not currently subscribed to any topics.', 'bbpress' ); ?> is printing the first message “You are…” instead of “This user…”. Again, I’m not logged in and I’m seeing this for each user I view not just my own previously logged in account. (This same situation happens in user-favorites.php.)
Are others having the same issue? How are you dealing with it?
Published on October 27th, 2011 by emrl
Is it possible to require users to be logged in to view the forums? And if they aren’t logged in, show them a login form?
Thanks.
Published on October 27th, 2011 by WoolfFan
When I am logged into my bbPress v2.0 Forum as Admin and viewing topics, I have the options of Edit and Trash among others. But when logged in with a role of Subscriber I only see Edit and not Trash on posts that are authored by the Subscriber user.
I have installed a bb_current_user_can filter as shown here (picked up off this forum):
function delete_own_post($retvalue, $capability, $args) {
if ($capability==”delete_post”) {return bb_current_user_can( ‘delete_post’, $args[1]);}
return $retvalue;
}
add_filter(‘bb_current_user_can’, ‘delete_own_post’,10,3);
but only see Edit capability. How do I get Edit and Trash for Post authors in the forum?
Published on October 27th, 2011 by Trobee
I have some forums in a members only section of my wordpress site and I have noticed that the rss feeds are not protected and can be viewed by anyone who know the link. Is there a setting anywhere to change this or an option to turn them off?
Published on October 27th, 2011 by Benjamin Allison
There’s just an extra quotation mark on line 103 of bbp-core-widgets.php. It appears in the login widget’s login button.
Published on October 27th, 2011 by Crisium
Hi bbPress,
I’m fairly new to wordpress and bbpress, so some of my points might just be invalid and based on “I did it wrong”… either way.. please help.
I have installed:
wordpress Version 3.2.1
bbpress 2.0
I have create one forum and one topic.
I added the widget “List Forums bbPress” and the widget showed the forum correctly, but the link was bad. I found out refreshing my permalinks fixed this problem.
When I got to my forum I am expecting to see the text I wrote about the forum and all topics associated with the forum. I do see all topics (in my case the one), but the text I wrote about the forum is not visible?
the forum can be seen here: http://cl204.exaweb.dk/TumblingDrills/forums/forum/new-skills
I hope someone can help me,
regards,
Peter