Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,776 through 6,800 (of 64,428 total)
  • Author
    Search Results
  • #194983
    Robin W
    Moderator

    I’ve just done some testing

    this code :

    function test_set_user () {
    $user_id = 1223 ;
    bbp_set_user_role( $user_id, 'bbp_participant' );
    }
    
    add_action ('init' , 'test_set_user' ) ;

    changes user 1223 on site load, so the code is fine.

    I think it is a timing issue – ie when you are doing this. It may well be that even if this fires, a ‘create user’ firing after will overwrite this – eg this may set for pending, but then be overwritten by the final user creation.

    Of course if it is always going to be participant, then bbpress allocates the user to the default role (as set in settings>forums>default role) if no bbpress role is set on first login, so you could just set up the user, and bbpress will take care of giving them a role when they first log in!

    #194980
    Robin W
    Moderator
    #194974
    Robin W
    Moderator

    it is doable but would require bespoke coding

    if you want to hire someone, then Milan or I might be able to help

    How to Hire a bbPress Expert for Quick Consults?

    #194973
    yehiasalam
    Participant

    Hello,

    I have a wordpress installation with both bbpress and BuddyPress installed. I’m trying to create a user from code and automatically setting the forum role to participant. I tried using the bp_core_signup_user but it has not effect. This is the part of the code where im creating the user:

    						// create the user from the bp_core method, to make sure it passes the activation mode first
    						$user_id = bp_core_signup_user(
    							$post->username,
    							$post->password,
    							$post->email,
    							[]
    						);
    						bbp_set_user_role( $user_id, "bbp_participant" );

    Attached is the user profile after creation from code:

    #194966
    Robin W
    Moderator

    I do bespoke work on bbpress, but Milan is also excellent, and as he got in first start with him.

    Contact me

    #194965
    Milan Petrovic
    Participant

    Hi,

    I am Milan, owner of Dev4Press, and author of many bbPress plugins, including some free on WordPress.org and many premium plugins, and you can see all bbPress related plugins I have here: plugins.dev4press.com/filter/bbpress. If you need help with bbPress, you can contact me via the contact form on my website.

    Best regards,
    Milan

    #194964
    Willyth
    Participant

    What’s the best way to hire a bbPress Expert for a quick consult? I tried to hire someone through UpWork, but I got someone who didn’t know bbPress that well. I’m not a developer, even though I try to muck around and do things myself to save money. But knowing that an expert could quickly resolve issues, it would be great to have a bbPress expert available for quick fixes.

    What’s the best way to find someone I can trust to do great work?

    #194959
    mauroapo
    Participant

    So i’ve just started to use bbpress and i need some help.
    I’ve made the user registration and login pages but whenever someone log in, this black bar appears at the top
    https://ibb.co/naHGEz
    i’ve made login in other forums that work with bbpress and it doesn’t appear. If someone know what i’m doing wrong i’d love to know.

    One more thing, i’ve been having some difficulty in design the fórum and setting it up properly. I have the bbpress complete pdf and found some other guides online but i’d like to know if any of you have some good start up guides for bbpress.

    Thanks

    eigodeasobo
    Participant

    I made pagination when threaded with reference to this page.
    https://wpup.co/bbpress-threaded-nested-replies-with-paging/

    And I made a mechanism to reply by ajax with reference to this page.
    https://github.com/aliso/bbpress-ajax-replies/blob/master/bbpress-ajax-replies.php

    However, the above two are incompatible, and you can not reply on the second and subsequent pages.

    how can i make a pagination while using “bbPress Ajax Replies”?

    Thanks.

    #194891
    Libellule
    Participant

    Hiya

    I haven’t been able to find an answer to this. Taking over a website that has been using Blog Posts as a Forum. Ideally, we’d do this properly using bbPress. There are hundreds of posts it’s a nightmare!

    So is there a way to migrate blog posts to bbpress?

    Thank you for the help in advance : ) I am desperate for a solution

    Nathalie

    #194869
    Pexle Chris
    Participant

    Wordpress:
    bbPress: 2.5.14
    http://www.onlymaths.gr
    In my forum I have 2600 subscribers.
    I have installed the “AsynCRONous bbPress Subscriptions”, so the users get email notifications in their email when a user create a topic, but it send only at the first 75-100 subscribers email. Why? Is there something that we can do?

    cdubia
    Participant

    Hi,
    When a participant level user (Assigned via the dashboard>user>all users>edit a user>forums>participant) creates a new forum topic, replies to, subscribes to, the forum topic does show up, but – it does not show up in their Buddypress Menu under (https://website/members/me/forums/) When i change their role (Assigned via the dashboard>user>all users>edit a user>forums>moderator) to moderator topics that they have created, replied to, subscribed to show up.

    Please advise?

    Here are our plugins
    bbp style pack
    Version 3.9.6

    bbPress
    Version 2.5.14

    BuddyBoss Media
    Version 3.2.6

    BuddyBoss Products Updater
    Version 1.0.2

    BuddyBoss Wall
    Version 1.3.5

    BuddyPress
    Version 3.2.0

    BuddyPress Docs
    Version 2.1.0

    BuddyPress Group Email Subscription
    Version 3.8.2

    Clipchamp
    Version 1.6.6

    Colorlib Login Customizer
    Version 1.2.0

    Force Login
    Version 5.2

    Peter’s Login Redirect
    Version 2.9.1

    WP Mail SMTP
    Version 1.3.3

    WPBakery Page Builder
    Version 5.5.4

    YotuWP – YouTube Gallery

    #194863
    sucknorris
    Participant

    Hey there,
    i am now trying to change the search button from bbpress with that one from my theme.
    If i change the class only the color is changing still there is shadow etc.
    where i can modify this?

    my problem

    #194833
    nalfein
    Participant

    Hello all

    I need to have a feature in the forum
    Basically I have some data stored in a db (i.e. United States / Nation of bla bla bla) and I need that in the forum the users can write :United States: (or <United States> or whatever is the command) so for those one that read the United States words are highlighted and with passing on the mouse or clicking the words a small window appears with
    United States
    Nation of bla bla bla

    Is that possible using bbpress?
    If yes a plugin is needed? What plugin?

    Thank you all

    #194822
    Milan Petrovic
    Participant

    Few days ago I have released new plugin for bbPress to add advanced search form to replace bbPress default search page. More information about the plugin is available here:

    GD Power Search Pro for bbPress

    Advanced Search Form

    #194819

    Topic: StreetLib Connect

    in forum Showcase
    dedotombo
    Participant

    StreetLib Connect https://connect.streetlib.com is a bbpress-buddypress-powered forum and community about books by StreetLib, a full-featured service platform for authors and publishers.

    The login system and the profiles are integrated with our own applications via CAS technology.

    The forum is quite large, we have been able to semi-manually import an old SMF-powered forum with more than 150,000 messages. The difficult part was moving the automatically imported forum from a localhost bbpress to production.

    We are using the 1925.4 patch to improve performance (queries, repair tools, etc. it would be unusable without it maybe).

    So we are using the latest stable version 2.5 (patched) and the great OneSocial theme by BuddyBoss. Plus a lot of our own modifications.

    Feel free to showcase our forum if you want, we would be glad!

    #194814
    wpGonzales
    Participant

    … maybe a fix for this

    bbp_reply_url not working for large topics


    or this

    Links to last post are wrong (pagination issue?)


    would also work when the replies are sorted descending?

    #194812
    wpGonzales
    Participant

    Hi all,

    Is there a way to sort replies descending from newest to oldest that works with pagination enabled?

    I have found this abandoned plugin https://wordpress.org/plugins/bbpress-sort-topic-replies/
    which allows me to change the sort order, but it breaks when also using pagination (see https://wordpress.org/support/topic/descending-order-conflicts-with-pagination/ )

    Is there a changelog for the upcoming version 2.6 of bbpress? maybe there have been some changes in that area?

    Thank you all for your work on making bbPress better!

    Edit: My installation is WP 4.9.8 with bbpress 2.5.14 and “bbPress – Sort topic replies 1.0.3”

    #194811
    wpGonzales
    Participant

    Hi, I found the plugin “bbpress Sort Topic Replies” https://wordpress.org/plugins/bbpress-sort-topic-replies/ can do that, but only for the first reply of a thread. Also, the plugin has not been updated for a long time, it seems to be abandoned.

    #194807
    piccart
    Participant

    ok thanks, I’ve created a ticket to report the bug:
    https://bbpress.trac.wordpress.org/ticket/3219

    #194803

    In reply to: bbPress Moderation

    Robin W
    Moderator

    I would first of all try the more up to date version of this

    bbPress – Moderation Tools

    and then reach out to the support forum of that pluigin

    lookingahead
    Participant

    Hiya. I’m wondering where in the code the choice of template to use is made, when a forum is created.

    I want bbPress to choose to use the Topic Discussion page template for its Forum page — the page that is created with the discussion itself for a topic — when it creates a new Forum….how do I get it to use that template instead?

    I do not need a page that lists all topics for a forum; this is being built to be a one-topic forum; having a list of topics when there will only ever be one topic is just more clicking for my users to have to do, to get to the actual discussion.

    I only want the discussion of the topic itself to populate, not a list of topics which is what the forum template does now.

    Thoughts?

    #194793

    Topic: bbPress Moderation

    in forum Plugins
    JosephTersoo
    Participant

    I need help with this plugin bbPress Moderation By Ian Stanley https://wordpress.org/plugins/bbpressmoderation/
    i use this to hold topics for moderation from my participants before publishing them, because not all topic i will want to publish. but the thing with this plugin is that it hold but topics and reply for moderation and has no option to separate them.
    Is there any way like code that i can use to prevent topics from being moderated, only post should be held for moderation and the reply should not be held.

    #194775
    Robin W
    Moderator

    add this to your functions file

    
    function rew_min_length ($reply_content) {
    	if (strlen($reply_content)<61) {
    		bbp_add_error( 'bbp_reply_content', __( '<strong>ERROR</strong>: Your reply must be at least 60 characters.', 'bbpress' ) );
    	}
    return $reply_content ;
    }
    
    add_filter( 'bbp_new_reply_pre_content', 'rew_min_length' );
    #194772
    Robin W
    Moderator

    sorry, that’s how it works in bbpress.

    But if you do get to someone who has coded, please post the result back here to help others.

    my style pack plugin has a button you can add to the pages to make it clearer

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Buttons

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