Forum Replies Created
-
In reply to: Reorder Topics by Reply Count of each topic
buddyboss platform is paid, and I do not have it/use it, but it should be fine
In reply to: Hide participant role at messagesIn reply to: Best way to change forum name roles?In reply to: Reorder Topics by Reply Count of each topicthis is the code bbpress uses
$topics_query = array( // What and how 'post_type' => bbp_get_topic_post_type(), 'post_status' => bbp_get_public_topic_statuses(), 'post_parent' => $settings['parent_forum'], 'posts_per_page' => (int) $settings['max_shown'], 'meta_query' => array( array( 'key' => '_bbp_reply_count', 'type' => 'NUMERIC' ) ), // Ordering 'orderby' => 'meta_value_num', 'order' => 'DESC', // Performance 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'update_post_term_cache' => false, 'update_post_meta_cache' => false );
In reply to: Background colour different on Safari and Firefoxit will be caching on your browser.
you need to clear cache on the browsers to let them download the latest version of css.
They look the same on my PC in all browsers, as I am looking at the site for the first time.
In reply to: how to customize bbpress forumif that doesn’t help, then link please to a live example on your site
In reply to: Users unable to turn of email notificationsif you go into the post_meta table and look at post meta for the topic ID, you’ll find entries under meta_key ‘_bbp_subscription’ – you should find multiple entries one for each user ID.
In reply to: bbPress restricted search only for membersIn reply to: bbPress restricted search only for membersif forums are private then bbpress search should only show results to logged in users
In reply to: No Forum subscriptions (update to 2.5)2.6 is that latest version – did you mean that ?
In reply to: Users unable to turn of email notificationsok, not quite sure what to suggest next -maybe get her to subscribe and unsubscribe again – sort of version of ‘switch it off and on again’ that is the mainstay of all IT guys !!!
In reply to: Users unable to turn of email notificationsis this topic still live ?
In reply to: Users unable to turn of email notificationsand if you set yourself up as a new user, subscribe and then unsubscribe, do emails stop?
In reply to: Users unable to turn of email notificationsAre you running any other bbpress related plugins?
In reply to: CSS on Index Pagestyling root page us
#bbpress-forums
eg
#bbpress-forums ul.odd { background-color:blue ; }
or use
In reply to: Styling IssueIt looks like the theme authors have got a .min.css file loading.
I’d reach out to the theme authors and see if they can help.
Otherwise come back and I’ll try to help further
In reply to: Styling Issueyour theme is loading a styling sheet
https://www.jeremybassetti.com/wp-content/themes/soledad/css/buddypress-bbpress.min.css?ver=7.9.6
which is loading after my plugin, so takes precedence.
In reply to: Forums index vs custom page shorturlok let us know what they say !
In reply to: Forums index vs custom page shorturlgo save me re-reading all of a 5 year old thread, could you please state what shortcode, what pge url and what forum slugk you have
In reply to: Styling IssueI’d need a link to your site to see what is being downloaded to the browser
In reply to: Register custom view with extra_fieldsdo keep this updated – so many threads have the problem but authors don’t post their final solution – you are a star!!
In reply to: Is it possible to change a Forum author?🙂
In reply to: Is it possible to change a Forum author?forum author is in the wp_posts table, under post_author – just change it to the ID of the user you want to be the author
In reply to: Catering for when users simply reply to emailsAtleast one that says it officially supports the latest wordpress version that is out.
I thought it now did – certainly here
In reply to: Catering for when users simply reply to emailsI did look at some thoughts on this, but my knowledge of linking email to WordPress is too weak to work a solution out 🙂
it would be nice to achieve