Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,151 through 3,175 (of 64,430 total)
  • Author
    Search Results
  • #219768

    In reply to: all-forums link broke

    Robin W
    Moderator

    If that doesn’t work, the standard advice is :

    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

    #219766
    mrmillercoach
    Participant

    I am running
    Wordpress 5.7
    BuddyPress 7.2.1
    bbPress 2.6.6

    It appears that something broke the all-forums. I updated the following plugins 4 days ago
    4 days ago
    31/03/2021
    14:23:06
    1.6 Updated Genesis Testimonial Slider
    4 days ago
    31/03/2021
    3.0.1 Updated One Click Demo Import
    4 days ago
    31/03/2021
    14:23:06
    2.5.7 Updated Paid Memberships Pro
    4 days ago
    31/03/2021
    14:23:06
    5.5.0 Updated The Events Calendar
    4 days ago
    31/03/2021
    7.1.3 Updated Theme My Login
    4 days ago
    31/03/2021
    14:23:06
    3.0.2 Updated Visual Form Builder

    The link all-forums now generates a 404 error. How can I troubleshoot this?

    #219763

    Topic: Taille police

    in forum Themes
    alama32
    Participant

    Bonjour à tous, je cherche à modifier la taille de la police pour l’entièreté de forum ! j’ai essayé divers id et classes grâce à l’inspecteur d’éléments, mais rien de vraiment concluant. pourquoi BBpress n’offre pas d’options CSS par défaut? couleurs, font, etc..

    #219753
    Robin W
    Moderator

    the templates you need are in

    wp-content/plugins/bbpress/templates/default/bbpress/

    to amend a template do the following which is an example with loop-sungle-reply

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php

    transfer this to your pc and edit to how you want it to look

    and save

    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

    Then transfer the file you saved above 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-reply.php

    bbPress will now use this template instead of the original

    #219739
    Robin W
    Moderator

    This is probably because in the bbpress plugin there is a template called content-search.php. Many themes also now have a template file called content-search.php. Since the bbPress templates don’t necessarily need to be in a bbPress folder, the bbPress plugin is choosing the template from your theme before the template that is actually in bbPress.

    To fix copy content-search.php from the bbPress plugin templates and place it in a child theme in a folder called bbpress.

    Functions files and child themes – explained !

    So create a directory on your child 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/content-search.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/content-search.php
    bbPress will now use this template instead of the original

    Robin W
    Moderator

    bbpress sends from the address to this address with BCC to each subscriber.

    This works for some sites, not for others.

    This plugin whilst old, still works well

    AsynCRONous bbPress Subscriptions

    skylabb
    Participant

    Hello,

    I’m having an issue with bbpress sending out notification messages to forum subscribers. When there’s a new post or reply, the subscribers are not getting notifications because the server sends out messages to this address:

    Receiver:
    noreply@appserver-e8527d8c-nginx-404b6c7fa4aa4da9a6e567464eab2d7c

    Header:
    X-bbPress: 2.6.6,
    \nFrom: my site
    <noreply@appserver-e8527d8c-nginx-404b6c7fa4aa4da9a6e567464eab2d7c>,
    \nBcc: myemail@domain.com

    In fact if you notice from the above, the To and From addresses are the same weird address. Where does this come from? All other none-forum related messages sent from the server to the correct recipient addresses – just forum related messages somehow got messed up.

    I’m using WP 5.7, bbpress 2.6.6, and Easy WP SMTP.

    Thank you.

    #219724
    jrgalia
    Participant

    Do we have this functionality now in bbPress? The plugins related to it are not maintained.

    thanks

    #219703
    Robin W
    Moderator

    Backend = anything where you are in the dashboard
    Frontend – everything else !

    So what you describe is not normal behaviour.

    I’d suggest 2 things.

    1. You have another plugin that is affecting how bbpress does topic edits
    2. The topic in question has content that violates your moderation rules – most commonly a number of links, but might be words.

    so in

    dashboard>settings>discussion you will have rules on how many links and what wrods are blacklisted on your site. If on a topic edit these rules get broken, then the topic will go into moderation.

    If this is not obvious from the topic that you are editing that is going into pending, then you could try posting a simple topic with just a few words, and then edit this to see if it suffers from the issue.

    if it does, then item 1 above might apply.

    BobHatcher
    Participant

    bbpress error message saying I am still editing topic

    I’ve completed editing a topic and it doesn’t show in the list of topics, so I go to the WP Dashboard and find the topic in Topics list and it says “Pending” so I open it and hit Update. Then I go to the topic and find this error message “Rober Hatcher is still editing this topic – Leave Stay” I hit Stay and it works but I have no idea what’s happening.

    Can anyone help?

    TIA
    Bob

    #219694

    In reply to: Settings for my forum

    Robin W
    Moderator

    it will either be subscriptions or the notify plugin (or another bbpress related plugin!)

    #219686
    Robin W
    Moderator

    yes these are the 3 bbpress post types, and they are the only post types.

    #219684
    wrip
    Participant

    @robin-w
    Thanks for your reply. I have also checked the wp_posts table.

    SELECT * FROM wp_posts WHERE post_type = "forum" OR post_type = "topic" OR post_type = "reply"

    I can see some posts with the following post types:

    • forum
    • reply
    • topic

    Are these post types part of bbPress? Are there any additional post types added by bbPress?

    #219683

    In reply to: Settings for my forum

    gillian0606
    Participant

    I switched the theme to twentytwenty and then I used the Troubleshooting feature in the Health Check plugin.

    To check if it was fixed, I looked in Settings to see if Forum was added as an option, and it wasn’t, even when all the plugins were disabled, and using another theme.

    I had already asked a tech guy to check on the possibility of a plugin conflict and he said it wasn’t, by the way.

    I wonder if reinstalling BBPress will help me? I expect that will erase all posts but switching to another forum would do that anyway.

    #219680

    In reply to: Forum Not showing

    Robin W
    Moderator

    @izzyeast bbpress 2.6.6 works with WordPress 5.7 -I have it running on several sites, and with 300,000 installation, it would be well know if it didn’t.

    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

    #219679

    In reply to: Forum Not showing

    izzyeast
    Participant

    Similar issue here, WordPress update installed v5.7 which is NOT Compatible with BBPress v2.6.6. Meaning that I’m going to have to backup to the earlier version, BBPress is compatible up to: WPress v5.6.2

    Entire WordPress crashed, where I had to go into hosting cpanel to disable all plugins, see:
    https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/

    Robin W
    Moderator

    On the sites where I have forums, I’ve never used single forums, just a main forum with forums listed in it, so not really had to deal with this issue -I should add that I am just a bbpress user who helps out here, not a bbpress author.

    Robin W
    Moderator

    ok, so create a new topic form template

    find
    wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php

    transfer this to your pc and edit

    change around line 199

    <?php if ( ! bbp_is_single_forum() ) : ?>

    to

    <?php if (isset($_REQUEST['bbp_forum_id'])) : ?>
    <input type="hidden" name="bbp_forum_id" value="<?php echo $_REQUEST['bbp_forum_id']; ?>" />
    <?php elseif ( ! bbp_is_single_forum() ) : ?>

    and save

    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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-topic.php

    bbPress will now use this template instead of the original

    then put this in your child theme functions file

    add_action ( 'bbp_template_before_single_forum', 'reww_new_topic_button' ) ;
    
    function reww_new_topic_button () {
    	$url = $url = get_home_url(); 
    	$forum_id = bbp_get_forum_id() ;
    	$url.='/topic-form/?bbp_forum_id='.$forum_id ;
    	$text = 'create new topicc' ;
    	echo '<a class="hello" href ="'.$url.'">'.$text.'</a>' ;
    }
    

    where ‘/topic-form/’ is the page you have the topic form on

    that sends a query string to the topic form page, which is then picked up by the amended template above

    #219665

    In reply to: Settings for my forum

    Robin W
    Moderator

    Probably not with that plugin, but probably another plugin and/or your theme

    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

    #219661
    Palagrin
    Participant

    This seems to be a good starting point.

    Ok, so whilst there doesn’t seem to be a function I can filter that based on the post count, I could potentially run a function that changes someone’s role based on their post count every time they login? That would keep database queries to a minimum and still ensure the update happens fairly regularly.

    Any idea what filter or action I can use when a user logs in? Can I just use the wp_login action?

    #219660

    In reply to: Settings for my forum

    gillian0606
    Participant

    In my Dashboard at Settings there is nothing saying Forums to select.

    I do have BBPress Notify plugin activated – could there be a conflict with that?

    #219653
    gillian0606
    Participant

    According to my WP Mail Log, every post in the BBPress Forum sends out around 30 emails to seemingly random and assorted users, many of whom have not visited the Forum for quite some time.

    I would like only those who have checked the box at the bottom of that post to receive email notifications. I don’t even know where are the settings for BBPress; don’t see anything in my dashboard ‘settings’ and not on the plugins page.

    WP: 5.7 Theme: Astra BBPress: 2.6.6 Site: https://gillianriley.com

    Thanks.

    Robin W
    Moderator

    anything can be done if you can find someone with the technical skills and time and are willing to pay the money for them to do the work !!

    The plugin does not generate WordPress ‘pages’ as such, it uses a theme’s template and renders data within that.

    I’m just a bbpress user who helps out on this forum, but if we ignore login, register and password reset which users may or may not want as pages (many use sidebar widgets and a multitude of membership plugins and methods to handle registration etc.) then I’m not clear what you want to happen with topic and reply forms – what is missing that you want that needs multiple forms?

    #219625
    #219616
    Robin W
    Moderator
Viewing 25 results - 3,151 through 3,175 (of 64,430 total)
Skip to toolbar