Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,601 through 5,625 (of 64,471 total)
  • Author
    Search Results
  • #205368
    Robin W
    Moderator

    ok looks like you are going to need to get familiar with the templates and some coding then

    In essence you need to copy some templates across to your child theme, and then amend them

    You can copy all the templates across, but you only need to copy those that you want to change, and it is better just to do this, as then you know which you have altered.

    so if you wanted to amend loop-single-forum you would do the following

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    #205357
    Robin W
    Moderator

    visbility hidden should make a forum only visible to moderators and keymasters

    If you are not seeing that then it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Then come back

    #205353
    Robin W
    Moderator
    #205351
    Robin W
    Moderator
    #205345
    demonboy
    Participant

    Yep, that’s great. Thanks again, Robin.

    If anyone else is interested, in addition to the above code placed in functions.php, I amended loop-single-topic.php in my child theme thus:

    		<a class="bbp-topic-permalink" href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?>
    <?php $forum_id = bbp_get_forum_id(); 
        if (( $forum_id == 41371) ){
    			?>
     - <?php echo bbp_get_topic_author(); ?></a>		
    <?php
        }
    
    else {?>		
    		</a>
    <?php
    }?>
    		<?php do_action( 'bbp_theme_after_topic_title' ); ?>
    
    		<?php bbp_topic_pagination(); ?>
    
    		<?php do_action( 'bbp_theme_before_topic_meta' ); ?>
    
    		<p class="bbp-topic-meta">
    
    			<?php do_action( 'bbp_theme_before_topic_started_by' ); ?>
    <?php $forum_id = bbp_get_forum_id(); 
        if (( $forum_id == 41371) ){
    			?>
    <?php
        }
    
    else {?>
    			<span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>
    <?php
    }?>

    This selects a specific forum and within that forum it removes the ‘started by’ meta info that normally appears under the title. Instead it places the topic author’s display name (not user name) as an extension of the topic title, separated by a hyphen. The link to the author is removed and instead becomes part of the link to the topic.

    #205344

    Topic: Translations

    in forum Troubleshooting
    devonsays
    Participant

    I’m trying to add Korean translation that ovveride the english. I created the po and mo files as instructed and added them in the bbpress language folder using FTP. But nothing changed on the front-end? Any idea what caused this?

    Here is what I called my files:
    bbpress-ko_KR.po
    bbpress-ko_KR.mo

    #205337
    tmu2011team
    Participant

    I am just about to install the bbPress and testing how it works. Out of the box, does bbPress allow for adding attachments (pdfs, docs, and image files? Emoji and post preview are also things we are looking to add … does bbPress comes with it or do we need to look into Plugins?

    ======================================================
    Bellow content is just for test purposes … we’ll delete shortly
    Templates bbPress Forum

    Quote Example

    <indent> Indentation </indent>
    Unordered List Example

    1. Item
    2. Item
    3. item

    Ordered List Example

    • Item
    • Item
    • item

    #205336
    madflute
    Participant

    We have 600+ subscribers and notification mails are bouncing hard. Most of them are blocked by server’s firewall.

    550 relay not permitted (in reply to RCPT TO command)

    SMTP error from remote mail server after end of data: 550 5.7.1 [TCR] Generating too many errors with receivers

    I was told by the ISP that I need to slow down the sending rate. Is there any plugin for this? If bbPress Notify (No Spam) is the only one then I need to pay for the subscription for the Private Group Bridge add-on, which I would like to avoid since this site is non-profit and I am paying everything from my pocket. Hope there is another solution.

    #205335
    stracy2
    Participant

    Hi Robin,

    If you instead go to Dashboard>Forums>Edit and a set “Visibility” to “Hidden”, the forum is still visible (listed) to a user with the Forum Role of “Participant” (although they cannot visit the forum).

    Can you confirm? This isn’t the expected, default bbPress behavior for a “Hidden” forum according to forum visibility documentation.

    By “default” I mean bbPress without “bbp Private Forums” installed. I understand you are the author (awesome job!). If “Hidden” actually hid a forum, I wouldn’t require “bbp Private Forums” and I’d skip the need to donate to you :).

    #205329
    Robin W
    Moderator

    if that code does what you want then just use the same logic you did in

    How to reorder topics in one forum?

    eg

    function rkk_topic_av() {
    
    $thisforumid = bbp_get_forum_id();
    
      if($thisforumid == 43135) {
    
    	    	echo bbp_get_topic_author_link( array( 'size' => '48' , 'type' => 'avatar'));
    }
    }
    add_action('bbp_theme_before_topic_title','rkk_topic_av');
    #205327
    Robin W
    Moderator

    dashboard>settings>general>date format

    bbpress just follows the WordPress format you set, as it presumes you want dates to look the same all over your site

    otherwise

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Freshness Display lets you play with how it is displayed

    #205288
    Robin W
    Moderator

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    #205282
    Robin W
    Moderator

    it does for bbpress, but I think you are also using bbpress, in which case maybe this

    bbp buddypress profile information

    #205274
    demonboy
    Participant

    Hi,

    I have a forum called ‘Introduce Yourself’. Currently the topic archive page on all forums just shows the topic title and a small ‘started by’ avatar underneath. This is fine for most forums but I’d like to show a large avatar to the left of the topic title in the Introduce Yourself forum only.

    I found this thread on a similar subject but I’m not sure how to make this work for this one forum only.

    Any pointers?

    #205271
    demonboy
    Participant

    I’ve set up some FAQs as topics in a closed forum and would like to re-order them. I came across this code:

    //* Change sort order of Topics within a specified bbpress forum
    function my_custom_display_topic_index_query ($args) {
      $thisforumid = bbp_get_forum_id();
    
      if($thisforumid == 43135) {
        $args['orderby'] = 'date';
        $args['order']   = 'ASC';
      }
    
      return $args;
    }
    add_filter('bbp_before_has_topics_parse_args', 'my_custom_display_topic_index_query '     );

    … but when I added it to my functions.php file it hid all the topics (even though at forum archive level it displayed the correct number of topics in the topic count column). Removing it returned my topics.

    Any pointers?

    josephtersoo1
    Participant

    we need a date of birth filed in bbpress just like its in buddypress.
    so as to display in on the forum. please add it to your upcoming updates or someone should crate a plugin for this.

    #205265
    josephtersoo1
    Participant

    This plugin doesn’t work for that, it doesent add to the bbpress profile metadata

    #205231
    Chuckie
    Participant

    I noticed during my testing of bbPress that if I move a topic from one forum to another that the freshness doesn’t get refreshed.

    Is this a bug or is there a design process I am not aware of?

    #205228
    Babblebey
    Participant

    I guess I will be patient for you to test this Robin

    
    $topic = bbp_get_topic_id();
    $users = get_users() ;
    $count = 0;
    foreach ($users as $user) {
        $topic_list = get_usermeta ($user->id, 'wp__bbp_favorites', false) ;
        if (in_array ($topic , $topic_list))  $count++ ;
    }
    echo $count;
    

    I am getting the error

    Warning: in_array() expects parameter 2 to be array, string given in C:\wamp\www\omna\wp-content\themes\omna2\bbpress\content-single-topic-lead.php on line 134

    #205223
    madflute
    Participant

    Thank you for your help. It took me a while to figure out what’s going on. It seems bbPressNotify is the culprit. I once installed this plugin and modified the message with it. But then when I found out it allows forum to notify only one of the three forums unless I pay for the add-on subscription, I deleted the plugin. Apparently it is still in effect. That is why it only sends a notification to the Editor forum with the message I originally defined a long time ago with bbPressNotify. I don’t know how to delete the leftover data of this plugin.

    Just for clarification, was bbPress could have done what I need without any plugin? Just recap, what I need is:
    We have 3 forums
    1) Editor forum (hidden from all) – editors subscribed
    2) Contributor forum (hidden from public) – contributors and editors subscribed
    3) Subscribers forum (public) – all registered users subscribed
    Notification from each forum new post/reply

    Did I really need bbP Private Groups plugin, and did I really need notification plugin for sending out notifications, or bbP could have done this without plugins?

    #205217
    trevorstokes
    Participant

    Hi,
    I have never edited any of our users’ roles. Some users have the bbp_participant role, but not all.
    When does this (default) role get assigned?
    How can I set all those that have no bbp role?
    The checkbox “Automatically give registered visitors the PARTICIPANT forum role ” is checked.

    Wordpress 5.2.4.
    BBPress 2.5.14

    #205209
    BCNdsg
    Participant

    Hi, I’m having this problem after installing bbpress on my website, One day web is working ok and next all pages are showing Error 404, and it all goes back to normal doing a SAVE in Permalinks (without any changes) Any ideas how to fix this?

    #205201
    junky81
    Participant

    sorry, i forgot wordpress version 5.2.4
    bbpress version 2.5.14

    #205200
    junky81
    Participant

    good morning. I have a TWO GREAT PROBLEMS:
    1) I noticed that within a category there are not all the forums I created but only the first 50! I would like to know how to increase this limit because I have not found any corresponding entry in any setting
    2) I can’t create topics with a “high” number of words because the system loads for a long time and then returns an error and doesn’t save the created topic (I can’t even understand what the limit is). the thing is repeated on different PCs and browsers and instead it does not happen if the topic has a number of words not large. also in this case I have not found options to change this limit. I don’t think this limit could have been set by BBpress because it wouldn’t make any sense.

    site http://www.forumunito.it, purchased and installed the Disputo theme (https://themeforest.net/item/disputo-wordpress-bbpress-forum-theme/21584099).

    PLEASE HELP ME!

    giancarlo from italy (sorry form my english and my lack of technical knowledge)

    ps I take this opportunity to ask if it is possible, under the categories I created, not to have the complete list of forums or even to delete the data with the number of posts and replies (0,0) for example.

    #205197
    Robin W
    Moderator

    as for editing messages

    bbPress Custom Notification Emails

Viewing 25 results - 5,601 through 5,625 (of 64,471 total)
Skip to toolbar