Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,776 through 1,800 (of 64,414 total)
  • Author
    Search Results
  • #231865
    freelylw
    Participant

    when click on the author’s name on this forum, it links to the author’s profile page, am wondering if this profile provided by bbpress or from other plugins, please advise, thanks

    #231863
    kenjireds08
    Participant

    I am not good with English and use translation software.

    By default, new posts are displayed at the bottom, so I used the plugin “bbPress – Sort topic replies” to change the sort order.

    This plugin allows new posts to appear at the top, but I would like to change the URL in the notification email when a post is made to the board.

    Currently it says “https://✕✕✕✕/forums/topic/bulletin-board/page/19/#post-4536”

    and when accessed from here, the user is taken to the last page, page 19.
    I would like to delete the “page/19/” part of this URL, but I don’t know where to delete it.

    Please help me.

    #231861
    pickledbeats
    Participant

    I have installed the BBP Style Pack and was able to increase the font size and bold for the Forum and Subforum Titles in the list, but I can’t get them to change in:
    – Topics Index under each forum
    – Topics and replies

    I have changed the font size to 15 and bold in:
    dashboard>settings>bbp style pack>Topics index styling>item 4
    dashboard>settings>bbp style pack>Topics index styling>item 13

    dashboard>settings>bbp style pack>Topics reply display>item 6
    dashboard>settings>bbp style pack>Topics reply display>item 10

    But the changes don’t appear in the forum.

    The forum is private, but here are screen captures of what they look like:

    https://drive.google.com/file/d/1Y7Dk5151LNwtJ08BdQE-kWAZ75Iya-Um/view?usp=sharing

    https://drive.google.com/file/d/19ALhYmhEj2EnqFJl5KOwpj_jcG-xdD2V/view?usp=sharing

    I am trying to increase the size/bold the list of topics in the index under each forum and also to increase the size of the text in each of the topics.

    I’m using:
    WordPress 6.0.2 running Twenty Seventeen theme.
    BBPress Version 2.6.9
    BBP Style Pack Version 5.0.8

    Any help is greatly appreciated! Thank you.

    #231832
    Robin W
    Moderator

    sounds more like a question for learndash than bbpress- maybe start there?

    #231829
    Mike Witt
    Participant

    Hi@dimitri333

    Take a look at:

    identify user with @

    Regarding the (unofficial) code:

    bbp Mentions Suggest

    However, I think that you would have to add BuddyPress to your site to get this working. So it might not help you. I don’t think there’s anything you can do with bbPress alone.

    #231828
    Devcr3
    Participant

    I only use bbpress and no buddypress, is there a code or plugin for bbpress? TY❤️‍🔥

    #231827
    Devcr3
    Participant

    register_activation_hook(FILE, ‘bbpress_topic_scheduler’);

    add_action(‘bbpress_daily_event’, ‘bbpress_close_old_topics’);

    function bbpress_topic_scheduler() {
    wp_schedule_event(time(), ‘daily’, ‘bbpress_daily_event’);
    }

    function bbpress_close_old_topics() {
    // Auto close old topics
    $topics_query = array(
    ‘author’ => 0,
    ‘show_stickies’ => false,
    ‘parent_forum’ => ‘any’,
    ‘post_status’ => ‘publish’,
    ‘posts_per_page’ => -1
    );
    if ( bbp_has_topics( $topics_query ) )
    while( bbp_topics() ) {
    bbp_the_topic();
    $topic_id = bbp_get_topic_id();
    $topic_date = strtotime( get_post( $topic_id, ‘post_date’, true ) );
    $forum_id = bbp_get_topic_forum_id($topic_id);
    if ($topic_date < strtotime( ‘-5 hours’) && $forum_id == 9547 )
    bbp_close_topic( $topic_id );
    }
    }

    Ps: code add to functions.php

    #231785
    ajaymugil
    Participant

    Hi – I want to create a custom menu in profile page – along with favourites, subscriptions, engagements etc.

    Please help me in finding the right documentation to do this.

    Right now I’ve create the link by editing the wp-content/plugins/bbpress/templates/default/bbpress/user-details.php file.

    Kindly guide me

    #231769
    roostandrefuge
    Participant

    When a forum is built, it is associated with a specific LearnDash Group. Currently, all new Topic post notifications are being sent to all the Moderators and Group Leaders regardless of the Forums assigned to specific LearnDash Groups. I only want notifications to go to the Moderators of those specific forum groups, not to everyone with a Moderator or Group Leader role.

    #231763
    Robin W
    Moderator

    I found this ticket, and have added that link to it

    https://bbpress.trac.wordpress.org/ticket/3454#comment:1

    #231751
    Mike Witt
    Participant

    In the BuddyPress profile bbPress subscriptions are listed. With each subscription there a little icon that looks something like [x]. It *appears* that this is intended to be used to cancel a subscription, but when you click on it nothing happens.

    I’m a bit confused about where these bbP subscriptions in the BP profile come from. In otherwords I don’t know if they come from BP or bbP. I assumed it was BP but the BuddyPress people don’t seem to know what I’m talking about.

    The [x] icon appears to take you to a path that looks like this:

    https://mikeandtina.org/members/mike/forums/subscriptions/?action=bbp_unsubscribe&object_id=357&object_type=post&redirect_to=https%3A%2F%2Fmikeandtina.org%2Fmembers%2Fmike%2Fforums%2Fsubscriptions%2F&_wpnonce=37ad0686dc

    So now I’m wondering of bbPress puts info about subscription on the BuddyPress profile, or if something else entirely is going on. If anyone can shed any light on this I’d appreciate it.

    Mike

    #231743

    In reply to: Auto approve topics?

    Robin W
    Moderator

    by default bbpress auto approves topics unless they fall foul of the rules in

    dashboard>settings>discussion, so check the settings there

    #231742
    Robin W
    Moderator

    Sorry, all of bbpress works on topics belonging to forums.

    you can have just one forum, and then have your ‘forum’ page with a shortcode of topics using

    [bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]

    #231737
    Himanshu
    Participant

    In bbpress you have to select given forums and then crate a topic
    But I want to crate topics without forum
    How to do that?

    #231726
    Robin W
    Moderator

    the user needs the bbpress ‘keymaster’role to do this.

    only a keymaster can set up another keymaster, you do this in the users profile

    #231725
    Robin W
    Moderator

    bbpress uses wordpress moderation settings in

    dashboard>settings>discussion>comment moderation

    Set keywords up in there, and bbpress will moderate using them

    #231724

    Thanks Robin, sorry if I confused there, I could only find a plugin which allowed you to moderate all items.

    But was looking for a plugin which allows you to set certain keywords to flag to administrators/moderators, and/or hold those posts/comments as pending review.

    I do believe now that this is part of bbPress out of the box, is that correct?

    #231686

    Topic: Divi Builder

    in forum Troubleshooting
    areynoldsskm
    Participant

    I’ve seen a few references to this issue, but seems noone was able to find, or at least post a solution, we’re having issues with divi theme on the archive pages with bbPress, latest WP/BBP/Divi versions with the theme builder, header and footer works on all pages, but the user profile, the other search archives for bbpress, all show a huge margin at the top then messed up formatting.

    Was anyone able to rectify this? Divi’s developers blame bbPress and say to consult here.

    Similar threads:

    Divi Builder Header not loading on search pages

    Not working with Divi Theme

    #231675
    Robin W
    Moderator

    by default you do not have to approve

    bbpress will hold for moderation items that Akismet deems to be spam, that wordpress has for moderation in dashboard>settings>discussion>before a comment appears and comment moderation

    You might also have additional plugins that are causing moderation

    #231672
    angrywarrior
    Blocked

    Hello!
    Pretty much as it says in the title.
    How do I configure BBpress to auto approve all new topics and not put them into a moderation queue by default?

    We use a spam cloud service so I am not too worried about spam topics as they will be filtered out automatically.

    Thanks in advance
    Kind regards
    AngryWarrior

    #231654
    Robin W
    Moderator

    toolkit still works as far as I know, but if you’re worried, you can always activate to change subscriptions and then deactivate, the actual subscription settings changed are in bbpress

    #231653
    ibnat
    Participant

    Oh… I have seen the bbPress Notify (No-Spam) plugin but this seems to subscribe all members rather than being able to select individual members and edit their subscriptions?

    #231652
    ibnat
    Participant

    Hi all,

    I see in the plugin https://wordpress.org/plugins/bbp-toolkit/ there is an option for admin to add and remove member subscriptions to forums and topics but this plugin is out of date and not being maintained.

    Does anyone know of another plugin that lets admin control the subscriptions of bbpress members?

    Thanks

    #231651
    koogle
    Participant

    So latest wordpress and bbpress forum..

    nothing worked when I tried to import SMF database..

    So I then created a mybb forum and used there importer, which after charset issues, imported the SMF forum stuff fine..

    so now back to bbpress, to import from mybb, and still nothing.. it starts and does nothing else just like before with it trying to import from the smf db..

    all the options are correct ie db name/pass/port etc… I don’t get it, it says nothing as to why its not processing anything, just stuck at first step doing nothing.

    Is this importer even working?

    #231650
    Robin W
    Moderator

    probably it is various email filters stopping – email providers constantly fight spam emails, and if yours are seeming to not come from authorised smtp address, then some will stop. that might explain why recipients get and some don’t.

    so 1st – I’d make sure that the sending email address is a real one from your site. by default bbpress sends from noreply@yoursite you could use

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Subscription Emails to change

    next I’d set up smtp.

    get the smtp settings from your hoster, you’ll need

    SMTP Host eg smtp.myco.com
    Encryption none/tls/ssl
    SMTP Port eg 587
    Authentication on/off ?

    and the email and pw for whatever you are sending from

    the use

    WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin

    to set up smtp – the free version is fine

    finally I’d add the ‘check and log email’ plugin to see what is happening

    Check & Log Email

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