i want to only display user role on keymaster and moderators users.
I dont want every participant to have the role shown , only the keymaster and moderators are important enough to me to show their role next to their avatar.
How would i do that??
im just using this code to display the users role
<div class=reply-author-role><?php bbp_reply_author_link( array( 'show_role' => true, 'type' => 'role' ) ); ?></div>
I downloaded the plugin Mass user delete due to a spam attack. I was able to install it uncompress it and login through the admin.
After I logged out I cannot log back in. I keep getting a 500 internal server error.
help me
I am trying to import a rather large VB4 Database into bbpress and out of curiosity I attempted to import using the built in tool that gave me the option to import a VB3 database. It looks like a lot of stuff actually did import correctly but none of the threads have any replies. Their all single posts.
I understand that the tool wasn’t meant to work for that version in the first place but I can’t seem to find any help with importing VB4 other than a plugin a company has and they quoted me $2,000 because of the size of my community. (Yikes!)
Anyone have experience with this or can point me in the right direction to getting everything to import correctly and make this migration happen?
hello i got error when i install bbpress i can’t Over to Forum ! after install !
Hi guys,
on my forum http://www.astronomertalk.com, I changed freshness to say latest activity, all was well for a few days, but now it says my latest activity was 1 day+ ago on my first category, when if you click through you can see it was only 1 hour ago… Does anyone know why it is saying this?
Best,
JB
Additionally, how can each user change their timezone so the posts have the right time next to them?
I have entered 10 under the Topics and Replies Per Page in Forum Settings. Yet, my most popular topic is showing a total of 143 replies on one page. Any ideas?
http://www.20sb.net/forum/topic/your-latest-post-part-1-new/
WordPress: 3.9.1
bbPress: 2.5.4
BuddyPress: 2.0.1
BuddyBoss Theme: 3.2.1
My site is running mainly CPTs but I filter my search results to a subset of these using this technique:
function filter_search($query) {
if ($query->is_search) {
$query->set('post_type', array('A','B', 'C'));
};
return $query;
};
add_filter('pre_get_posts', 'filter_search');
which works fine for wordpress but when I search within BBP i get the ‘Oh bother! No search results were found here!’ message as you’d expect because of the above filter.
If i remove the filter the BBP search works fine, and if I add ‘forum’, ‘topic’, ‘reply’ to the above filter BBP search works fine, but the problem is get I the forum results appearing in the main search results page.
Also, If i remove the filter all together I still get forum results appearing in the main results page.
Is there a way to exclude forums results from appearing in the main search?
“Details” is failing to open in the forum when I click on it. I need to use this for a number of reasons, but today I need to split a topic. There doesn’t seem to be a way to split a topic in the dashboard so I am SOL.
When I hover over “Details” the url will show the thread # and it will act like it is going to open but nothing happens.
Thank you, Matoca
I have a forum site, http://forum.muliaseo.co.id, if you check, you will find, the forum and signature are dofollow, but for topics are nofollow. Even I give link to another topic (same site), the link is nofollow. I want the topics are also dofolow, can you help me? I already use the dofollow plugin. Thanks for respond.
On my phone, my forum displays about 1 word per line, so the posts are super long.
http://writing-archive.com/forum/
Advice on a fix? Thank you.