Search Results for 'bbpress'
-
Search Results
-
How can I put on the search function above of the breadcrumb in forum,topic,reply page?
I got the Adding action code in the bbPress codex page.
but I did not get the hook point for the Adding action.
Please show me the hook point(XXXXXXXXXX) .//display bbPress search form above sinle topics and forums
function rk_bbp_search_form(){
if ( bbp_allow_search()) {
?>
<div class=”bbp-search-form”>
<?php bbp_get_template_part( ‘form’, ‘search’ ); ?>
</div>
<?php
}
}
add_action( ‘XXXXXXXXXX'(forum,topic-page), ‘rk_bbp_search_form’ );
add_action( ‘XXXXXXXXXX'(reply-page), ‘rk_bbp_search_form’ );<default>
〇〇〇>〇〇〇>〇〇〇
[Search function]<Customize>
[Search function]
〇〇〇>〇〇〇>〇〇〇
Hi All,
Recently, my forum is no longer allowing participants to post. only moderators.
The settings are activated correctly:
I’ve noticed the editors are looking different between moderator and participant, please see below:
I’ using BBpress v 2.6.6 and WP v5.6my site is http://www.simplyexam.ca
Can someone tell me how to fix it so that participants can post?
P.S apology for the messy links I’m a noop to HTML
ThanksHello all,
I am in the process of migrating a phpbb forum to a bbpress forum.In my phpbb forum, I have a forum for each group of students. and only they can see that forum.
(about 160 forums)
also I have a group of admins who can see all forums.Is that possible in bbpress?
Thanks
MickeyTopic: Dumb question
Hello people 🙂
Dumb question, but, how I insert image in body of post here at bbPress support?
I want to ask question, and want insert image in post like I see others do here.
Thanks
Topic: latest bbpress 2.6.6
Updated to 2.6.6 and wow did my server load spike! took me a week to figure out it was bbpress update as i also did many other updates that day anyways downgraded back to 2.6.5 all good. Any idea why this would happen? Forums are somewhat large but i dont think huge: Total forums: 36 • Total posts: 94,124 • Total topics: 7,381 • Total users: 36,925
Hello,
my Forum http://www.exoten-forum.de is on the air for only one day now. When users postet interesting photos in “Test” I’d like to move the posting to the appropiate forum f.i. “Palm trees”. But this does not work. The “move” button only offers a new thread in the same forum. How can I move postings all over?WP Version 5.6
Theme Twenty Twenty-One
BBPress Version 2.6.6
Site: http://www.exoten-forum.dePflanzenoma
How do I check if user has X number of posts inside bbpress forum to allow him to see blog post.
For example, for logged in user, it would be like:function show_to_logged( $atts, $content = null ) { if ( is_user_logged_in() ) { echo 'Welcome, registered user!'; } else { echo 'Welcome, visitor!'; }; add_shortcode('show_to_logged', 'show_to_logged');function show_to_bbpress_user_with_x_posts( $atts, $content = null ) { if ( user_has_X_BBPRESS_topics_or_topic_replies() ) { echo 'Welcome, registered user!'; } else { echo 'Welcome, visitor!'; }; add_shortcode('show_to_bbpress_user_with_x_posts', 'show_to_bbpress_user_with_x_posts');What would be correct function for
user_has_X_BBPRESS_topics_or_topic_replies?Topic: Pinned posts – change colors
Wordpress version: 5.6
bbpress version: 2.6.6
theme: Twenty Twelvesince a month my “forum” tab is missing from the admin left column. I can see “Topics” and “Replies” but I can not see “Forums” tab. see the screenshot: http://prnt.sc/wiyjud
also when as an admin and bbpress moderator, I click this link: “name-of-my-website/wp-admin/edit.php?post_type=forum” I get the error message:
“You need a higher level of permission.Sorry, you are not allowed to edit posts in this post type.”
On the other hand, in my website I can still see the list of forums, I can comment and write replies for them. So the data is there and accessible in view mode!
What I tried so far:
deactivate all plugins to see if it works –> did not help
deactivate and delete all the other plugins –> did not helpso I assume the database is corrupted?! but if I do not have access to “forum repare” feature, how can I fix this problem?
I appreciate any hint and advise!