Search Results for 'bbpress'
-
Search Results
-
Topic: Fatal Error: Out of Memory
I’d be grateful for some help.
I’ve recently set-up a wordpress site using version 4.0. The theme is twenty eleven (I’ve tried other themes as well). So far, I’ve haven’t added any content or plugins.
The only thing I’ve tried to add is bbpress (Version: 2.5.4).
After adding this plugin I get a “Fatal error: Out of memory”. I’ve contacted my hosting company and they’ve increased the memory limit to 256M by adding define(‘WP_MEMORY_LIMIT’, ‘256M’); in wp-config.php. I’ve uninstalled and re-installed bbpress but still get the out of memory error.
I’d be grateful for any help in resolving this problem.
Many thanks,
Darren
Topic: can't quote bbcodes?
I am trying to help users and want to use the code backticks to display the BBCodes they need to use.
It won’t display the actual code, it renders the code out instead when placed in backticks using the code/code buttons.
Using a default theme, WP 4.0 and 2.5.4 bbpress
Is there a plugin that keeps an “Active Threads” list?
Is there a plugin to list in real time threads with new posts?
I saw that @mentioning is possible
Is it necessary to add “buddypress” features to a bbPress forum site?
Will the WordPress layout and colors automatically transfer to a new bbPress install making everything match right off the bat?
First impressions, I’m liking bbPress more than SimplePRess just because I can access the help forums and so some quality learning before having to spend any money. π
Thanks,
BartHi,
I have fresh install of Wp 4.0 and newest BbbPress.
When on front end, i go to create a group;1) I enter group name and description;
2) I press continue and i am faced with blank under the settings tabs, i can see the setting names such as settings, avatar, invites etc but nothing below. (see screenshots attached)
3) If i press next step, i am faced with a Wp error page asking: βAre you sure you want to do this?βThe groups do get created though, and can be seen in groups list page.
Please see screenshots attached.
P.s. I have tried with deaulft twenty ββ theme, and disabling ALL plugins β no change.
Thanks in advance,
DaveTopic: Online Magazine Theme
Hi,
I have recently installed bbpress and I am using this theme – http://fthemes.com/onlinemagazine-free-wordpress-theme/ it is installed here -http://chill4uscarers.co.uk/ the theme works well for the front end , but on the forum as shown here http://chill4uscarers.co.uk/forumtest/ it doesn’t as it wants 2 sidebars and I only want to show one that is the bbpress sidebar with the widgets.
I have got installed bbPress WP Tweaks so I really want to know how to make the one of the forums php work with only one sidebar that is only the bbpress one.
Many thanks in advance.
RossTopic: Conflict w other plugin?
bbPress and Tribulant Gallery Voting seem to be in conflict. I deactivated and activated all plugins and it seems when these two are activated together I am unable to use gallery voting. Will post to Tribulant as well.
Hi, if anyone facing chrome browser caching problem with bbpress forum plz help me..
Hello
The url of the page displays in the meta title only on the bbpress forum for the profile, search and tag pages.
Example of the url showing on meta title :
http://www.example.com/forums/user/admin/
http://www.example.com/forums/user/topics/
http://www.example.com/forums/user/replies/
http://www.example.com/forums/user/favorites/
http://www.example.com/forums/user/subscriptions/
http://www.example.com/forums/user/edit/
http://www.example.com/forums/topic-tag/test4/
http://www.example.com/forums/search/test7/I have this issue when the plugin Yoast WordPress SEO is activated but I dont know how to fix thisβ¦
I cannot find where to modify that I dont have this issue with others bbpress pages.
Thanks in advance
i am using wordpress 3.9.2 and bbPress 2.5.4-5380.
currently i have change the order for viewing replies to Descending so the last reply will be in the first page. But there is a problem, after i create new reply i will redirect to the last page.
How can i change it so i will redirect to the firt page??note: i also change bbp_get_reply_url() to not include pagination in all reply.
Hello all
I have installed bbPress Version bbPress 2.5.4-5380 on my WordPress 4.0 and i have activated bbPress plugin.
Now the problem is there is no forum menu in admin panel. Only new thing is forum statistics on
Dashborard when i login but if i try to click on it this message shows : Cheat you huhHi everyone, i was wondering what i’m doing wrong here..
I added 13 new roles in my themes functions.php, but when i try to assign them to my users it obly shows a few of them..
functions.php code
function add_custom_role( $bbp_roles ) { $bbp_roles['my_custom_role'] = array( 'name' => 'Recruit', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Corporal', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Sergeant', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Lieutenant', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Captain', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'General', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Admin', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Organiser', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Coordinator', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Overseer', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Deputy Owner', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Owner', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); $bbp_roles['my_custom_role'] = array( 'name' => 'Clan Wars Leader', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // i just want them to have the same capabilities as participants ); return $bbp_roles; } add_filter( 'bbp_get_dynamic_roles', 'add_custom_role', 1 );Anyone has an idea?
also how can i add images in front of the names? small icons like this:

Topic: Topic Icon plugin
Topic: smiley emoticons
is there a emoticons plugin for bbpress?
