case 'popular' :
$topics_query = array(
'post_type' => bbp_get_topic_post_type(),
'post_parent' => $settings['parent_forum'],
'posts_per_page' => (int) $settings['max_shown'],
'post_status' => array( bbp_get_public_status_id(), bbp_get_closed_status_id() ),
'ignore_sticky_posts' => true,
'no_found_rows' => true,
'meta_key' => '_bbp_reply_count',
'orderby' => 'meta_value',
'order' => 'DESC'
);
break;
I want to show just topics posted in a day
Hi, I have bbpress installed but for some reason it automatically tries to display topics before forum list. How can I change this? It’s driving me up the wall! HELP!
Thank you
I want to remove/disable totally changing email input value from form-user-edit without using hidden input
<input type="hidden" name="email" id="email" value="<?php bbp_displayed_user_field( 'user_email', 'edit' ); ?>" class="regular-text" tabindex="<?php bbp_tab_index(); ?>" />
I want user only change display name, bio, and password only how to do it?
In my forum once i create a user and then going to edit his/her profile edit.php redirects to groups. I couldn’t find any code issue. Help me. Thanks in advance.
I have a web in development with WordPress, in it I installed BuddyPress to create a series of forums. These need three levels of privacy:
1 – To access these you have to be registered, once with registration you can access all but one of them.
2 – Another level to access, this time to all.
3 – An admin that controls all permissions.
What plugin can I use?
In my forum once i create a user and then going to edit his/her profile edit.php redirects to groups. I couldn’t find any code issue. Help me. Thanks in advance.
the problem is when i visiting forum page in admin mode (after login) its showing me:
“Oops! That page can’t be found.
It looks like nothing was found at this location. Maybe try one of the links below or a search?”
and there is nothing in this page.
but when i visiting same page without login(as normal visitor) its looking good and i can see option to create new topic.
can you tell me where is the problem ?
the link is
Upcoming Games
my bbpress version is 2.5.13
Hi,
I have the login widget in my sidebar. When I’m logged out, the login button looks perfectly fine (orange background, white text). However, when I’m logged in, the text color of the button turns orangen as well, meaning I can only see one big orange field and no text that says ‘log out’. Only once I hover over it, the background of the button turns white, the border appears in orange and I can read the text in orange.
How can I get the ‘log out’ button text color to be white instead of orange in my sidebar?
Thanks a lot,
Michaela
www.gibbriverroadguide.com/forum
Using the bbpress login widget, after the user logs in, their username is hyperlinked. Does anyone know how to remove this function?
I have newest WordPress and used it to add bbPress. How ever I have added forum as shortcode to my siten page. How ever When is use top menu to add new topic the box where I chose relative parent category till example gaiming, sell, buy does not work. The box is full of those categoires where to put that topic but I cannot select any one of them only no parent stays selected.
Is there somehow how I cand fix this?