Published on May 28th, 2016 by lh800
Hi,
I have a page with the following layout:
– Some visual composer content on top of the page
– BB Press Forum index below the content
So far so good but as soon as you click on one of the forums the content I have above the main Forum index on the main forum index page naturally disappears.
Is there a good way to embed a BB forum so that I keep static content above the forum even after people clik into different forums/forums subjects?
Thanks for any and all help!
Kind regards
Lars
Published on May 27th, 2016 by arrrstin
Hello, I am receiving an error when installing wpbb the error is as follows:
General Error
SQL ERROR [ mysqli ]
Table ‘comadebb.adebb_ext’ doesn’t exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
http://computerade.org/forum/
Published on May 27th, 2016 by gungs
Hello,
When I change a language from English to Korean, my bbpress(2.5.9) makes problem.
– English + bbpress
: working well.
– Korean + bbpress
: widget is not saving, customization is not working <- Issue. but I want fix.
– Korean // bbpress(deactive)
: working well.
ps. WP 4.5.2, Theme ‘Total’
Please give me a your hand.
Regards
gungs
Published on May 27th, 2016 by metlhed
Hello,
I would like to allocate one of my BBPress forums to allowing posting and replies to “guests” only.
Is there a plugin or way to allow a user to simply register a username, password, and email only (but no other user fields required by WordPress) so that they may do this in a “guest” forum?
Published on May 27th, 2016 by akira010203
Hello,
I got an issue while trying to put a background color under the role name on my forum.
I added this to my function file :
function rk_show_role_classes($classes) {
$replyid = bbp_get_reply_author_id();
$bbp_get_role = bbp_get_user_display_role($replyid);
$bbp_display_role = strtolower($bbp_get_role);
$classes[] = $bbp_display_role;
return $classes;
}
add_filter( 'bbp_get_topic_class','rk_show_role_classes' );
add_filter( 'bbp_get_reply_class','rk_show_role_classes' );
and this into my css file :
#bbpress-forums .participant .bbp-author-role {
background-color: blue;
#bbpress-forums .keymaster .bbp-author-role {
background-color: red;
#bbpress-forums .moderator .bbp-author-role {
background-color: green;
But it only works with the participant role. Maybe I’m not using the correct keymaster and moderator role name. Is someone already did that and can help me to sold it out ?
Thanks!
Published on May 26th, 2016 by Kay
Hi guys. I deleted a bunch of forum entries from the backend but they are still showing up on the front end. Any idea what may be causing this?
Published on May 26th, 2016 by Gespanne
We are considering moving our organization’s forum over to bbPress but our current MegaBBS ASP Forum software has a feature that is used by most of our 10,613 registered users. If you click the “New Threads” button you see all posts made since your last login. Does that feature exist in bbPress or is it available as a plugin? Lack of that feature will keep us on our old BBS. THX!
Published on May 26th, 2016 by alzaran
So Buddypress, by default, has a nifty @function that allows you to look up users by username. As I understand it, bbpress works with this out of the box, in the reply boxes. However, when I enable TinyMCE using the tutorial above (https://codex.bbpress.org/enable-visual-editor/), Buddypress autocomplete goes away completely. We’d rather not have to choose between these two features, is there a way to restore autocomplete even with TinyMCE enabled?
Published on May 26th, 2016 by bintali
Hi,
I have just created a forum with bbpress everything seems to be ok but when i create a new topic, i can’t see it.
I can reply but i can’t see my topics.
But i can see them in my dashboard on wordpress.
I use Optimizepress.
Can you help Me?
ps : i am french sorry if I make mistakes on my writtings…
Published on May 26th, 2016 by Digital Arm
After upgrading to PHP 5.5 and running a compatibility test on a site, it has flagged the use of a deprecated modifier being used in preg_replace functions.
These occur on lines 1149 and 1150 in file /includes/admin/parser.php
1149 | ERROR | preg_replace() – /e modifier is deprecated in PHP 5.5
1150 | ERROR | preg_replace() – /e modifier is deprecated in PHP 5.5
Could you please let me know the best way to replace the code with the preg_replace_callback function and let me know if this is likely to be updated in a future patch as this can be seen as a security concern.
Thank you