Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,701 through 3,725 (of 64,452 total)
  • Author
    Search Results
  • #216703
    OSCOWP
    Participant

    @robin-w well well, it seems that is not my problem, it seems that bbpress has to adapt…

    #216696
    Robin W
    Moderator

    bbpress has not changed in that time, so it will probably be an update in your theme, wordpress or another plugin.

    for future you should note what you upgrade and when to allow you to work out which changes affect your site.

    Robin W
    Moderator

    ok,

    https://jes.klu.cl/wp-content/uploads/2020/12/bbpress-elementormodules1.png

    does not show a bbpress widget that shows who is online

    but

    https://jes.klu.cl/wp-content/uploads/2020/12/bbpress-whoisonline1.png

    that says ‘editor buddypress‘ not bbpress.

    you’ll need to ask in their support forum

    https://buddypress.org/support/

    or it may be part of elementor

    sorry, it’s not part of bbpress.

    herdager
    Participant

    Robin, is an elementor module with bbPress

    Who is online module
    https://jes.klu.cl/wp-content/uploads/2020/12/bbpress-whoisonline1.png

    Elementor with bbPress modules
    https://jes.klu.cl/wp-content/uploads/2020/12/bbpress-elementormodules1.png

    And the theme is Gwangi with bbPress options

    herdager
    Participant

    Ok, I’m using Gwangi theme with bbPress and Budypress plugins

    Robin W
    Moderator

    bbpress doesn’t have a widget that shows members online.

    This must be coming form your theme, or another plugin- you’ll need to find out which and then I’ll try and help further

    herdager
    Participant

    Hello, I use a widget bbpress that allow the option to display “members online” but I can’t separate the normal members and the admin members

    Can I use shortcodes or a custom html to insert that options on my homepage? using elementor builder?

    Robin W
    Moderator

    so bbpress does not do this bit, so what plugin or code are you using to display this area?

    #216686

    In reply to: Messy Emails to users

    Robin W
    Moderator

    so this shows ok in the actual bbpress topic/reply – yes ?

    but is wrong in the (presumably) ‘subscription’ email that is sent – yes ?

    #216683
    neon67
    Participant

    Friends, can you name a plugin that would cache all kinds of pages (desktop and mobile) for all anonymous users. And did not cache for registered ones.
    *For a long time Im have been using the Fastes cache plugin – and only recently found out that it does not have a mobile cache)))

    Which one has? VPS server Nginx, OS Debian.

    herdager
    Participant

    Hello, please I need help to how to show who is admin and moderator in my homepage, can I set a border color in his or her thumbnail to differentiate who is admin or moderator?
    Attach a screenshot

    My website is jes.klu.cl

    Thanks!

    Greetings
    https://jes.klu.cl/wp-content/uploads/2020/12/admin-moderators.png

    #216680

    In reply to: Messy Emails to users

    Alpo
    Participant

    Thank you for your time.

    It seems that making copy-paste from Libre Office to Bbpress editor brings the format data with the text.

    I tested and the result in the editor is:

    <b>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt</b>

    I wonder, why the editor can not handle the format data in the paste text.

    But if you do the text formatting in the editor with the text you are typing, then there is no problem.

    #216668
    tierarepro
    Participant

    I have WordPress 5.6 and bbpress 2.6.6

    #216667
    tierarepro
    Participant

    If I rename the bbpress directory from FTP, then I can login. WordPress has disabled the plugin because it can’t find the path. Then if I rename it back to bbpress and activate the plugin, everything is working fine.

    If I logout and try to login again, the same error happens, so there is something wrong with bbpress that is affecting the login process.

    #216665
    tierarepro
    Participant

    I changed my WordPress database password and when I try to login I get the following error on wp-login.php

    {"success":false,"data":[{"code":"bbp_converter_db_connection_failed","message":"Database connection failed."}]}

    and on error.log

    [14-Dec-2020 08:43:29 UTC] PHP Warning: register_shutdown_function(): Invalid shutdown callback 'BBP_Converter_DB::__destruct' passed in /public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php on line 33

    I tried to delete and reinstall bbpress plugin, but it didn’t help.
    Any idea what is going on?

    OSCOWP
    Participant

    Hi, since I used BBPRESS, we shared links and post from facebook, instagram or youtube and bbpress used to preview them, very nice.

    But since a few weeks ago that stopped working and now only shows the link…

    Any idea?

    #216655
    boogieboa
    Participant

    Thank you, @chalkie1983uk. Where in bbpress would the second snippet of code go?

    I’ve got 28 plugins installed. I’m not trying to add any more.

    Cheers

    #216653
    chalkie1983uk
    Participant

    You could use something like this in the functions.php file:

    function is_user_logged_in() {
        $user = wp_get_current_user();
     
        return $user->exists();
    }

    then look into adding a function in the bbpress like so:

    if ( is_user_logged_in() ) {
        {display the content}
    } else {
        {setup redirect}
    }

    Its a bit hard as you don’t want any plugins or addons, if you did it would be easier to just create a plugin which would automatically hook it in.

    #216646

    In reply to: User Last Login

    thinkercorner11
    Participant

    Thanks for the fast reply, but unfortunately it didn’t work. It’s still showing my last login date everywhere. I have tried to look what login date will show, when I am not logged in, but it is showing the same, so I think it has something to do, that it is showing the admin last login (not the one of the current logged in user). One possibility also could be that some code of the theme is overriding the functions of bbPress, so I will ask the developer if there is any theme related code to get the user id.

    #216639
    Robin W
    Moderator

    ok, changing themes will not I think get you any further. Without being able to see your site, I can’t really help further, as I can’t examine what is being downloaded to your browser, and what is either not taking effect or being overridden.

    I take it you have been amending the 1.5em to see whether it changes – I just put a figure in there.

    as a last guess, you could try

    #bbpress-forums ul.forum-titles li.bbp-forum-info {
    	font-size: 1.5em !important;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
    	font-size: 1.5em !important;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
    	font-size: 1.5em !important;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-freshness {
    	font-size: 1.5em !important;
    }
    #216635
    pflanzenoma
    Participant

    Yes. In the Theme and in the bbPress Style Pack.

    Nothing worked.

    #216633
    pflanzenoma
    Participant

    That’s what I tried, but it didn’t work. I Think I’ll have to change the theme again. Do you recommend a theme for simple use of bbPress?

    #216629
    Robin W
    Moderator
    #bbpress-forums ul.forum-titles li.bbp-forum-info {
    	font-size: 1.5em;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
    	font-size: 1.5em;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
    	font-size: 1.5em;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-freshness {
    	font-size: 1.5em;
    }
    #216620
    #216614
    Robin W
    Moderator

    suggest you contact the GD bbPress Toolbox Pro author to se if he can help

Viewing 25 results - 3,701 through 3,725 (of 64,452 total)
Skip to toolbar