Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,276 through 3,300 (of 64,471 total)
  • Author
    Search Results
  • #219309
    Robin W
    Moderator

    @supermagicien – thanks so much for posting back, it is always good to get feedback and updates !

    Really glad you are now working on the latest bbpress πŸ™‚

    #219307
    supermagicien
    Participant

    Good evening Robin,

    I come to give some (good) news.

    I recently cleaned up and removed a plugin that was out of date, so I was able to upgrade to the latest version of BBPRESS without any problems this time.

    One problem that was persisting was posts and new topics disappearing, then thanks to you I understood that they were awaiting moderation, but I was not satisfied, I did not want to do moderation and let people post, I followed the advice of this topic: https://bbpress.org/forums/topic/random-replies-being-marked-pending/

    and now everything seems to work. πŸ‘

    #219302
    Robin W
    Moderator

    just found 5 mins to look at this

    so installed free sydney theme from wordpress
    downloaded and installed child theme from here
    https://athemes.com/download/sydney-child-theme/

    creates bbpress folder in child theme

    copied \bbpress 2.6.6\templates\default\bbpress\content-search.php to child theme bbpress folder

    all works fine.

    I can only suggest you try

    dashboard>settings>permalinks and just click ‘save’ – this resets the permalinks and often fixes 404 errors

    #219301
    Robin W
    Moderator

    bbpress has an ID not a class (you don’t need to know what this means!) , so try

    body#bbpress .memberoni_breadcrumbs {
    display: none;
    }
    #219300
    bobcrawford
    Participant

    Quick question regarding styling the pages made by bbpress. Inside the forum I’m using the bbpress breadcrumbs and they work wonderfully. My theme uses breadcrumbs, and I use them for the rest of my site, (non-forum pages)… but they don’t work properly within the forum. I have the option of disabling my theme’s breadcrumbs on a page by page basis, but it only disables them on the page I inserted the breadcrumbs in. I’m assuming this is because the rest of the forum pages are generated by bbpress.

    So basically, I want to disable my themes breadcrumbs on all forum pages and let bbpress handle breadcrumbs there. My theme’s developer shared this with me…

    “I think the easiest way to do this would be to hide the breadcrumbs on the required pages. I believe all bbpress pages have a body with the class “bbpress” so this should be doable with some simple CSS (you can add this to your child theme’s style.css file):

    body.bbpress .memberoni_breadcrumbs {
    display: none;
    }”

    But this doesn’t work for me. I’ve tried to inspect the page using chrome to see what I’m doing wrong, but can’t seem to figure it out.

    Any help would be appreciated!

    #219294
    Robin W
    Moderator

    so I reckon you have followed this thread

    Search not working

    yes ?

    If so it should work, but are you using free or pro version of the sydney theme?

    #219292

    I’m using Inline Image Upload for bbPress, even the Pro version. It really enables TinyMCE, if set so.

    Still TinyMCE was deactivated after updating to 5.7 because the Image Upload plugin was deactivated. This had happened before.

    Whooda thought… πŸ˜‰

    #219291
    lucalemboure
    Participant

    Hello,

    I’m using sydney 1.6 and bbpress, and the search result is allways a 404.

    I tried to copy the content-search.php to childtheme/bbpress but it didn’t work.

    there is an other content-search.php in the root folder of sydney theme, but when i rename it, it’s still not working.

    Do you know how to solve this ?

    Best regards,
    Lucas

    #219290
    Robin W
    Moderator

    ok, I agree it is annoying, but bbpress just uses worldpress registration and login, and is not very clever with these elements.

    You are best to sort it using a plugin such as ‘theme my login’ to fix all these issues

    Theme My Login

    #219280
    Robin W
    Moderator

    dashboard>pages>all pages> and select the ‘activities’ page.

    From there select ‘page’ on right hand side

    scroll down and you should see ‘topics for posts’

    and a tickbox ‘use a bbpress forum topic for comments on this post’ – untick this.

    If you do not see that part, then click the 3 vertical dots and scroll to the bottom of that page, select preferences and then panels and then click the topics for posts

    Sorry this is wordpress not me making this hard

    #219271
    Robin W
    Moderator

    that ability is on bbpress

    so set the user to particpant, and then in the relevant forums, you will see the ability to set the user as a moderator for that forum on the right hand side in edit forum

    #219269
    rveonly
    Participant

    Can you suggest how to increase the number of roles and change the role settings exclusively in the bbPress forum (so that these roles do not apply to the site into which the forum is integrated)?
    Where exactly do you go to configure this feature? Or which extension will help you do this?

    We need the ability to appoint certain people as moderators of individual sub-forums.
    Sorry for my English!

    #219255
    patdunn
    Participant

    Robin, thought I should let you know that I also have the Simple Membership plugin and it’s integrated with bbPress. Perhaps this makes a difference with regard to a fix?

    #219249

    In reply to: BBP_Forums_Widget bug

    Robin W
    Moderator

    interesting..it looks ok on my test site, but I can see it doesn’t on yours.

    I should state that I am just a bbpress user who helps out here, not the plugin author.

    2 choices

    1. amend the actual widget file – yes that is said by many to be bad practice, but bbpress does not do frequent releases, and if it is your site and you know what you changed, is probably the quickest and easiest answer

    2. clone the widget to your theme’s child functions file. so take the whole function that starts

    class BBP_Forums_Widget extends WP_Widget {

    Now you’ll need to rename it, so change BBP_Forums_Widget wherever quoted to something unique, and change names/title in these lines

    
    public function __construct() {
    		$widget_ops = apply_filters( 'bbp_forums_widget_options', array(
    			'classname'                   => 'widget_display_forums',
    			'description'                 => esc_html__( 'A list of forums with an option to set the parent.', 'bbpress' ),
    			'customize_selective_refresh' => true
    		) );
    
    		parent::__construct( false, esc_html__( '(bbPress) Forums List', 'bbpress' ), $widget_ops );
    	}
    
    	/**
    	 * Register the widget
    	 *
    	 * @since 2.0.0 bbPress (r3389)
    	 */
    	public static function register_widget() {
    		register_widget( 'BBP_Forums_Widget' );
    	}

    you can then amend the offending line.

    #219229
    patdunn
    Participant

    The bbPress codex explains that when bbPress is installed it creates three new menu items in the WordPress backend. These are Forums, Topics and Replies.

    I do not have the Forums topic. Is there some way that I can add it in?

    #219226
    Robin W
    Moderator

    bbpress only uses wordpress login, so doesn;t change anything in this area

    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

    #219224
    jakub0ne
    Participant

    Hi,

    After installation of BBPress I notice that my User profiles have twice “Name” field…
    So we have, Name, Name, First Name, Last Name… And I can’t edit/delete any of these two “Name” fields in the settings.

    #219211
    alexeivp
    Participant

    Hi Robin,

    But if I install bbpress in another website I Can see this menΓΊ inside WordPress, why can not see in this website (noviazgos.com)? I Can’t create forums…

    Thanks a lot. Regards

    #219206
    alexeivp
    Participant

    Hello,

    I am spanish, and my english is not very well, I have problems with bbpress to install, currently I have the WP DATING theme, at first I thought that this was the reason for the problem, but I have changed the theme and I have disabled all plugins, but I continue without seeing the typical menu on the left of wordpress (forums, debate and answers). could you help me please?

    #219205
    alexeivp
    Participant

    Hi,

    I am spanish, and my english is not very well, I have problems with bbpress, i deactivated all plugins and i changed the theme, but I don’t see the menu in wordpress to manage bbpress (create forum and etc). Could you help me please?

    Thanks a lot. Regards

    #219197
    maxx203
    Participant

    Hi Robin,

    i also was not able to see this 1-2 times by my own. However i also have seen this will users edit theire posts and aksing for where the posts are.

    Is there any way to see the decision of which plugin (bbpress or akismet) was made to move the comment to spam or pending?

    This would make it more easy to find what did the false positive decision.

    force73
    Participant

    Hi guys,

    i have found the file “class-bp-core-login-widget.php” and I need to add an additional link to the users direct messages “https://url/username/messages” right under the users name within the widget (after a user is logged it).

    I am able to do in the code but this is not a correct way (break on update), so please help me, is there a way to add this simple link to the widget?

    Thanks,
    Christian

    #219195
    Lepalois
    Participant

    It doesn’t work anymore.

    WordPress: 5.7

    So it’s always impossible to have TINY on BBPress

    #219188
    useStrict
    Participant

    Hi @guruprasadmulay,

    It sounds like you could use a bridge plugin between bbPress Notify (No-Spam) and Role Scoper. I just looked it up and saw that it has been deprecated in favor of PublishPress Permissions. I’ll look into getting a bridge set up for it.

    Cheers,
    Vinny

    #219187
    useStrict
    Participant

    Hi @isc-admin,

    bbPress Notify (No-Spam) https://wordpress.org/plugins/bbpress-notify-nospam/ does support topic-author tags, along with a bunch of others.

    Cheers,
    Vinny

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