Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,276 through 1,300 (of 26,821 total)
  • Author
    Search Results
  • Robin W
    Moderator

    try this one

    bbPress Moderation

    I also have a version of the one above that I might publish when I get back from holiday

    DeepBlue
    Participant

    Hi Robin

    This plugin has been closed from WordPress plugins on 11 february

    Any other plugin to moderate topics ?

    i was hoping that the feature for comments :

    Before a comment appears
    1) Before a comment appears Comment must be manually approved
    2) Comment author must have a previously approved comment

    would also work for bbpress

    but i tested and it doesnt work…

    Apparently only the 2 settings comment moderation blacklist are working :

    – number of links
    – stopwords

    but the problem is there is no warning message showing if someone adds 2 links for instance and then submits, nothing tells him his post is pending moderation (same test for stop words)

    Also the admin doesnt have any notification of pending post, no mail, nothing on dashboard, i had to go directly to admin topics to see the pending topics

    Best moderation would be to always moderate the first post for any user, how could i do that ?

    i just found this other moderation plugin that does exactly what im describing but it’s 8 years old without update, does it still work ?

    Thanks a lot !

    #227645
    Robin W
    Moderator

    untested (as I am on holiday without test server access), but try

    add_filter ('bbp_get_reply_author_link' , 'rew_return_null' ) ;
    add_filter ('bbp_get_topic_author_link' , 'rew_return_null' ) ;
    add_filter ('bbp_get_author_link' , 'rew_return_null' ) ;
    
    function rew_return_null () {
    return ;
    }

    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

    #227623
    Robin W
    Moderator

    actually just remembered that this plugin does this

    GD bbPress Tools

    #227621
    Robin W
    Moderator
    #227616
    Robin W
    Moderator

    unless you want to learn coding, then another plugin is the only way. Using a plugin or putting the code in your theme functions file has exactly the same impact on performance – typically nothing that is noticeable other than by using a stopwatch !!

    bbP Signature

    #227610
    Lee
    Participant

    I have set up my bbPress as no registration is required, but another plugin needs registration to use the service.
    Is it possible to disable the user information on bbPress for users who are already logged in wordpress?

    The theme (Astra) has a child theme, the bbPress child theme is not installed yet.
    Wordpress is ver.5.9, bbPress is 2.6.9.

    Thank you.

    Robin W
    Moderator

    just found this I had forgotten about

    bbPress – Anonymous Subscriptions

    #227600
    DeepBlue
    Participant
    #227597

    In reply to: Can’t register

    Robin W
    Moderator

    bbpress just uses wordpress registration

    dashboard>settings>general has the ‘anyone can register’ option

    #227595
    DeepBlue
    Participant

    Hi Robin

    Thanks a lot !

    Ok so i can see we can totally customize the bbpress frontend files

    then i have a question : where can i find custom templates of bbpress ?
    if i search for “bbpress themes” i only find whole wordpress themes, but i want to keep my theme, i just want a custom /bbpress/ templates files to have a custom look

    where can i find that ? thanks a lot 🙂

    #227552
    fbertelet
    Participant

    Hello, I can’t find the forum menu in the dashboard menu, nor the Topics, Replies Menu. in the settings menu, the forum option doesn’t appear.
    I’m working with the
    wordpress 5.8.
    Learpress 4.1.3.1
    BBpress 2.6.6
    bbPress Integration 4.0.3
    thank you for your insights!
    Frédérique

    #227525
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Profile

    and choose what you want to display

    #227520
    Robin W
    Moderator

    with wordpress 5.9 this works on my test site

    bbp style pack

    go to

    dashboard>settings>bbp style pack>topic/reply form and look at item 9

    Robin W
    Moderator

    if you are just registering a single user in dasjboard>users, then they should get the wordpress registration

    #227514
    Robin W
    Moderator
    #227494

    In reply to: Issue with Polylang

    xxreef
    Participant

    I finally fixed my forum with another workaround.
    I change template.php in topics folder, from
    // Pretty permalinks, previously usedbbp_use_pretty_urls()`
    // https://bbpress.trac.wordpress.org/ticket/3054
    if ( false === strpos( $topic_link, ‘?’ ) ) {
    $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
    $url = user_trailingslashit( $url );

    // Unpretty permalinks
    } else {
    $url = add_query_arg( array(
    bbp_get_topic_post_type() => $topic->post_name,
    bbp_get_edit_rewrite_id() => ‘1’
    ), $topic_link );
    }`

    I disable permalinks for edit of the topic when It’s Italian

    // Pretty permalinks, previously usedbbp_use_pretty_urls()`
    // https://bbpress.trac.wordpress.org/ticket/3054
    if ( false === strpos( $topic_link, ‘?’ ) && strpos($topic_link, ‘/it/’) == false ) {
    $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
    $url = user_trailingslashit( $url );

    // Unpretty permalinks
    } else {
    $url = add_query_arg( array(
    bbp_get_topic_post_type() => $topic->post_name,
    bbp_get_edit_rewrite_id() => ‘1’
    ), $topic_link );
    }`

    I hope this helps.
    You can check the behavior on http://www.mischianti.org

    Bye Renzo

    cutman
    Participant

    Problem
    I want to use bbpress in wordpress to create an anonymous forum.
    In the current state, when you try to create a thread, your name and email address (private) are required. Also, there is a website input screen, though it is not required.
    It also says, “The following HTML tags and attributes can be used. and
    a href, blockquote cite=””, etc. are in blocks, and the HTML in those blocks can be used.

    What I want to solve
    I would like to remove the name, email address, and website fields, and disable the use of HTML tags.

    Please let me know how to solve this.
    Please help me.

    What I have tried
    I searched and searched, but couldn’t find anything.

    #227484
    viridw
    Participant

    I have tried that one, but just like what you said, new wordpress seems having some trouble with visual editor XD, anytway, thanks you for sharing your experiences!

    #227482
    viridw
    Participant

    ok reinstall wordpress and database didnt work :/

    Maybe wordpress 5.9 updated something,

    Can anyone suggest me a theme that allowed html formatting tool bar of bbpress work. (Only theme I know that have html tool bar is twenty-twenty one)

    Or is there anyway I can enable html formatting tool bar for other theme? (Just make sure I have enable it in the setting but most themes do not seems to have it)

    Thanks!

    niseadel
    Participant

    Hello!

    Im registering a journalist who will be an author on my site.

    Registration is done through the administrative part of the site, section – Users.

    But after registration the user gets a link to the profile like this: website.com/forums/users/username/.

    I don’t need it to be a forum member and it should have a standard link to wordpress profile. How do I do that? I couldn’t find a setting that would allow me to fix it.

    Thank!

    #227479
    viridw
    Participant

    I double checked, it is not only forums not working all the pages and post is not working on classic visual editor, I will try to reinstall wordpress

    #227476
    Robin W
    Moderator

    this is a known bug.

    either

    if( !function_exists( 'bbpress_browser_supports_js' ) ){
    	function bbpress_browser_supports_js() {
    		echo '<script>document.body.classList.remove("no-js");</script>';
    	}
    	add_action( 'wp_footer', 'bbpress_browser_supports_js' );
    } 

    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

    or

    install

    bbp style pack

    which has the fix built in

    #227466

    In reply to: bbPress as Standalone

    Robin W
    Moderator

    bbpress now requires wordpress, but you can set these two up with bbpress version 2.x, and then import the bbpress1 forum

    so once installed go to

    dashboard>tools>forums>import forums and select bbpress1

    #227463
    ajaxStardust
    Participant

    Hi there. I discovered bbPress circa 2007. I might have updated the version since, and most likely did. I probably stopped using it by 2010. I don’t know how to even determine what version it is (filename ?).

    At that time, I was not using WordPress on that domain. I used bbPress as a standalone forum software.

    Bottom line: is it possible to upgrade that installation? What would be my steps to at least salvage the db, perhaps install a WordPress and re-use the old bbPress. Quite honestly, just curious.

Viewing 25 results - 1,276 through 1,300 (of 26,821 total)
Skip to toolbar