Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,726 through 3,750 (of 64,471 total)
  • Author
    Search Results
  • 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

    #216607
    xprojectsx
    Participant

    Thanks Robin. I did try it with no luck. I’ve completely reset my wp install and starting from scratch with bbpress as the first plugin. I will try data import again with a small test sample and try your plugin again.

    #216605
    xprojectsx
    Participant

    Still stuck on this issue. Pretty frustrating. I found this from two years ago. Not the exact scenario but sounds similar enough and trying to see if this will help.

    Importer major issue

    #216595
    chalkie1983uk
    Participant

    Good day to you,

    I am using BBpress on mywebsite, and I will have a couple of moderators who I want to be able to create forums from the admin system, I have used ‘User Role Editor’ and created a new user role (Moderator) and give them access to the forums, topics and replies.

    The ‘topics’ and ‘replies’ show up in the admin back end system for them but not the ‘forums’ so they are unable to create new forums or sub forums.

    Have I missed something from the user editor?

    Thanks

    #216592
    michaelgoal
    Participant

    I have this in my url:
    /create-new-post/?vis=current_user_id

    current_user_id should be userid as a number for logged in user.
    And i would like to bring Postid to create-new-post page too..

    Any ideas how it works in bbpress ?

    #216576
    boogieboa
    Participant

    Thank you for the tip.

    I’m hoping someone can suggest a non-pluggin option. I currently use GD bbPress Toolbox Pro (Version 5.8.9) with bbPress. It redirects non-members at forum level, but not at topic or post level, which is what I’d like to set up.

    Cheers

    #216575
    Robin W
    Moderator

    sorry, this is theme related, not bbpress

Viewing 25 results - 3,726 through 3,750 (of 64,471 total)
Skip to toolbar