Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 601 through 625 (of 64,401 total)
  • Author
    Search Results
  • #239682
    WPabmm
    Participant

    Website: Allinop.com

    Text editor is not appearing.

    I use Generatepress with bbpress, bbstyle pack.

    I selected text editor via bb stylepack plugin

    I tried the classic editor with no success.

    WPabmm
    Participant

    Re: Website: allinop.comI have used the following css to modify the [bbp-topic-index]

    .bbp-topic-voice-count,
    .bbp-topic-reply-count,
    .bbp-topic-freshness {  /* Hides elements related to voice count, reply count, and topic freshness */
      display: none;
    }
    
    .avatar-14 {  /* Hides avatars with the class "avatar-14" */
      display: none !important;
    }
    
    .bbp-search-form {  /* Hides the bbPress search form */
      display: none;
    }

    I have 2 issues:

    Firstly, the topic titles do not take the entire horizontal space.
    It is as if the hidden elements still occupy the space.
    I have tried ‘hidden: none’ instead ‘display: none’ to no avail.

    Secondly, I’ve been trying to also remove the border around the list of latest topics.

    I have unsuccessfully tried:

    .bbp-topic {
      border: none;
    }

    and

    .bbp-topic {
      outline: none;
    }

    I would be grateful for any ideas.

    #239679
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, 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.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #239672

    In reply to: forum issues

    eefkedigibitch
    Participant

    You are right, I was no keymaster anymore.
    Which is special, since I’m the webdeveloper and installed the plugin and so.
    Now I’m keymaster again, I can also check the user data.
    So thanks for your help Robin!

    bbpress should pay you for all the work you do for them!

    #239666

    In reply to: forum issues

    eefkedigibitch
    Participant

    Okay this was a quick test.
    I deactivated all my plugins accept for bbpress and still ‘Forums’ wasn’t shown in the left navigation bar. I reinstalled wordpress (6.4.3) but still nothing. So I don’t know what is going on, but I think bbpress isn’t compatible with this WP version or something…

    #239664

    In reply to: forum issues

    Robin W
    Moderator

    I’ve spilt this off to a separate topic, as it is a specific site issue.

    so is this a new installation of bbpress, or a new issue on an existing one?

    #239662
    eefkedigibitch
    Participant

    Hi Robin,

    You say ‘no issues’ but I’m having issues with my installation.
    Somehow the I can’t access the ‘Forum’ settings in my menu, because it’s not there anymore. The plugin is active but not shown in the left navigation bar.

    Next to that I can’t check the user data anymore. The users in my list are not clickable anymore. And when I deactivate the plugin, the user are clickable.
    So thats strange right.

    It’s probably another plugin that is causing the issue with bbpress, so I’m gonna check for that. If you ever heard something like this, please let me know.
    Otherwise I’ll come back with my findings…

    #239648

    In reply to: Forum styling

    Robin W
    Moderator

    there are thousands of themes, and putting divi into the search of this site has not produced any threads I can find which detail your issue, so not sure what to recommend other than asking elsewhere if there is a setting, Divi says it is bbpress friendly.

    #239647

    In reply to: Forum styling

    brett3am
    Participant

    hmmm I think I would need to create a different template for every page according to the suggestion on that page. Strange that there is not a built in way to handle this within bbpress. It so confusing to figure out how to style the pages within the bbpress documentation.

    #239646

    In reply to: Forum styling

    Robin W
    Moderator

    you are using the divi theme

    1. I’d suggest you add

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>theme support and you’ll see some useful info on serach and profiles

    2. it looks like the sub pages are using a different divi template.

    this link might help
    https://divi.help/threads/bbpress.11376/ or post on that support group or raise with Divi?

    #239640
    lmstearn
    Participant

    Hi again Robin,
    Would the following changes regarding wrapper elements be of any help?
    https://github.com/bbpress/bbPress/commit/bbde786798c47b61f1ef87bd049224f351458b7b

    #239619
    uksentinel
    Participant

    Hi

    I am running BBPRESS and am looking to add a login link to Add login link to “You must be logged in to create new topics.” which appears at the bottom of Topics list when you are not logged in.

    I have copied out the Forum-Topic.php file and it is located in my Themes BBPRESS folder.

    Code in my Forum-Topic.php that I am looking to add to is ….

    <div id=”no-topic-<?php bbp_forum_id(); ?>” class=”bbp-no-topic”>
    <div class=”bbp-template-notice”>

    • <?php is_user_logged_in()
      ? esc_html_e( ‘You cannot create new topics.’, ‘bbpress’ )
      : esc_html_e( ‘You must be logged in to create new topics.’, ‘bbpress’ );
      ?>
    #239582

    In reply to: Forum widget error ?

    Robin W
    Moderator

    the errors you are seeing are not bbpress widgets as far as I know, so I cannot help you in resolving those errors

    for bbpress activity there are 2 legacy widgets, recent topics and recent replies

    #239575

    In reply to: Forum widget error ?

    Robin W
    Moderator

    ok, these don’t look like bbpress widgets – what are you trying to add?

    #239572
    Robin W
    Moderator
    .bbpress .forum h4.author {
    	display: none;
    }
    #239567
    Robin W
    Moderator

    add this to the additional css of your theme

    body.forum-archive.bbpress h5.description p {
    	display: none;
    }
    #239566
    sayhi2lonnie
    Participant

    I want to get rid of “bbPress Forums”.

    Please and thank you in advance!

    sayhi2lonnie
    Participant

    How do I get rid of the line that I highlighted in yellow?

    webcreations907
    Participant

    Wanted to share that I just finished my first bbPress theme with topics grid, it only uses bbPress and no buddypress. Profile pages have been completely customized to also include the topics grid.

    Video when users are logged in

    Theme Demo

    Hopefully allowed to share this here. 🙂

    #239552

    In reply to: Remove white bar

    Robin W
    Moderator

    This is not related to bbpress, but to your youzify plugin

    add this to your custom css

    .youzify-bbp-topic-head {
    	display: none;
    }
    #239510

    In reply to: forums not working

    Robin W
    Moderator

    You may be using one of the new FSE themes, so you need a fix to work with bbpress.
    install

    bbp style pack

    once activated, navigate to

    dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.

    In that tab, select

    Enable Theme Support

    and save

    The forums should then display

    If not, come back

    #239507

    In reply to: Subscribe to Forum

    webcreations907
    Participant

    I have some updated code for you to try, after installing that ACF plugin I realized it wasn’t saving the post meta(your custom fields) before the mail was being called.

    So you’ll need to remove all the code previously listed including the first function, and try the below instead.

    So all you should have added is the below in your code snippets plugin, or functions.php file.

    
    
    if( function_exists( 'bbp_get_topic_post_type' ) ){
    	function newtech2_bbpress_new_topic( $post_id, $post , $update, $post_before ){
    	
    		if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) return;
    
    		if( !function_exists('bbp_get_topic_post_type') ){
    			return;
    		}
    
    		if ( bbp_get_topic_post_type() !== $post->post_type || ! is_admin() ) {
    			return;
    		}
    
    		if ( ! in_array( $post->post_status, [ 'private', 'publish' ] ) ) {
    			return;
    		}
    
    		if( isset( $post_before->post_status ) && $post_before->post_status == 'draft' ){
    			do_action( 'bbp_new_'.bbp_get_topic_post_type(), $post->ID , $post->post_parent, [] , $post->post_author );
    		}
    	}
    
    	add_action( 'wp_after_insert_post', 'newtech2_bbpress_new_topic', 10, 4);
    }
    
    if( !function_exists('acf_email_bbp_subscription_mail') ){
    	function acf_email_bbp_subscription_mail( $message, $topic_id, $forum_id, $user_id ) {
    		if ( function_exists( 'get_field' ) && $topic_id != 0 ) {
    			$afc_replace = array(
    				'{catch_date_time}' => get_field( 'catch_date_time', $topic_id),
    				'{anglers}'         => get_field( 'anglers', $topic_id )
    				);
    
    			$message = strtr( $message , $afc_replace);
    		}
    
    		return $message;
    	}
    	add_filter( 'bbp_forum_subscription_mail_message' , 'acf_email_bbp_subscription_mail', 100 , 4 );
    }
    
    

    You’ll just leave the below in your email template as before.

    
    
    Catch Time: {catch_date_time}
    Anglers: {anglers}
    
    

    Hopefully that works out for you

    #239504

    In reply to: Subscribe to Forum

    webcreations907
    Participant

    They are not in a template but in a functions run through filters, so if you were using bbpress without any plugins for email templates then the function it’s being called from is bbp_notify_topic_subscribers and the filter to change the message is bbp_subscription_mail_message.

    You can’t just added function with the same name, because it will cause your site to throw errors. But you can use the filter to change the message.

    Are you using bbp style pack template? If so give me the field name of one of you custom ACF fields for when you create topics, and I’ll see if I can come up with something for you.

    #239501

    In reply to: Subscribe to Forum

    newtech1
    Participant

    Whoops. I am wrong. IT IS NOW WORKING! I need to test auto login and some other features since this is a private forum.

    One issue that I do not think can be solved is I am using ACF plugin for Custom fields within topics. The email notification only has the topic text, it does not include any of the custom field results. Assume no one know how to resolve this. ACF plugin support will not help because they know nothing about bbpress.

    The reason I have forum users posting in the backend is because I could never get the ACF plugin to work properly on the frontend.

    Thanks!

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