Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,526 through 4,550 (of 64,450 total)
  • Author
    Search Results
  • Robin W
    Moderator

    thanks – 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

    Code Snippets

    amirzwp
    Participant

    Thanks 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.

    #211477
    Robin W
    Moderator

    theme specific, bbpress just uses the width your theme gives it.

    amirzwp
    Participant

    bbPress does automaticly create a page for each reply.

    Example:

    Antwort auf: Auf- und Abbautage – was muss ich beachten?

    Antwort auf: Braucht es eine Darmreinigung?

    Antwort auf: Welche Methode passt zu mir?

    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.

    #211465
    zandercent
    Participant

    bbpress 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() ) {

    #211455
    jayapramod
    Participant

    For 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.php

    Now 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;.

    Robin W
    Moderator

    this code is from a bbpress convertor – no idea why it is running.

    suggest you delete the user and recreate them

    #211448
    Ryan Hellyer
    Participant

    BUMP!

    (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?

    Hammy Havoc
    Participant

    When 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 />
    #211445

    In reply to: Wrong Post Number

    Robin W
    Moderator

    bbpress 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

    #211444
    Alpo
    Participant

    Thank 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.

    #211440
    Robin W
    Moderator

    you could enable the visual editor

    either

    Enable Visual Editor

    or

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form

    #211435
    Alpo
    Participant

    Hello

    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?

    #211434
    nasosravas
    Participant

    Hi.
    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.

    Test

    Any fix?

    Robin W
    Moderator
    #211428
    orangeturtle1000
    Participant

    When 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 forum

    I’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.

    davkim
    Participant

    All,
    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.

    #211426
    shonty
    Participant

    Found 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!

    #211419
    scabbrox
    Participant

    I 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.

    #211418
    scabbrox
    Participant

    Not 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
    0755

    advanced-css-editor
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    advanced-custom-fields-pro
    4 KB
    Today, 5:51 PM
    httpd/unix-directory
    0755

    akismet
    4 KB
    Apr 30, 2020, 11:45 AM
    httpd/unix-directory
    0755

    all-in-one-wp-migration
    4 KB
    May 18, 2020, 4:13 PM
    httpd/unix-directory
    0755

    all-in-one-wp-migration.6.77.zip
    331.74 KB
    Dec 15, 2019, 11:54 AM
    package/x-generic
    0644

    bbp-private-groups
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    bbp-style-pack
    4 KB
    May 8, 2020, 4:37 PM
    httpd/unix-directory
    0755

    bbp-toolkit
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbp-user-online-status
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbpress
    4 KB
    Jan 30, 2020, 4:43 PM
    httpd/unix-directory
    0755

    bbpress-enable-tinymce-visual-tab
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbpress-mark-as-read
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bbpress-wp-tweaks
    4 KB
    Jan 15, 2020, 10:12 AM
    httpd/unix-directory
    0755

    bbpress2-shortcode-whitelist
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    bp-custom.php
    302 bytes
    Nov 14, 2019, 2:05 PM
    application/x-httpd-php
    0644

    bsp_test.css
    134 bytes
    Nov 14, 2019, 2:05 PM
    text/css
    0644

    bspstyle.css
    12.2 KB
    Nov 14, 2019, 2:05 PM
    text/css
    0644

    buddypress
    4 KB
    May 15, 2020, 2:15 PM
    httpd/unix-directory
    0755

    category-featured-images-extended
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    contact-form-7
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    custom-sidebars
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    extended-widget-options
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    facebook-pagelike-widget
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    gd-bbpress-attachments
    4 KB
    May 13, 2020, 4:18 PM
    httpd/unix-directory
    0755

    gd-bbpress-tools
    4 KB
    May 13, 2020, 4:18 PM
    httpd/unix-directory
    0755

    godlike-core
    4 KB
    Today, 1:00 PM
    httpd/unix-directory
    0755

    google-analytics-dashboard-for-wp
    4 KB
    Feb 26, 2020, 3:41 PM
    httpd/unix-directory
    0755

    index.php
    28 bytes
    Nov 14, 2019, 2:05 PM
    application/x-httpd-php
    0644

    jetpack
    4 KB
    May 6, 2020, 7:51 AM
    httpd/unix-directory
    0755

    js_composer
    4 KB
    Apr 25, 2020, 3:27 PM
    httpd/unix-directory
    0755

    kirki
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    list-category-posts
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    lock-user-account
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    login-with-ajax
    4 KB
    Jan 24, 2020, 9:34 AM
    httpd/unix-directory
    0755

    mailchimp-for-wp
    4 KB
    Apr 28, 2020, 4:44 PM
    httpd/unix-directory
    0755

    members
    4 KB
    Apr 29, 2020, 1:07 AM
    httpd/unix-directory
    0755

    menu-icons
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    mycred
    4 KB
    May 8, 2020, 4:37 PM
    httpd/unix-directory
    0755

    nav-menu-roles
    4 KB
    Mar 28, 2020, 3:21 PM
    httpd/unix-directory
    0755

    nk-themes-helper
    4 KB
    May 6, 2020, 7:51 AM
    httpd/unix-directory
    0755

    nk-woocommerce-swatches
    4 KB
    Jan 26, 2020, 11:20 AM
    httpd/unix-directory
    0755

    notification
    4 KB
    Apr 22, 2020, 10:14 AM
    httpd/unix-directory
    0755

    notification-bbpress
    4 KB
    May 18, 2020, 4:11 PM
    httpd/unix-directory
    0755

    notification-buddypress
    4 KB
    May 18, 2020, 4:14 PM
    httpd/unix-directory
    0755

    paypal-donations
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    post-views-counter
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    quick-pagepost-redirect-plugin
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    recent-posts-widget-with-thumbnails
    4 KB
    Jan 15, 2020, 10:13 AM
    httpd/unix-directory
    0755

    revslider
    4 KB
    May 17, 2020, 11:57 AM
    httpd/unix-directory
    0755

    sociality
    4 KB
    Apr 23, 2020, 9:53 AM
    httpd/unix-directory
    0755

    tinymce-advanced
    4 KB
    Apr 2, 2020, 2:12 PM
    httpd/unix-directory
    0755

    tomparisde-twitchtv-widget
    4 KB
    Apr 30, 2020, 6:56 PM
    httpd/unix-directory
    0755

    ttv-easy-embed
    4 KB
    Mar 11, 2020, 1:58 PM
    httpd/unix-directory
    0755

    updraftplus
    4 KB
    Today, 11:53 AM
    httpd/unix-directory
    0755

    user-role-editor
    4 KB
    May 5, 2020, 10:13 AM
    httpd/unix-directory
    0755

    usp-helper
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    usp-pro
    4 KB
    Apr 9, 2020, 3:30 PM
    httpd/unix-directory
    0755

    w3-total-cache
    40 KB
    Apr 29, 2020, 1:07 AM
    httpd/unix-directory
    0755

    woocommerce
    4 KB
    May 22, 2020, 11:17 AM
    httpd/unix-directory
    0755

    woocommerce-admin
    4 KB
    May 19, 2020, 12:53 PM
    httpd/unix-directory
    0755

    wow-recruitment-legion
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    wp-discord
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    wp-google-maps
    4 KB
    May 8, 2020, 4:37 PM
    httpd/unix-directory
    0755

    wp-optimize
    4 KB
    Apr 2, 2020, 2:11 PM
    httpd/unix-directory
    0755

    wp-slimstat
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    wp-smushit
    4 KB
    May 19, 2020, 12:53 PM
    httpd/unix-directory
    0755

    wpcat2tag-importer
    4 KB
    Dec 15, 2019, 12:04 PM
    httpd/unix-directory
    0755

    youtube-embed-plus
    4 KB
    Apr 17, 2020, 3:40 PM
    httpd/unix-directory
    0755

    #211414
    poisonkatrin
    Participant

    I 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!

    #211413
    poisonkatrin
    Participant

    I 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!

    #211406
    scabbrox
    Participant

    The 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’ );

    #211402
    scabbrox
    Participant

    BTW, 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(); ?> –>

    #211401
    scabbrox
    Participant

    Hello 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.

Viewing 25 results - 4,526 through 4,550 (of 64,450 total)
Skip to toolbar