Search Results for 'code'
-
Search Results
-
Topic: Forum has blank pages
Im using BBpress Version 2.6.9 and WordPress version: 5.9.3 and i’m working on my localhost.
I have followed the documentation (method 2) and I keep ending up with the same issue. The Forum page has the [bbp-forum-index] shortcode which works fine, but when I click on the forum I created it returns a blank page.URL structure that returns blank page:
mysite/forums/forum/test-forum/I have removed every plugin except BBPress and tested this on the 2022 WordPress theme and still no luck, any advice you could give me would be greatly appreciated.
I have an issue with bbPress. In the settings, I checked under
/options-general.php?page=bbpressthe optionAuto-embed links.
When I upload a video in the forum, the result is the link to the video instead of a player to play the video.

How can I fix it?
Topic: Add full path for a topic
In my WordPress website, I added
bbPress. When you are in the forum in the section _Support_ and you open a topic, you see this
In my point of view, the user experience is not great because the user doesn’t know where he or she is. I like to add a full breadcrumb like
> Forum > Support > Test video
How can I add this?
The page on my forum is full of list bullets. (https://www.turtleholic.com/forums/forum/turtle-questions/)
Does anyone know how to fix this? I was able to add the following CSS code to the main Forum page (https://www.turtleholic.com/turtleholic-forum/), which removed the bullets from that page. But on the specific forum pages I don’t know how to add custom CSS.
ul ul li:before {
display: none;
}ul li:before {
display: none;
}Topic: @mention doesn’t work
I only use bbpress and no buddypress, is there a code or plugin for bbpress? TY❤️🔥
In the BuddyPress profile bbPress subscriptions are listed. With each subscription there a little icon that looks something like [x]. It *appears* that this is intended to be used to cancel a subscription, but when you click on it nothing happens.
I’m a bit confused about where these bbP subscriptions in the BP profile come from. In otherwords I don’t know if they come from BP or bbP. I assumed it was BP but the BuddyPress people don’t seem to know what I’m talking about.
The [x] icon appears to take you to a path that looks like this:
https://mikeandtina.org/members/mike/forums/subscriptions/?action=bbp_unsubscribe&object_id=357&object_type=post&redirect_to=https%3A%2F%2Fmikeandtina.org%2Fmembers%2Fmike%2Fforums%2Fsubscriptions%2F&_wpnonce=37ad0686dcSo now I’m wondering of bbPress puts info about subscription on the BuddyPress profile, or if something else entirely is going on. If anyone can shed any light on this I’d appreciate it.
Mike
Hi,
I would like to show in a page forum, my forums, members, subjects, answers… I can not arrive to see a shortcode
I have the last version of bbPress and WP members
Thanks for your help,
Best regardsHi
wordpress 6..0.2
bbpress 2.6.9i want to let users edit their avatar with the Basic User Avatars plugin
i want to be edited in the profile edit page
forums/user/name/edit/
i tried to write this:
<?php echo do_shortcode(“[basic-user-avatars]”); ?>
in TEMPLATES/DEFAULT/EXTRAS/SINGLE-USER-EDIT.PHP
dont work
how can i do then
thanks
regards