Search Results for 'test'
-
Search Results
-
Is there a way to disable the “Duplicate reply detected” error checking? My forum will mostly be people uploading audio attachments and they may very well just say the same thing each time they post. But in the short term it’s a bother to my testers since they can’t just write “test” each time.
I know that the error code is in \wp-content\plugins\bbpress\includes\common\functions.php
I’m guessing there is some way to filter the bbp_check_for_duplicate function, but I don’t know enough php to do that.
I’ve seen some others post this question in the past but didn’t see answers.
(BTW, I posted this question a few hours ago but it got marked as spam. Not sure why. I included some code in it but have removed it in this one. Hope it’s ok to repost.)
Topic: Images Upload
Hi,
I would like to remove the last page numbers in pagination,
is there any function code to do this?at the moment, on latest topics on a big forum.. it shows like this..
Topic: Styling Issue
Hi. Testing bbPress using Penci Soledad. Installed Robin’s Style Pack, but none of the changes are being registered. I cleared caches and all. I should note that I have a dark theme on my site and the styling needs help. Any advice?
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!
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?