Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

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

    μž„μƒ

    #216545
    kjah456
    Participant

    Hi Experts,

    I could not find an answer to my question in other topics – correct me if I there was already an issue like that.
    I’m using

    • WordPress 5.3.4
    • BuddyPress 6.3.0
    • bbPress 2.6.5

    …with some other plugins I already deactivated (without solcing my problem). Please let me know if you need information about them as well.

    Problem: The notification within the Webpage is always just “bbp_new_reply” “sometime ago”. It is not linked/ specified.
    Do you have an idea where this comes from? Maybe someone else already had such an issue?

    Even when I click the notification I receive via email, it leads me to the main page only.

    Thanks a lot!

    #216535
    cinnamonswirl
    Participant

    Ohh other plugins that was the culprit. I had installed bbPress Toolbox, which had checked an option to notify of new topics. Hopefully that was the setting causing this!

    Thanks.

    #216514
    Gunilla
    Participant

    In my forum I have set bbPress to show 30 subjects on each page. When there are 32 subjects and I click on page 2 I get a 404-page. How do I get page 2 with another 30 subjects?
    I have WordPress 5.2.2 and bbPress 2.6.6. The site is https://seniornet.se. The forum is only for members and needs login.

    wpturk
    Participant

    “gd bbpress attachments” plugin uses the wp media library. You need to change your plugin.

Viewing 25 results - 3,801 through 3,825 (of 64,536 total)
Skip to toolbar