Hello,
How can I “grab” a user’s location and then display it below their avatar on any forum posts they create?
I need to know how to 1) get the user’s location, and 2) display it.
Thank you so much for any help you can offer!
Hello,
How can I “grab” a user’s location and then display it below their avatar on any forum posts they create?
I need to know how to 1) get the user’s location, and 2) display it.
Thank you so much for any help you can offer!
Hi, i installed bbpress and i don’t know where can i change directing.
I want just to change the redirection after clicking on the username who created a topic / post .
Actually it direct me to : mystie.com/members/myusername/
I just need to change it : mystie.com/users/myusername/
How and where i can do that?
thank you very muich for help!
Hello,
I was creating a forum in the admin, and after publishing, the slug “hardware” had a -2 on it, so became hardware-2
There’s no other forum with the same slug, so I don’t understand why its adding the -2 on it.
So my question is: How do I avoid slug conflicts?
I have a woocommerce category called “hardware” as well, but even trying to change that to “hardwares” I still cannot use “hardware” without the “-2” for the forum.
Are bbpress’ slugs and terms not “segmented” under “/forums”?? Can I not have a “hardware” shop category and a “hardware” forum?
Please advise!
Hi folks,
I added 2 custom roles via
function add_custom_role( $bbp_roles ) {
$bbp_roles['my_custom_role1'] = array(
'name' => 'Kursteilnehmer',
'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
);
$bbp_roles['my_custom_role2'] = array(
'name' => 'Mentor',
'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() ) // the same capabilities as moderator
);
return $bbp_roles;
}
add_filter( 'bbp_get_dynamic_roles', 'add_custom_role', 1 );
I tried to assign them via the WP-Users page, but they do not appear in the forum-roles dropdown.
Whats going wrong here?
Regards
Dominik
WordPress 4.7.3
bbPress 2.5.12
Everything was working fine with WooCommerce 2.6.14. I had forum root set to ‘community’ and I created a page with the slug ‘community’. When navigating to /community WP was displaying my page.
After updating to WooCommerce 3.0.1 WP now displays the forum root (archive-forum.php) instead of the my custom page (page-community.php).
If I switch to storefront or any of the recent Twenty * themes the problem goes away. If I use my theme and disable all other plugins, the problem persists. So this seems to be a conflict between my theme and WooCommerce that is causing this issue.
I can resolve the issue by changing either the forum root or my page slug but I would prefer not to do that. Any ideas on how I might be able to resolve this and keep my URLs intact?
Hi there –
I am having some trouble trying to configure this forums plugin to be sorted by the most recent activity (replies), rather than by the most recent post creation time.
My client would prefer that the order of forums, appear in the order of recent reply time. Even if the forum was created 2 years ago, if someone replies, I would like that forum to appear at the top of the list..
Please do share your thoughts and suggestions, as I feel like this will be of great use to many.
Thanks
First pass at diagramming bbPress Theme Compat. Have not included info at https://codex.bbpress.org/themes/theme-compatibility/template-hierarchy-in-detail/ – haven’t read the source code for it nor played with those yet.
SVG embedded in HTML – use Ctrl/Cmd + to zoom in and Ctrl/Cmd - to zoom out. Right click + drag right/left as needed after zooming in.
The arrows showing template partials pointing to the other partials pointing to the main template file/s could be confusing for many. Possibly, itemizing each main template file in association to the partials would be clearer e.g.
/theme-folder
|__ archive-forum.php
|__ /bbPress folder
|__ content-archive-forum.php
|__ form-search.php
|__ loop-forums.php
|__ feedback-no-forums.php
Thanks to this thread: https://bbpress.org/forums/topic/how-do-i-change-the-color-of-the-text-and-box/ I was able to change a lot of colors, since the theme of my site is dark background with white letters.
There is one code I’m still looking for.
When you reply to a topic, above the large reply field it says ‘Reply to [name of topic].
This text is still in white and it needs to be black.
Can anyone provide me with the right code so I can add this to the custom CSS?
Much appreciated!
Since are buddypress and bbpress now cooperating I thing there is more compatibility in their Plugins. When I put a media Link to buddypress wall it shows in player (Video and audio).
But bbpress only has an option to embed media which maybe even mostly work but on buddypress the media link than appears as code (Video scr = ….and so).
Why doesn’t bbpress use just mediaelements.js script as core from WP and maybe ads oEmbed instead?
There is no possible to have similar design in both.
eather buddypress shows links in Player or bbpres.
Any Idea?
Also there is a problem to have this also in comments.
jetpack makes also codes. It shows it in player but in buddypress stream again (video src=…)
Is there any solution to have media Links and embedded elements in the same way on buddypress, bbpress and comments?
Thankfully for any Idea :o)
Hello!
I would like to add tags to individual posts (forum replies), so that when a tag is clicked, the individual post will show up instead of the whole topic.
Has anyone seen a plugin that can do this?