Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,776 through 1,800 (of 26,815 total)
  • Author
    Search Results
  • #219665

    In reply to: Settings for my forum

    Robin W
    Moderator

    Probably not with that plugin, but probably another plugin and/or your theme

    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

    #219664
    Robin W
    Moderator

    you can also check out this plugin which does user ranking

    bbp user ranking

    #219663
    Robin W
    Moderator

    I’d suggest you crack open this plugin which does topic and reply counts

    bbp topic count

    Robin W
    Moderator

    the topic and reply forms are at the bottom of the forum and topic pages, so there is no need to visit a separate page.

    I agree that this is far from obvious.

    my style pack plugin adds a button which takes you there

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Buttons

    I’m looking at creating a pop-up topic and reply form at the moment, but this is very much work in progress. If I succeed I’ll try and remember to post back here

    Robin W
    Moderator

    anything can be done if you can find someone with the technical skills and time and are willing to pay the money for them to do the work !!

    The plugin does not generate WordPress ‘pages’ as such, it uses a theme’s template and renders data within that.

    I’m just a bbpress user who helps out on this forum, but if we ignore login, register and password reset which users may or may not want as pages (many use sidebar widgets and a multitude of membership plugins and methods to handle registration etc.) then I’m not clear what you want to happen with topic and reply forms – what is missing that you want that needs multiple forms?

    Palagrin
    Participant

    But that’s using the shortcodes and creating dedicated pages in WP right?

    I want BBP to automatically generate these pages, eg. https://mywebsite.blog/forums/login

    Pages required would be:
    – login
    – register
    – password reset
    – new topic
    – new reply

    My understanding of the shortcode is that if I wanted a new topic page, I would either have to have a generic one for the whole board or I would have to create individual ones for each forum based on the forum ID.

    The solution I’m looking for is for BBP to dynamically generate them as required. Is that possible?

    It seems odd to me that BBP doesn’t already do this.

    EDIT: would something along these lines work? https://stackoverflow.com/questions/32314278/how-to-create-a-new-wordpress-page-programmatically

    #219625
    #219612
    selket69
    Participant

    I use Divi (4.9.2), WordPress (5.7) and Wishlist (3.9) in the latest version and all my plugins are up to date. As my members do not use bbpress I wanted to deinstall it. When I deactivated the plugin my website showed me a crticial error.
    What can I do except roll back a couple of months ago?

    Kind regards,
    Ivana

    #219576
    Robin W
    Moderator

    no idea how asgaros stores the data in the database – is it separate tables or in posts/postmeta?
    and different tables for forums vs topics vs replies ?
    and does it use wordpress user ID’s?

    #219568
    Robin W
    Moderator

    either

    Reply Subscribed

    or

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form item 6

    #219541
    Robin W
    Moderator

    untested, but this should work

    add_filter ('bbp_before_get_topic_subscribe_link_parse_args' , 'change_subscribe') ;
    
    function change_subscribe ($args) {
    	$args['subscribe'] = 'Watch' ;
    	$args['unsubscribe'] = 'Unwatch' ;
    return $args ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    #219532
    Robin W
    Moderator

    Private groups

    and use topic permissions

    #219513
    Robin W
    Moderator

    add this plugin

    Private groups

    #219475

    In reply to: Reply not showing up

    Robin W
    Moderator

    the wordpress moderation applies to bbpress posts as well

    #219473

    In reply to: Reply not showing up

    Learner
    Participant

    @robin-w Thanks – isn’t that for the main wordpress posts and comments thereupon ? I am not finding anything there that specifically pertains to Forums …

    #219410
    Robin W
    Moderator

    hmm… 300,000 sites use bbpress and I’ve not seen profiles being restricted by password on any site running a default theme and bbpress.

    are you using

    bbPress Genesis Extend

    #219404
    Robin W
    Moderator

    I’d suspect that your theme has had an update then.

    As this is a paid theme, I’d suggest you raise it with the theme authors first.

    If you want to check you can

    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

    #219370

    In reply to: Automatic subscribtion

    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form item 6

    #219365

    In reply to: Forum Not showing

    Robin W
    Moderator

    just given screenshots, impossible to help

    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

    #219357
    Robin W
    Moderator

    this (untested) should work

    add_filter ('bbp_after_get_the_content_parse_args', 'change_rows') ;
    
    function change_rows ($args) {
    	if ($args['context'] == 'reply' ) {
    		$args['textarea_rows'] = '6' ;
    	}
    return $args ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    quix8
    Participant

    Hello,

    I want to add a back link to get back to the page where the bbp-single-forum shortcode was implemented. I currently still have the defaults settings and the forum root is “forum”. So I will only see the single forum but not the page I implemented the shortcode in.

    I have more than 1 page with a forum, so I would need to define the wordpress root page for each forum, if it is not possible to detect this dynamically I guess.

    Thanks for any help!

    – Dennis

    #219343

    In reply to: User Photo Gallery

    Julia
    Participant

    How about the GD bbPress Attachments plugin?

    GD-bbpress-attachment

    #219335
    Robin W
    Moderator

    without getting complicated, this will work quite well

    add_filter ('bbp_get_topic_subscribe_link' , 'julia_unubsribe') ;
    
    function julia_unubsribe($retval) {
    	if (strpos($retval, 'Subscribe') !== FALSE) {
    		$retval = '' ;
    	}
    return $retval ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    it will let someone unsubscribe from a topic, but does let them re-subscribe if they stay within that topic (so if they click by mistake, they can unclick immediately) once they leave that topic, then they can’t subscribe, and they can’t subscribe to a topic that they are not subscribed to in the first place.

    #219308
    Robin W
    Moderator

    yo could then use this to clear out the post meta

    Advanced Database Cleaner

    #219306
    Robin W
    Moderator

    you could try this

    How To Delete All WordPress Pending Posts

    it will delete the posts, but not the post meta, but will tidy up what wordpress displays and make it run faster

Viewing 25 results - 1,776 through 1,800 (of 26,815 total)
Skip to toolbar