Search Results for 'bbpress'
-
Search Results
-
Topic: bbpress repair
Hello all. So I am having layout issues with my forums under the “sophomore english” and “the human condition” menu items. (http://www.blackboarddreams.com) I thought that accessing the repair option under bbpress main settings may help, yet everytime I try accessing the repair option I get this message: “You do not have sufficient permissions to access this page.”
Thoughts? Thank you.
Hello,
I am a newbie in WP and bbP.I want to give to the user of my site the possibility to include a reference (a link, a quote or something else) of a post or page in a new created topic in bbPress.
There is a plugin “bbPress Topics for Posts” : it include a topic for all posts or pages. That is not what I want. I want the possibility of the following scenario :
– the user create a new post in bbPress
– after or before the text of the topic it should have the possibility to insert a reference to a post or page.I find nothings that could help me. Do you have any idea to do that ?
Thanks
AP
When I insert links into a reply for a topic via the the link option or by inputting html directly, it never shows up in the reply. In fact if my reply consists only of a link and no text apart from it, ll i get is an empty\blank reply to the topic. I’ve tried this with different user roles too, since i suspected the ability to post unrestricted html might’ve been the problem, but no such luck. I’m relatively new to wordpress, so i apologise if this has an obvious fix or an apparent reason.
Wordpress 3.6
BBpress 2.3.2I get this error on the main forum page where all the topics are listed:
Warning: in_array() expects parameter 2 to be array, null given in /home/public_html/wp-content/themes/genesis/lib/functions/general.php on line 293
It started after I upgraded to Genesis 2.0. I have no other plugins installed so it must be a genesis2.0-bbpress compatibility problem.
Is anyone else experiencing this?
So right now the entire forum is using the standard page template (Default Template). Here is an example of the template.
But I would like bbpress to use the Full-Width Template as used here.
Is there a way to change the page-template used by bbpress?
Kind regards,
LucHey
I have installed bbpress on my website and it’s pretty easy to use it but I just have a question about adding sub categories.
I have create a category for example How to and a forum as a parent in this category for example phones but i just want the users now to see all the sub categories from the forum home page but when they click on How to they will see all the sub categories so can that be done?
BTW, idk if this is repeated or not but I searched and found some old topics like from 3 years but nothing new
Thanks!
Probably best directed at @johnjamesjacoby, any suggestions welcome!
Already read your post here (love the concept, makes sense) and have a question : http://bbpress.org/forums/topic/roles-and-capabilities-in-bbpress-2-2/
I’m the developer of Events Manager and in this plugin you can assign custom capabilities to existing roles. Unfortunately your recent update regarding caps is preventing our plugin from adding custom caps to your roles.
I’ve figured out a way around this, but this requires at least 1 extra database query each instance since I can’t load wp_user_roles via get_option due to your hooks.
function em_bbp_get_caps_for_role( $caps, $role ){
global $em_capabilities_array, $wpdb;
//get the non-dynamic role from the wp_options table
$roles = maybe_unserialize($wpdb->get_var("SELECT option_value FROM {$wpdb->options} WHERE option_name='wp_user_roles'"));
//loop through the original role if it exists and add our em caps to the bp role
if( !empty($roles[$role]) ){
foreach($roles[$role]['capabilities'] as $cap_name => $has_cap ){
if( array_key_exists($cap_name, $em_capabilities_array) ){
$caps[$cap_name] = $has_cap;
}
}
}
return $caps;
}
add_filter('bbp_get_caps_for_role', 'em_bbp_get_caps_for_role', 10, 2);
What it does is load our caps into your caps by referencing the original wp_user_roles array
So, my questions are:
- Is there a better way to do this, preferably avoiding extra DB queries?
- Since you seem to be assigning a second role to the user, would an alternative solution be to prevent EM from assigning caps to bbpress user roles and let the primary/secondary role inherit the relevant caps?
thanks for reading!
Topic: Private Messaging
I’ve read all the support threads. I know the current advice is to activate BuddyPress.
That’s not a very clean solution. BuddyPress, with all due respect, is kind of a mess. I’ve worked and worked with it and I cannot get it to integrate with my theme (Pinboard–which incidentally wasn’t easy to integrate with BBPress either).
I now have a fully capable copy of BBPress. I’ve got a very long set of CSS amendments in my theme page, but it works.
If I activate BuddyPress I get major issues; initially it was breaking the whole site, then I built it a separate copy of the CSS file in a /css/ subdirectory and it at least ran. Theme integration was a disaster but I spent the time and got the profile pages looking ok. Then I tried to send a PM: fail. Fail on multiple levels, mostly in the PHP files — this is beyond theme integration. This is broken functionality.
What we sorely need is a simple set of plug ins that do two things:
(1) Allow private messaging. This really does not have to be complicated.
(2) Allow moderators to customize profile fields.
That’s it. No need to lay a very heavy second plugin over everything. (And BuddyPress takes up as much load time as BBPress itself per the Performance Profiler plug in).
Are there any plug in developers out there with the knowledge to pull this off? Maybe we could pool some money and get someone started?
Thanks,
ZachHi,
I’m currently trying to adjust the styles of my bbpress install and am running into a bit of difficulty. I’m running bbPress 2.3.2 and WP 3.6, using my own theme which is based on “Twenty Twelve.”
I noticed some big spaces in the header on each page and went to reduce the space. It turns out there are a bunch of different paragraph tags in the header for each “topic” on my site, but these tags do not appear on example sites listed on bbpress.org.
This first snippet is the code I’d like to have so I can style it (taken from http://www.dalluva.com/member-area/forums/topics/resources-where-to-get-your-sommelier-certification/):
<li class=”bbp-header”>
<div class=”bbp-reply-author”>Author</div><!– .bbp-reply-author –>
<div class=”bbp-reply-content”>Posts</div><!– .bbp-reply-content –>
<!– .bbp-header –>This is what my site is generating:
<li class=”bbp-header”>
<div class=”bbp-reply-author”>Author</div><p><!– .bbp-reply-author –></p>
<div class=”bbp-reply-content”><p>Posts</p></div><p><!– .bbp-reply-content –></p>Why is my site putting paragraph tags around the comments, as well as the word “Posts”? Any help is greatly appreciated.
Benjamin
I installed BBpress, the newest version to the newest version of WordPress. So I used this plugin version of BBpress. The forum installs, I can load the XML export file that is an export of a recent forum that I have to manage elsewhere, it is accepted by the new installation. From the dashboard, if I click view the Forum in tha forum management section, it takes me to the forum, everything is visible, cathegories, posts, member. But, the only problem is that the forum is not accessible on any link from my WordPress frontpage. Why is it so? How can I make it visible on the front page? I just want to make this new site to be a forum, so the forum frontpage should be ont he WordPress core site frontpage, but it is not there. Also if I type /forum after my domain name, the browser reports error, as if the forum doesn’t exsist. But from the dashboard, I can open the forum. What can be the problenm?