Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,826 through 6,850 (of 64,471 total)
  • Author
    Search Results
  • #195060
    eigodeasobo
    Participant

    By adding 'author' => bp_displayed_user_id(), to this code, my purpose can be achieved.
    https://www.daggerhart.com/bbpress-recent-replies-shortcode/

    But I would like to output with the same structure as BuddyPress activity.

    #195035
    devintshawn
    Participant

    I recently installed bbPress on my site countryguitaronline.com and it’s working great, but I’m having trouble saving my Menus in WP admin dashboard and I’m having trouble saving other settings here and there when I’m working in my WP admin dashboard.

    Anyways, can I uninstall bbPress to see if there’s a plugin conflict, then re-activate bbPress and keep all the previous user forum posts and all that data? I’m assuming yes, but just wanted to check.

    Thanks!

    #195034

    In reply to: Help please!

    KVNHNF
    Participant

    Hi there!

    We are having the same issue on our website whenever we create a new BBPress topic. Tried adding it to GTM manually didn’t do the trick either.

    In the search console, there is an hatom error everytime you create a new forum topic.

    Missing author
    Missing updated

    Testing data online with Google structured data testing tool does not reveal error in that regards any idea what JSON-LD should be added to BBPress files to fix this?

    Thanks

    #195025
    timmoser
    Participant

    as stated above, i deactivated every single plugin beside bb press without any change. furthermore, the same is the case in this forum. just test it. apparently something is flawed in the bbpress plugin itself.
    cheers

    #195020
    devintshawn
    Participant

    I just installed bbPress here https://countryguitaronline.com/forum/

    The topic count at the top where it says “This forum contains X topics and X replies…” is saying 6 topics, but then below there are actually only 5 topics.

    Any ideas? I’ve cleared my site cache with W3 Total Cache, purged my CDN, and cleared my local browser history.

    Thanks!

    Devin

    #195019
    duyguatalarbtyon
    Participant

    Hi, I also want to change language english to turkish. I download the mo and po files and put them in to /wp-content/languages/bbpress/.. But there is no config file to change define(‘BBLANG’,); to define(‘BBLANG’, ‘tr_TR’);
    where it should be and if I created config.php and if I just write “define(‘BBLANG’, ‘tr_TR’);” is it work?

    I hope somebody help me

    #195017
    Robin W
    Moderator

    and there is an integration plugin

    bbPress Integration

    #195014
    Robin W
    Moderator

    As far as I know the two work together

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #194998
    mattdmcleod
    Participant

    When i try to activate learndash plugin then my bbpress reply are not showing.

    its showing 404 error with “WE’RE SORRY
    404 Error. It could be an outdated link or just a small technical glitch. Try the URL again, or find what you’re looking for on our Homepage.”

    #194994
    Wushan TCM
    Participant

    I am constantly receiving a 404 error if a non logged in user clicks on the groups at https://wushantcm.com/groups/ and the forums on https://wushantcm.com/forums/ I am not sure since this could be a cache problem. I am using Hyper Cache and do miss the function of page cache time out, seems this function doesnt exist anymore and also not sure if it could be in relation with my plugin.
    Wordpress Version: Version 4.9.8
    bbPress Version: Version 2.5.14
    My site: https://wushantcm.com/
    Theme: Boss Theme (Buddy Boss)

    #194990
    uksentinel
    Participant

    Hi, I am coming from a MYBB forum to using BBPress and so far having great fun playing with all the plugins etc, I have a forum UKTechHub.com and have an issue where I am using Threaded nested replies, so within a forum/Topic a few individual conversation can take place and this work well visually rather then one reply being put at the end of another in a date/timestamp order.

    Anyway, I have noticed, like in the below link, if I have lots of Threaded replies within a single Topic, then the page itself becomes very long and there seems no way to create pages 1 page 2 etc for a threaded conversation.

    This link goes to a page that shows how to deal with BBpress Threaded replies and pages, but I wondered what other options (plugin) are out there?

    https://wpup.co/bbpress-threaded-nested-replies-with-paging/

    I am running BBPress 2.5.14

    Thanks

    reedy
    Participant

    Not in my use case, @robin-w (and I have your great plugin installed and active, by the way). That’s because I want the forum to display WordPress user roles, not bbpress roles. From what I can see in your plugin, I can only change the name of bbpress roles. I hope this makes sense!

    #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

Viewing 25 results - 6,826 through 6,850 (of 64,471 total)
Skip to toolbar