Skip to:
Content
Pages
Categories
Search
Top
Bottom

[bbp-topic-index] Breadcrumbs

Published on December 17th, 2015 by Col_Blimp

Been asked years ago but never answered, how is it I remove/filter out the breadcrumbs from this shortcode as using

then
Viewing 25 topics - 19,876 through 19,900 (of 27,134 total)
gives you two sets of breadcrumbs on the same page?

How to make usernames in comments clickable?

Published on December 17th, 2015 by dayan89

How can I make usernames and avatars in comments lead to bbpress user profiles?

Notice: bbp_setup_current_user was called incorrectly.

Published on December 16th, 2015 by FadingMusic

Debug log is outputting the following notice:

Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/path/htdocs/www/wp-includes/functions.php on line 3787

My debug log is running full, how can I solve this?

Add text with link to contact page in search results

Published on December 16th, 2015 by juniorbra

Hi,

Sometimes the users didn’t find exactly what they expect. So I’d like to add a sentence below search results showing “Want more help? Click here for contact us” with a link to my contact page.

How can I do that?

Thanks

Php script to subscribe people that has created a topic

Published on December 16th, 2015 by Emineminero

I’m trying to create a php script to check if each bbpress topic is newer than certain date, so if its true, subscribe the author of that topic to that forum (I only have 1 bbpress forum so there is no need to check the id of that forum).

This is the code at this point:

<?php

$args = array(  
    'post_type'        => 'topic',  
);
$post = get_posts( $args ); 
$compare_date = strtotime( "2015-07-14" );

foreach($post->ID as $topic){
    $post_date    = strtotime( $post->post_date );
    $post_author_id = get_post_field( 'post_author', $topic );
    if ( $compare_date < $post_date  ) {        
        bbp_add_user_forum_subscription($post_author_id ,1687); 
    }   
}
?> 

where 1687 is the id of the forum i want them to suscribe.

Any idea why is not working?
Thanks šŸ™‚

Remove Sidebar and Replace with Forum Login, Register, etc.

Published on December 16th, 2015 by tomsw

Hi all,

I am a newbie so I am sorry if this is an easy answer however I have not been able to find the answer or in the documentation.

I am setting up a forum on a small site and have installed bbpress. I am wondering how to remove the sidebar and add the correct sidebar for the forum options (login, register, search etc.) also is it possible to place these options above the forum? I was watching a tutorial on youtube which showed the sidebar added automatically after the install of bbpress but it may have been an older version.

I am currently using the latest wordpress 4.4, bbpress 2.5.8 and the esteem template. I did try to use twenty fourteen and twenty sixteen temprorarily but couldn’t add the sidebar under widgets as there was no bbpress sidebar.

Thanks,

Tom

Change default display name from username to firstname

Published on December 16th, 2015 by juniorbra

Hi,

How can I change the default display name from bbpress? I’d like to display first_name instead of username by default, without members having to edit profile to get it.

Thanks

Change default display name from username to firstname

Published on December 16th, 2015 by juniorbra

Hi,

How can I change the default display name from bbpress? I’d like to display first_name instead of username by default, without members having to edit profile to get it.

Thanks

Your account has the ability to post unrestricted HTML content.

Published on December 16th, 2015 by gheghici

I run a multisite and I’ve created a support forum. I want all the users to have access to post to this forum, so I’ve installed “Join My Multisite” plugin.
With this plugin, now the users can log in and post into the forum. But I’ve noticed (on one of the test users) that they get this notification: “Your account has the ability to post unrestricted HTML content.”
They are not admins of the forum, they only have Subscriber role, and no access to the dashboard. Still, they can post html

Can anyone, please, help me. Thank you

Best,
Mario

Cant change User Role for the forum

Published on December 16th, 2015 by Leg3ndAry

Hey guys,

i have the following problem.
I have a user role named blocked, which is the default one after the registration.
Now if i want to change the role to participant nothing happen.
Anybody experienced this before?

Link to the forum: https://be4stmode.tk/forums/

null

Skip to toolbar