Search Results for 'bbpress'
-
Search Results
-
Topic: Newbie question
I am not clear how bbPress works with a site. If I have member only pages (which require a login) where I intend to install bbPress, will my members have to login a second time to use bbPress?
Will that they then have two accounts to deal with? Most of my users are older and not tech savvy. They need things to be simple. They will not self register. We will have a controlled set of users not open to outsiders.How would I make bbPress functions available for a WordPress template file?
Specifically, I’m building some custom RSS feeds, one of which lists the latest topics posted on the website, but with some modifications. While I can pull the latest topics with a query_posts() call using (‘post_type’ => ‘topic’) and parse them with a standard post loop, I can’t figure out how to access tags related to each topic. I assume that bb_get_topic_tags() should get me the tags but the function is not available for the RSS file template which is in my WordPress template directory. I have basically been using this method for custom RSS feeds.
Since a function_exists() call for bb_get_topic_tags() returns false, I assume that I should first prime or load the bbPress plugin somehow. But how? Or am I approaching this completely wrong? I suppose I could always do a direct SQL query but I would like to avoid that if possible.
I have tried searching here and elsewhere but keep drawing blanks. The closest I could get to is this topic but it doesn’t really give an answer, or at least not one that I can understand.
I’m running the latest public bbPress and WordPress versions.
bbPress 2.5.14:
FILE: /var/www/test.site/wp-content/plugins/bbpress/includes/admin/converter.php ------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------- 310 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4 ------------------------------------------------------------------------------------------------- FILE: /var/www/test.site/wp-content/plugins/bbpress/includes/admin/tools.php ----------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------- 144 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead -----------------------------------------------------------------------------------------------------------In bbPress 2.6-RC6 everything is good.
bbPress 2.5.14
PHP Compatibility Checker 1.4.6I have enabled the Visual Editor for topics and replies using the following:
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );The problem is that only administrator can add text-colors font-styes and other things like that.
I am getting html format when a subscriber uses colors and font-styles
<span style=”color: #00ff00;”><span style=”font-family: ‘book antiqua’, palatino, serif;”>wfwffwwf</span></span>WP Version 4.9.8
bbPress Version 2.5.14I would really appreciate any help,
Thanks!I have tried to read about this here, I looked and try to find the solution but I was unable to find it. Firstly, I’m beginner in both WP and bbPress but have learned a lot while reading around and also try to find solutions on my own. But now I’m basically stuck.
My two main problems, since the original forumtext on my page is grey (the text when you want to write a post) and collide with the background of the forum who also is grey. And I can’t change the forum post-text nor the background (if I want to change the background at my main page to some other color, the bbPress-forum remains grey).
Where do I change this? If anyone could help me out I would appriciate it a LOT! Thank you!
Hello,
I use bbPress as an forum on the Woffice theme from Alkaweb. I created 5 forums, and the index can be viewed at …./forums/. However, only I as administrator can see the index and 5 forums, but my the user roles cannot. They constantly get an 404 error. I checked the roles permissions and even make them all the same as the administrator, but it still won’t work. How can the other user roles also view the forum index?
Thanks!
Plugins: Members, Members – Role Hierarchy, Nav Menu Roles, Unyson
I wonder If I can set an email address for bbpress that is different from my WordPress admin email address? Ideally I should be able to set a different email addresses per forum (to send notifications to the moderators and/or the keymasters).
Does anyone know of a plugin or some code to make that possible?Topic: Twentysixteen Trouble
Hello everyone,
I have installed bbpress on to my webpage in order to create a forum. I just dont seem to find a way to fit bbpress into the template of a static page. It always looks like using the format of a post. I have tried several Plugins (e.g. bbtweaks) and wrapped the forum in page.php.
http://www.fibio.de/fibio-forum is the site I am having trouble with. I would like to have the forum as big as the static pages are..
Everything is up to date.
hanks for your help!