Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,776 through 3,800 (of 64,515 total)
  • Author
    Search Results
  • #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

    #216574
    namutube
    Participant

    Hello,

    I am setting up the bbpress.
    I want to expand the content area of ​​forum to the right green part as in the image.
    Please help me.

    WordPress version: Version 5.5.3
    bbPress version: 2.6.6

    page linksite link

    Thank you.

    #216567
    Robin W
    Moderator

    This seems like an easy fix for a developer

    Unfortunately not – bpress plays well with many themes, but lots of themes do their own thing, and there is no way bbpress can work out what every theme is doing with fonts. bbpress adheres to wordpress standards and conventions.

    Open foundation software is free, but it replies on people adhering to conventions that can constrict a plugin or theme author, or they are ignorant of, as many of the ‘rules’ are unwritten.

    I wrote style pack to help where themes do not work well with bbpress, but even then, some decide to copy css from bbpress and these then overwrite style pack.

    I feel your pain, but not an easy one to fix πŸ™

    #216565
    Tamie
    Participant

    I have this same issue. I can see that this has been a problem for many, many years and has not been fixed. Why isn’t bbpress not picking up the size from the wptheme? It makes no sense that everything else on the website has normal font size and the forum is miniature.

    This seems like an easy fix for a developer but is a real pain for people trying to figure out how all of this works, but no one seems to want to bother fixing it.

    If we have to add CSS, then we have to add a child theme. I am using Astra and a templet. I have no idea where to get a child theme for that. And for something like this, should we really have to? And I really am not familiar with CSS.

    I beg you, PLEASE PLEASE PLEASE fix this. This stuff is hard enough for us newbies.

    #216552
    neon67
    Participant

    Tell me please. Is there a regular bbpress setting to allow the user to delete their topics and posts? How it possible for user to edit their posts in the standard installation.

    Reason: Not downloading another big plugin for such a simple feature,
    even though this plugin is majestic and wonderful ))

    #216548
    Robin W
    Moderator

    put this in the custom css area of your theme

    #bbpress-forums #bbp-your-profile fieldset fieldset.password {
    		display: none;
    }

    and let me know if it works !

    #216547
    namutube
    Participant

    Hi!
    I am setting up the bbpress.
    I want to expand the content area of ​​forum to the right green part as in the image.
    Please help me.

    Thank you.

    capture

    μž„μƒ

Viewing 25 results - 3,776 through 3,800 (of 64,515 total)
Skip to toolbar