Search Results for 'bbpress'
-
AuthorSearch Results
-
May 28, 2020 at 8:11 am #211482
Robin W
Moderatorthanks – I’m just a user who helps out here, not a bbpress author.
so
1. can you confirm that the above plugin is not necessary – bbpress already does this ?
2.
can you try this code
add_filter( 'wpseo_metadesc', 'rew_meta_desc' ); function rew_meta_desc( $content ) { global $post; if ($post->post_type == 'reply' ) { $order = $post->menu_order ; $post_parent = $post->post_parent ; $title = get_the_title ($post_parent) ; $content = $title.' '.$order ; } return $content; }Put this in your child theme’s function file – or use
May 28, 2020 at 4:17 am #211478amirzwp
ParticipantThanks for your answer. This only does that the topics in BBpress displays the correct meta description from Topic Content. But I need it also for the Reply-Pages, like I mentioned.
May 28, 2020 at 3:17 am #211477In reply to: [bbp-topic-form] too wide when not logged in.
Robin W
Moderatortheme specific, bbpress just uses the width your theme gives it.
May 28, 2020 at 2:55 am #211474amirzwp
ParticipantbbPress does automaticly create a page for each reply.
Example:
The Meta Title is empty (only the title of the website), how can we automaticly create a meta title from the title of the reply? I give you an example:
Reply: https://www.paastoa.com/antworten/8907/
Reply Title: Antwort auf: Auf- und Abbautage – was muss ich beachten? 01
Meta Title should be: Antwort auf: Auf- und Abbautage – was muss ich beachten? 01
or something like that. But something is important: It should create a different title for each of the answers (With a number at the end? Or what do you think is the best solution for this issue?)Hope you understand my question and thanks for your help.
May 27, 2020 at 10:15 am #211465Topic: Load scripts when using shortcode
in forum Installationzandercent
Participantbbpress doesn’t load the the necessary scripts (reply.js etc) when embedding a topic as a shortcode. This is because of the conditional checks on line 158 of bbpress-functions.php
if ( bbp_use_wp_editor() && is_bbpress() ) {May 26, 2020 at 11:17 pm #211455In reply to: User input field change
jayapramod
ParticipantFor field name change I made changes in these files (in the wp-content >> plugins >> bbpres):
includes/admin/metaboxes.php
templates/default/bbpress/form-anonymous.php
includes/admin/metaboxes.php
templates/default/bbpress/form-user-edit.php
templates/default/bbpress/user-profile.phpNow it’s showing ‘Whatsapp number:’ instead of ‘Website:’. Still, there is a problem remaining, as I didn’t change the php code (not familiar in PHP coding) for website url, after entering the phone number it’s showing like this ‘http://9669856568’.
Also made changes in all css files in this directory wp-content/plugins/bbpress/templates/default/css/, for font size change. From font-size: 12px; to font-size: 18px;.
May 26, 2020 at 4:36 pm #211453Robin W
Moderatorthis code is from a bbpress convertor – no idea why it is running.
suggest you delete the user and recreate them
May 26, 2020 at 8:48 am #211448In reply to: bbPress 2.0: designed for scale?
Ryan Hellyer
ParticipantBUMP!
(yes I know this is an almost nine year old thread ;))
Years ago (before this thread was created) I asked Sam Bauers about how bbPress 0.9 compared to phpBB and he said that bbPress was slower by default, but as soon as you hooked up an object caching backend, that bbPress wooped phpBB quite easily.
But does anyone have an idea of how the “new” bbPress plugin compares to say phpBB performance wise? Logged out users are easily handled by caching, but what about the logged in folk? With some aggressive object caching, we can tank the number of queries to a minimum and it will run a ton faster, but I have no idea how this compares to the more “standard” forum tools.
And are there any tricks to making bbPress handle huge forums?
May 26, 2020 at 7:57 am #211447Hammy Havoc
ParticipantWhen running debug, this is one of the warnings/errors I get:
<b>Warning</b>: register_shutdown_function(): Invalid shutdown callback 'BBP_Converter_DB::__destruct' passed in <b>/home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php</b> on line <b>33</b><br /> <br />May 26, 2020 at 7:28 am #211445In reply to: Wrong Post Number
Robin W
Moderatorbbpress is just a custom post type, so in the database entry 2448 just happens to be a topic, 2447 could be a WordPress post, a wordpress page, a revision or another custom post type.
They’re all just database numbers
May 26, 2020 at 7:24 am #211444In reply to: How to paste text to discussion forum
Alpo
ParticipantThank you for your kindly help.
Actually the case is informative and the users should be informed. I did like this:
1. Use the forum editor for saving replys. Do not export content by using copy-paste function
2. If there is a need to paste links, then copy paste links from the browser address field.This case was painful. We did not know why bbpress gave 404 error messages to forum users when they save forum messages. The reason was wrong format.
May 26, 2020 at 5:57 am #211440In reply to: How to paste text to discussion forum
Robin W
Moderatoryou could enable the visual editor
either
or
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
May 26, 2020 at 4:11 am #211435Topic: How to paste text to discussion forum
in forum TroubleshootingAlpo
ParticipantHello
My users has problems. When they paste text from email or other application, Bbpress does not allow to publish their posts. According to my understanding this issue has some relationship to HTML format.
How could I inform my users, so they could publish content without problems?
May 26, 2020 at 4:07 am #211434Topic: Wrong Post Number
in forum Troubleshootingnasosravas
ParticipantHi.
I installed bbpress and it shows wrong topic number. I have only one topic in forum and it shows #2448.
Tried to fix it with the bbpress tools without success.Any fix?
May 26, 2020 at 3:56 am #211431Robin W
ModeratorMay 25, 2020 at 11:18 pm #211428In reply to: “No Topics” issue on forum page
orangeturtle1000
ParticipantWhen and why this happens we are unsure, it seems to be a randomly occurring thing from what I can tell.
I’d also like to clarify this is related to the bbp forum freshness not updating. Although there are many posts and replies, new ones too, it is displaying ‘no topics’.
Additionally,
1. No caching plugins are active
2. We do not use categories or sub forums
3. We have installed the following bbpress related plugins
-bbp Refresh last active time
-bbp style pack
-bbPress – Custom Remove ‘Protected:’ and ‘Private:’ title prefixes
4. Running the freshness repair tool does temporarily solve the problem as does updating the forumI’ve read some forum topics where users have had similar problems with the freshness not updating correctly, was there a solution to this, is this related, and are there any ideas what might be causing this problem?
thanks for your help. Let us know if there is anything else that we can provide to assist, would love to get this finally resolved.
May 25, 2020 at 10:14 pm #211427davkim
ParticipantAll,
I’m new to wordpress/bbpress, I’ve set my forum page to full-width… topics (list) are being shown as full-width. When I go into a specific topic, it’s not full-width. I have to manually change the topic attribute to full-width for each topic. It seems like when a topic is created, topic attribute is being defaulted to (default template) which is not full-width. Is there a way when a topic gets created, full-width template is used as default.Any help would be greatly appreciated.
May 25, 2020 at 9:53 pm #211426In reply to: Notifications – Date Received = “Sometime Ago”
shonty
ParticipantFound it! I live in New Zealand and had the time zone set to UTC + 12.
Turns out bbPress cannot deal with that so I had to set it back to UTC. Now I have to figure out how to deal with being 12 hours ahead of my website! Pah!
May 25, 2020 at 2:30 pm #211419In reply to: 2.6 doesn’t recognise existing WP forum roles
scabbrox
ParticipantI should point out the bbp-style pack is used to modify display names and other display tweaks as the site was originally set up with this plugin by someone else.
If I disable it I get a fatal error on bbpress forums so I’ve kind of had to live with it despite not being entirely convinced it’s not more trouble than it’s worth.
May 25, 2020 at 2:28 pm #211418In reply to: 2.6 doesn’t recognise existing WP forum roles
scabbrox
ParticipantNot sure how to easily get a list, but this is what’s in my plugins folder:
advanced-backgrounds
4 KB
Apr 2, 2020, 2:12 PM
httpd/unix-directory
0755advanced-css-editor
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755advanced-custom-fields-pro
4 KB
Today, 5:51 PM
httpd/unix-directory
0755akismet
4 KB
Apr 30, 2020, 11:45 AM
httpd/unix-directory
0755all-in-one-wp-migration
4 KB
May 18, 2020, 4:13 PM
httpd/unix-directory
0755all-in-one-wp-migration.6.77.zip
331.74 KB
Dec 15, 2019, 11:54 AM
package/x-generic
0644bbp-private-groups
4 KB
May 22, 2020, 11:17 AM
httpd/unix-directory
0755bbp-style-pack
4 KB
May 8, 2020, 4:37 PM
httpd/unix-directory
0755bbp-toolkit
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755bbp-user-online-status
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755bbpress
4 KB
Jan 30, 2020, 4:43 PM
httpd/unix-directory
0755bbpress-enable-tinymce-visual-tab
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755bbpress-mark-as-read
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755bbpress-wp-tweaks
4 KB
Jan 15, 2020, 10:12 AM
httpd/unix-directory
0755bbpress2-shortcode-whitelist
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755bp-custom.php
302 bytes
Nov 14, 2019, 2:05 PM
application/x-httpd-php
0644bsp_test.css
134 bytes
Nov 14, 2019, 2:05 PM
text/css
0644bspstyle.css
12.2 KB
Nov 14, 2019, 2:05 PM
text/css
0644buddypress
4 KB
May 15, 2020, 2:15 PM
httpd/unix-directory
0755category-featured-images-extended
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755contact-form-7
4 KB
May 22, 2020, 11:17 AM
httpd/unix-directory
0755custom-sidebars
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755extended-widget-options
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755facebook-pagelike-widget
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755gd-bbpress-attachments
4 KB
May 13, 2020, 4:18 PM
httpd/unix-directory
0755gd-bbpress-tools
4 KB
May 13, 2020, 4:18 PM
httpd/unix-directory
0755godlike-core
4 KB
Today, 1:00 PM
httpd/unix-directory
0755google-analytics-dashboard-for-wp
4 KB
Feb 26, 2020, 3:41 PM
httpd/unix-directory
0755index.php
28 bytes
Nov 14, 2019, 2:05 PM
application/x-httpd-php
0644jetpack
4 KB
May 6, 2020, 7:51 AM
httpd/unix-directory
0755js_composer
4 KB
Apr 25, 2020, 3:27 PM
httpd/unix-directory
0755kirki
4 KB
May 22, 2020, 11:17 AM
httpd/unix-directory
0755list-category-posts
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755lock-user-account
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755login-with-ajax
4 KB
Jan 24, 2020, 9:34 AM
httpd/unix-directory
0755mailchimp-for-wp
4 KB
Apr 28, 2020, 4:44 PM
httpd/unix-directory
0755members
4 KB
Apr 29, 2020, 1:07 AM
httpd/unix-directory
0755menu-icons
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755mycred
4 KB
May 8, 2020, 4:37 PM
httpd/unix-directory
0755nav-menu-roles
4 KB
Mar 28, 2020, 3:21 PM
httpd/unix-directory
0755nk-themes-helper
4 KB
May 6, 2020, 7:51 AM
httpd/unix-directory
0755nk-woocommerce-swatches
4 KB
Jan 26, 2020, 11:20 AM
httpd/unix-directory
0755notification
4 KB
Apr 22, 2020, 10:14 AM
httpd/unix-directory
0755notification-bbpress
4 KB
May 18, 2020, 4:11 PM
httpd/unix-directory
0755notification-buddypress
4 KB
May 18, 2020, 4:14 PM
httpd/unix-directory
0755paypal-donations
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755post-views-counter
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755quick-pagepost-redirect-plugin
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755recent-posts-widget-with-thumbnails
4 KB
Jan 15, 2020, 10:13 AM
httpd/unix-directory
0755revslider
4 KB
May 17, 2020, 11:57 AM
httpd/unix-directory
0755sociality
4 KB
Apr 23, 2020, 9:53 AM
httpd/unix-directory
0755tinymce-advanced
4 KB
Apr 2, 2020, 2:12 PM
httpd/unix-directory
0755tomparisde-twitchtv-widget
4 KB
Apr 30, 2020, 6:56 PM
httpd/unix-directory
0755ttv-easy-embed
4 KB
Mar 11, 2020, 1:58 PM
httpd/unix-directory
0755updraftplus
4 KB
Today, 11:53 AM
httpd/unix-directory
0755user-role-editor
4 KB
May 5, 2020, 10:13 AM
httpd/unix-directory
0755usp-helper
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755usp-pro
4 KB
Apr 9, 2020, 3:30 PM
httpd/unix-directory
0755w3-total-cache
40 KB
Apr 29, 2020, 1:07 AM
httpd/unix-directory
0755woocommerce
4 KB
May 22, 2020, 11:17 AM
httpd/unix-directory
0755woocommerce-admin
4 KB
May 19, 2020, 12:53 PM
httpd/unix-directory
0755wow-recruitment-legion
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755wp-discord
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755wp-google-maps
4 KB
May 8, 2020, 4:37 PM
httpd/unix-directory
0755wp-optimize
4 KB
Apr 2, 2020, 2:11 PM
httpd/unix-directory
0755wp-slimstat
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755wp-smushit
4 KB
May 19, 2020, 12:53 PM
httpd/unix-directory
0755wpcat2tag-importer
4 KB
Dec 15, 2019, 12:04 PM
httpd/unix-directory
0755youtube-embed-plus
4 KB
Apr 17, 2020, 3:40 PM
httpd/unix-directory
0755May 25, 2020 at 12:34 pm #211414Topic: bbPress and woocomerce integration
in forum Showcasepoisonkatrin
ParticipantI would like to integrate bbpress and woocommerce. To make people pay a fix amount for publishing a topic (not monthly suscription). Do you have a plugin to make this?
Thank u!May 25, 2020 at 12:33 pm #211413In reply to: Paid Access to the BBpress
poisonkatrin
ParticipantI would like to integrate bbpress and woocommerce. To make people pay a fix amount for publishing a topic (not monthly suscription). Do you have a plugin to make this?
Thank u!May 25, 2020 at 9:29 am #211406In reply to: 2.6 doesn’t recognise existing WP forum roles
scabbrox
ParticipantThe following is still in my functions.php file but whilst the custom roles show up under the “forum role” pull-down menu in the user profile, they cannot be saved and do not show under the Member roles list as ‘bbp_specialrolename’ versions, just as simple use roles (we have always had some duplicates for forum and non forum roles).
—
function add_new_roles( $bbp_roles )
{
$bbp_roles[‘bbp_trial’] = array(
‘name’ => ‘Trial’,
‘capabilities’ => custom_capabilities( ‘bbp_trial’ )
);$bbp_roles[‘bbp_warlord’] = array(
‘name’ => ‘Warlord’,
‘capabilities’ => custom_capabilities( ‘bbp_warlord’ )
);$bbp_roles[‘bbp_general’] = array(
‘name’ => ‘General’,
‘capabilities’ => custom_capabilities( ‘bbp_general’ )
);$bbp_roles[‘bbp_member’] = array(
‘name’ => ‘Member’,
‘capabilities’ => custom_capabilities( ‘bbp_member’ )
);$bbp_roles[‘bbp_council_member’] = array(
‘name’ => ‘Council Member’,
‘capabilities’ => custom_capabilities( ‘bbp_council_member’ )
);return $bbp_roles;
}add_filter( ‘bbp_get_dynamic_roles’, ‘add_new_roles’, 1 );
function add_role_caps_filter( $caps, $role )
{
if( $role == ‘bbp_trial’ )
$caps = custom_capabilities( $role );if( $role == ‘bbp_warlord’ )
$caps = custom_capabilities( $role );if( $role == ‘bbp_general’ )
$caps = custom_capabilities( $role );if( $role == ‘bbp_member’ )
$caps = custom_capabilities( $role );if( $role == ‘bbp_council_member’ )
$caps = custom_capabilities( $role );return $caps;
}add_filter( ‘bbp_get_caps_for_role’, ‘add_role_caps_filter’, 10, 2 );
function custom_capabilities( $role )
{
switch ( $role )
{/* Capabilities for ‘councilmember’ role */
case ‘bbp_council_member’:
return array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => true,
‘throttle’ => true,
‘view_trash’ => false,// Forum caps
‘publish_forums’ => false,
‘edit_forums’ => false,
‘edit_others_forums’ => false,
‘delete_forums’ => false,
‘delete_others_forums’ => false,
‘read_private_forums’ => true,
‘read_hidden_forums’ => true,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => true,
‘delete_topics’ => true,
‘delete_others_topics’ => true,
‘read_private_topics’ => true,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => true,
‘delete_replies’ => true,
‘delete_others_replies’ => true,
‘read_private_replies’ => true,// Topic tag caps
‘manage_topic_tags’ => true,
‘edit_topic_tags’ => true,
‘delete_topic_tags’ => true,
‘assign_topic_tags’ => true,
);/* Capabilities for ‘member’ role */
case ‘bbp_member’:
return array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => false,
‘throttle’ => false,
‘view_trash’ => false,// Forum caps
‘publish_forums’ => false,
‘edit_forums’ => false,
‘edit_others_forums’ => false,
‘delete_forums’ => false,
‘delete_others_forums’ => false,
‘read_private_forums’ => true,
‘read_hidden_forums’ => false,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => false,
‘delete_topics’ => false,
‘delete_others_topics’ => false,
‘read_private_topics’ => true,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => false,
‘delete_replies’ => true,
‘delete_others_replies’ => false,
‘read_private_replies’ => true,// Topic tag caps
‘manage_topic_tags’ => false,
‘edit_topic_tags’ => false,
‘delete_topic_tags’ => false,
‘assign_topic_tags’ => true,
);/* Capabilities for ‘warlord’ role */
case ‘bbp_warlord’:
return array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => true,
‘throttle’ => true,
‘view_trash’ => true,// Forum caps
‘publish_forums’ => true,
‘edit_forums’ => true,
‘edit_others_forums’ => true,
‘delete_forums’ => true,
‘delete_others_forums’ => true,
‘read_private_forums’ => true,
‘read_hidden_forums’ => true,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => true,
‘delete_topics’ => true,
‘delete_others_topics’ => true,
‘read_private_topics’ => true,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => true,
‘delete_replies’ => true,
‘delete_others_replies’ => true,
‘read_private_replies’ => true,// Topic tag caps
‘manage_topic_tags’ => true,
‘edit_topic_tags’ => true,
‘delete_topic_tags’ => true,
‘assign_topic_tags’ => true,
);/* Capabilities for ‘general’ role */
case ‘bbp_general’:
return array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => true,
‘throttle’ => true,
‘view_trash’ => true,// Forum caps
‘publish_forums’ => true,
‘edit_forums’ => true,
‘edit_others_forums’ => true,
‘delete_forums’ => true,
‘delete_others_forums’ => true,
‘read_private_forums’ => true,
‘read_hidden_forums’ => true,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => true,
‘delete_topics’ => true,
‘delete_others_topics’ => true,
‘read_private_topics’ => true,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => true,
‘delete_replies’ => true,
‘delete_others_replies’ => true,
‘read_private_replies’ => true,// Topic tag caps
‘manage_topic_tags’ => true,
‘edit_topic_tags’ => true,
‘delete_topic_tags’ => true,
‘assign_topic_tags’ => true,
);/* Capabilities for ‘trial’ role */
case ‘bbp_trial’:
return array(
// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => false,
‘throttle’ => false,
‘view_trash’ => false,// Forum caps
‘publish_forums’ => false,
‘edit_forums’ => false,
‘edit_others_forums’ => false,
‘delete_forums’ => false,
‘delete_others_forums’ => false,
‘read_private_forums’ => true,
‘read_hidden_forums’ => false,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => false,
‘delete_topics’ => false,
‘delete_others_topics’ => false,
‘read_private_topics’ => true,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => false,
‘delete_replies’ => true,
‘delete_others_replies’ => false,
‘read_private_replies’ => true,// Topic tag caps
‘manage_topic_tags’ => false,
‘edit_topic_tags’ => false,
‘delete_topic_tags’ => false,
‘assign_topic_tags’ => true,
);break;
default :
return $role;
}
}
// ==============================================================
// Switch off bbPress Forum moderation
add_filter( ‘bbp_bypass_check_for_moderation’, ‘__return_true’ );May 25, 2020 at 7:51 am #211402In reply to: 2.6 doesn’t recognise existing WP forum roles
scabbrox
ParticipantBTW, this is the content of the loop-single-reply.php file I temporarily disabled:
<?php
/**
* Replies Loop – Single Reply
*
* @package bbPress
* @subpackage Theme
*/
?>
<?php
$tag = ‘li’;
if ( bbp_thread_replies() ){
$tag = ‘div’;
}
?>
<<?php echo esc_attr( $tag );?> id=”post-<?php bbp_reply_id(); ?>” class=”bbp-reply-header”><div <?php bbp_reply_class(); ?>>
<div class=”nk-forum-topic-author”>
<?php do_action(‘bbp_theme_before_reply_author_details’); ?>
<?php echo godlike_bbp_reply_author_avatar();?>
<div class=”nk-forum-topic-author-name”>
<?php bbp_reply_author_link(array(‘sep’ => ”, ‘show_role’ => false, ‘type’ => ‘name’)); ?>
</div><div class=”nk-forum-topic-author-role”>
<!– Removed by Zenna to be replaced by Forum Role Display –>
<!–<?php echo bbp_get_reply_author_role();?>–>
<?php echo bsp_display_reply_role(bbp_get_reply_id());?>
</div><?php if (bbp_is_user_keymaster()) : ?>
<?php do_action(‘bbp_theme_before_reply_author_admin_details’); ?>
<div class=”bbp-reply-ip nk-forum-topic-author-since”><?php bbp_author_ip(bbp_get_reply_id()); ?></div>
<?php do_action(‘bbp_theme_after_reply_author_admin_details’); ?>
<?php endif; ?>
<?php do_action(‘bbp_theme_after_reply_author_details’); ?>
</div><!– .bbp-reply-author –>
<div class=”nk-forum-topic-content”>
<?php do_action(‘bbp_theme_before_reply_content’); ?>
<?php bbp_reply_content(); ?>
<?php do_action(‘bbp_theme_after_reply_content’); ?>
</div><!– .bbp-reply-content –>
</div><!– .reply –>
<div class=”nk-forum-topic-footer”>
<span class=”nk-forum-topic-date”><?php bbp_reply_post_date(); ?></span>
” class=”bbp-reply-permalink”>#<?php bbp_reply_id(); ?>
<span class=”nk-forum-action-btn”>
<?php do_action(‘sociality-likes’, bbp_get_reply_id(), ‘bb_reply’); ?>
</span><?php if (bbp_is_single_user_replies()) : ?>
<span class=”bbp-header”>
<?php esc_html_e(‘in reply to: ‘, ‘godlike’); ?>
<a class=”bbp-topic-permalink”
href=”<?php bbp_topic_permalink(bbp_get_reply_topic_id()); ?>”><?php bbp_topic_title(bbp_get_reply_topic_id()); ?>
</span><?php endif; ?>
<?php do_action(‘bbp_theme_before_reply_admin_links’); ?>
<?php bbp_reply_admin_links(); ?>
<?php do_action(‘bbp_theme_after_reply_admin_links’); ?>
</div><!– .bbp-meta –>
</<?php echo esc_attr( $tag );?>><!– #post-<?php bbp_reply_id(); ?> –>
May 25, 2020 at 7:49 am #211401In reply to: 2.6 doesn’t recognise existing WP forum roles
scabbrox
ParticipantHello again and sorry to necro my previous thread but the issue is I feel linked and so the history is perhaps useful.
Today I was trying to fix a persistent issue I have with BBpress where bullets and numerical lists will not show up in posts and some searching around led me to some posts where they suggested that some .css might be to blame with the lists function being disabled.
Looking around for the issue in my child theme I happened upon a bbpspress css file added called ‘loop single reply’ and decided to delete it temporarily to see if this was to blame.
I downloaded a copy and did not delete the one in file-manager so I could restore if needed.
Once I did it however it broken my special forum roles above and everybody except keymasters and spectators (the only standard roles I use) lost their forum roles.
Even after restoring the file, going into users and role editors the roles are all there, but I cannot reassign them, I can only assign standard forum roles.
The function.php file with role additions is the same as above, but these do not seem to be forum roles anymore, just user roles.
Before I revert the entire site to a previous day’s back-up and lose the applications and activity we have has since last night I thought I’d check here.
Many thanks in advance for your help and this definitely teaches me to always me to do a back-up before playing with files, no matter how trivial they may appear.
-
AuthorSearch Results