Anybody got some code to put into WordPress theme functions.php to redirect every instance of links to /wp-admin/profile.php to /forums/users/$user ?
Redirect /wp-admin/profile.php to bbpress profile page
Published on September 18th, 2020 by boborgProfil slug in french
Published on September 18th, 2020 by sandrineledc1106Hi The Team,
Could you please explain me how i can change the english slug
https://www.ecocampeurs.com/membres/sandrine1106/profile/
and have a french slug
https://www.ecocampeurs.com/membres/sandrine1106/profil/
In french “PROFIL” haven’t got a E at the end of the word. I’m afraid people think it is a french gramatical mistake if it is wrote “PROFILE”
I’d like to to change
https://www.ecocampeurs.com/membres/sandrine1106/friends/
with
https://www.ecocampeurs.com/membres/sandrine1106/amis/
Thanks a lot for your advice,
Sandrine
Trying to get nested replies and pagination to work
Published on September 16th, 2020 by laeteeI’m the web developer for a biotech discussion website. I’m currently running the Kleo theme with bbpress.
I have nested replies enabled (with help from the bbstyle pack plugin, as it was not working previously) but also want to have pagination enabled. Nothing seems to be working and I’m in desperate search of a fix.
I’ve already tried deactivating and reactivating…troubleshooting…everything.
I’ve followed this tutorial but have come across certain errors.
I’ve also tried going through this ticket among other similar ones and no such luck.
I keep getting an error with the ‘format’ => ‘page/%#%’, line from Step 2. It’s telling me there is an extra %. Once I remove the extra %, the error moves down to the ‘prev_text’ => __(‘<’), line.
I’m happy to give any more information that is needed.
Roles change when user logs in
Published on September 16th, 2020 by andrewcoughlanHi
I have just set up a forum gated with imember 360. Nre user auto registered as participants. If I then change them to moderators all seems fine. When they login their role changes to participant again.
I can’t work out what is going on. Can anyone shed some light on this please?
Warning problem bbPress
Published on September 16th, 2020 by mariekroghHello
I installed bbPress. When a user comes to see the topic, he displays a text.
What should I do to make it right?
Why are bbPress plugins few and often out of date?
Published on September 15th, 2020 by truth4vahidWhy are bbPress plugins few and often out of date?
This website needs more possibilities to be a pro forum: englishteam.ir
What can I do to get this aim?
Inserted Topic Has No Content
Published on September 15th, 2020 by MarigoldI have written a function to insert a post into a private member forum, but when I click on the topic it says it is empty?
$post_parent = 0;
$forum_id = 5485; // Membership Forum 5485
$topic_data = array(
//’post_parent’ => $post_parent,
‘post_author’ => 1,
‘post_title’ => $output_title,
‘post_content’ => “<div class=’application-form’>$output_content</div>”,
‘comment_status’ => ‘closed’,
‘menu_order’ => 0
);
$topic_meta = array(
‘forum_id’ => $forum_id
);
$topic_id = bbp_insert_topic( $topic_data, $topic_meta );
bbp_stick_topic($topic_id , false);
WP v5.5.1
BBP v2.6.5
BP v6.3.0
Search Using BBPress/BuddyPress
Published on September 15th, 2020 by nolymityashOur website is made with bbPress and Buddypress plugins in wordpress. This old plugin “BuddyPress Global Search” used to work well on our site. But this plugin stopped updating and working from 2019; We are looking for a search plugin that also allows sorting of search results.
I have tried plugins like Relevanssi, Ajax, and GD Power Search, but for some reason, nothing shows up on the site, once I disabled Global Search, the search only yields a Google style list with no sorting options.
Thank you for any feedback!
BBPress 2.6.5
BuddyPress 6.3.0
Wordpress 5.5.1
Topic and reply count, freshnesh info in sub forum
Published on September 14th, 2020 by havealookhereHello,
i am trying to change template to make the forum more like I want.
Now i really need to show the frehslink, with author, etc in the subforums of bbpress.
How can I achieve to show this freshnesh info at the right side of the topic and reply count
Please see picture
i really hope someone can point me out
sorry for any bad english
jap
Participant cannot answer forum topic
Published on September 14th, 2020 by haddlyapisHi there,
a user with the forum status “participant” tried to answer a forum post but when after clicking on send, it gave the error “ERROR: Your reply cannot be edited at this time.”
I cannot see why this is happening, but i offered to post his message using my “Admin” account (also “keymaster” in forum). and this worked.
Any ideas why it won’t for his account`?
I am reluctant to test it with another account, as my users may get a notification email.
thx in advance.