Search Results for 'bbpress'
-
Search Results
-
Topic: Forum url changes
Hi,
I have WP V5.8 and bbPress V5.0 with OceanWP theme.
I have a custom function.php file in which I control access to pages by user role. For example user_role1 may only access pages with /user_role1/ in the url path.
I have then added a custom forum page called qaforums.
In the bbPress settings I have made this as my Forum Root.
I have then added /qaforums/forum/ and /qaforums/topic/ as permitted paths for user_role1.
Now here is where things get strange.
Let’s say I have a range of forums with the permalinks:
mywebsite.com/qaforums/forum/forum_name1/
mywebsite.com/qaforums/forum/forum_name2/
mywebsite.com/qaforums/forum/forum_name3/
etc.In theory, my user access rules should permit users to see these forums. However, they don’t.
What I discovered is that in order for my access rules to work I need to include permalink /forum_name3/ in the permitted paths list.
In testing, I discovered that the get_page_link() function on the root forum page returns the path:
mywebsite.com/forum_name3/forum_name3/
instead of
mywebsite.com/qaforums/
forum_name3 happens to be the forum with the highest Forum ID.
So my questions are:
1. Why is the get_page_link() function returning a different url on the the root forum page?
2. Why is the permalink mywebsite.com/qaforums/forum/forum_name3/ being changed to mywebsite.com/forum_name3/forum_name3/ ?
And by the way, the get_the_ID() function confirms the same thing.
Any help in understanding this would be appreciated.
Thanks!
Hi
When logged in and we use the forum search the results are password protected and they shouldn’t be.WordPress 5.8
bbPress Version 2.6.6I have disabled all plugins apart from bbPress and tried it on a default theme but the problem persists.
The plugin page shows last updated 9 months ago and Tested up to: 5.6.4 when the current version of WordPress is 5.8. Is bbPress still being maintained?
I am working on a site through Elementor Pro (A website builder) and through it I create templates. The templates are then applied to the pages that I designate.
I installed BBPress and assigned a template to the forums page. However, it does not apply to the users page. In this case the problem is that the main menu is almost invisible.
Example of a user page: https://mariablaquier.com/forums/usuarios/lagorda/Does anyone know how I can fix this?
Wordpress: 5.8
BBPress: 2.6.6
Site: mariablaquier.comTopic: Updatable Post Date
Hi,
I am looking for a solution to have my topic author post date to be updated whenever the topic/post content is edited – but cannot work out a way to do this effectively.I have attempted to manually change post date as suggested at https://bbpress.org/forums/topic/changing-post-dates/ but it does not seem to work.
Any solution or ideas?
The reason is I have topics that were created 2-3 years ago that I regularly update depending on new information/changes to the topic subject. I don’t want to lose any comments associated with the topic and its completely inefficient to be deleting each topic and recreating them periodically.
Thank you!