Search Results for 'code'
-
Search Results
-
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 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: Two Indexes on One Website
Maybe I’m missing something, but I want to create two separate indexes (two separate sets of forums) on the same website. Right now, I have one set running using the short code [bbp-forum-index]. I assume if I use the same shortcode on a different page, I’ll get the same list of forums, when what I really want is a separate set of forums. This should be easy so I’m probably missing something… Help please! Thanks!
Using the following code, when I select Outfit Leader as the bbpress role, it displays ‘Member’ where it used to say ‘Keymaster’ on a forums post under the bbp-author-role class tag.
function add_custom_role( $bbp_roles ) { $bbp_roles['my_custom_role1'] = array( 'name' => 'Outfit Leader', 'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() ) ); $bbp_roles['my_custom_role2'] = array( 'name' => 'Chief of Staff', 'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() ) ); $bbp_roles['my_custom_role3'] = array( 'name' => 'Executive Officer', 'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() ) ); return $bbp_roles; } add_filter( 'bbp_get_dynamic_roles', 'add_custom_role', 1 );Expected functionality: Custom Roles would replace the name of the role they are getting capabilities from. So in this case each forums topic by this user would have their avatar, name below that, role name below that, and finally IP address below that.
Hello
I am trying to use bbPress for a forum and when I use the short code to generate the index it does not show correctly. It does show a link (http://localhost/my-app/wordpress/forums/forum/wvv-forums/)for the index and if I click on the link it shows a better formatted list.I have 4 sub-forums and instead of 1 per line, it shows 2 per line. Using Twenty Seventeen and have previewed with sixteen and fifteen themes, too with no effect.
What do I need to do to fix this?
Thanks in advance.
hi,
I create a new forum site with bbpress and BuddyPress.to fillup all forum category I copy paste posts from another. When I copy and paste post in the new topic by visual edit option and publish it some off content comes with HTML code.how to solve this. here I give two pics for you.<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
after publishing the articles its show like this.<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
plz, give me a solution to this problem. thank you.
Hello,
Recently I started to setup a community using buddypress and bbpress and only after a few tests I noticed that when someone create or reply a topic no notification is created. This is a bit frustrating considering how important the notifications are to keep track of what is happening in the community.
Looking through the forum for a solution I found a topic with a similar subject, however when trying to use their code a empty notification is created (there is no text or description). Here is the topic: https://bbpress.org/forums/topic/new-reply-notification-link-to-the-reply/
Anyone can tell me if the code above still working? I think that something changed since that this code was published, but I cant figured out what.
Topic: Forum form is not working
Hi,
I added forum form to the frontend with the help of shortcode “[bbp-forum-form]” to forum page. But when I submit forum, it will not saved and redirected me to other saved forum.
When I created sub-forum then it works fine.
Hi,All.
Is there a way to specify multiple tag IDs when display topics?
It’s a common-sense way of thinking↓
<?php echo do_shortcode('[bbp-single-tag id=777,111]'); ?>But this code did not work 🙁
I wonder what I should do.
Thanks.