Search Results for 'bbpress'
-
Search Results
-
Hello, I’m setting up bbPress for a client and I need to change the author of some forums to assign her as the author and not me. I can change the author of topics but there’s no option to do the same with the forums…
Appreciate any suggestions…
I tried using a string of codes someone posted here, but I couldn’t follow through.
So, can anyone direct me on how to remove that form at the end of forums and topics?Take this BBPress website for example. The create New Topic takes us to the new page. But it’s not hanging below.
Hi,
I have recently started to have a problem on my site that I really can’t figure out, and I’m hoping someone here can help me to troubleshoot it.
Often, but not always, when someone posts on my site (not just in bbPress, but on the blog as well) I get a flood of a particular kind of query, which causes huge load spikes. Here is an example of one of the queries:
SELECT DISTINCT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name FROM as_bp_activity a LEFT JOIN as_users u ON a.user_id = u.ID WHERE a.is_spam = 0 AND a.component IN ( ‘bbpress’ ) AND a.hide_sitewide = 0 AND a.type != ‘activity_comment’ ORDER BY a.date_recorded DESC LIMIT 0, 5
I have already posted this in the BuddyPress forum, but they said it was related to bbPress, so I should ask here.
Topic: What happens after approval?
Dear community,
I am using bbPress Version 2.6.6 and I am wondering what the “approve” button is for?
In my case whenever an user creates a topic or reply I see the “approve” button as an admin though the topic / reply has been already published?!The most confusing thing is after I approve (or unapprove) a topic / reply it disappears and I can not find it nowhere anymore?!
Can anybody explain where I can find them and what this function is for?
Thanks in advance and best regards
Can anyone help with this? There is no way to post in forums at all. There is no post button. It just says “this forum is empty”
I am using all the recent versions of things. This is a new website. It is a member only website using wordpress, BBpress, Buddypress and some other plugins. Please help! In a time crunch!I can upload a picture without any problems as an admin of the site.
But when the user wants to upload a picture this happens:
After submitting they are sent to a page with the failure text saying:” Warning: Undefined variable $reply_author_id in /customers/c/d/0/sanvigs-kunstskole.dk/httpd.www/wp-content/plugins/bbpress-notification/bbpress-notification.php on line 377 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/d/0/sanvigs-kunstskole.dk/httpd.www/wp-content/plugins/bbpress-notification/bbpress-notification.php:377) in /customers/c/d/0/sanvigs-kunstskole.dk/httpd.www/wp-includes/pluggable.php on line 1340 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/d/0/sanvigs-kunstskole.dk/httpd.www/wp-content/plugins/bbpress-notification/bbpress-notification.php:377) in /customers/c/d/0/sanvigs-kunstskole.dk/httpd.www/wp-includes/pluggable.php on line 1343 ”
If the user then goes one page back, and is on the forum page where the image should be (still not showing as uploaded) and refresh the page, then the picture is there.
Very strange.Just to underline. I have tried deactivating all other plugins, but it still happens and my web supporter cant solve it either.
What to do???
Hola, tengo una web de membresia, y en ella un foro con bbpress.
Utilizo restric content pro y para restringir el foro instalé el plugin restric content pro-bbpress.
Me ocurre lo siguiente, al parecer este plugin está abandonado y no hacen actualizaciones desde hace un montón de tiempo, o eso me indica la seguridad de mi web.
Mi pregunta es por cuál puedo cambiarlo y que esté integrado con restric content pro.Mi versión de: wordpress es 5.8
bbpress 2.6.6
RCP-bbpress 1.0.1
Mi sitio es https://www.tactodebarro.com
Gracias por tu atención
NuriaTopic: 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!