Hi All,
I am Using budypress + bbpress plugins in my wordpress.
Now I want that when a member reply a topic, this form open under member profile.
Basically I need to change bbpress theme which my custom files. But I unable to file them location from where it is call and how I can call my custom header and footer.
Thanks,
MAC
Im hoping someone can help… Im using bbpress/buddypress theme and my support is not helping at the moment. They have a 24-48 hour window..
Half the site is 404 errors. My theme uses/recommenced rtmedia, I updated it and all went wacky. Only thing working Is the forums!
Now I had many plugins going but shut Every single one down except bbpress/buddypress. Even required theme plugins. Ive even deleted 90% of them and still cant fix the issue…
I know this is not my ‘support’ Im just at wits end and cant fix it, Im reaching out hoping someone can help… I can pay. We have 200+ members, while not a lot its a lot for us as we are so new.
We’ve been half down for about 8 hours now…
Its an adult content site so I dont know if I can/should post a link here… I can give admin, etc.
This is the theme Im using.
http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630
I’m trying to limit the permissions to assign topic tags to just ‘keymasters’ through the bbp_get_caps_for_role filter.
This is working, participants can’t see or edit the tag input field
if ( $role == ‘bbp_participant’ ) {
$caps[‘assign_topic_tags’] = false;
}
but the moderator level is ignored and not working:
if ( $role == ‘bbp_moderator’ ) {
$caps[‘assign_topic_tags’] = false;
}
I’m a newbie to wordpress development & php. Any insight or advice would be much appreciated. Thanks.
How do I make multiple different forum list on home page?
How can I make a widget with only root forum? or topics? I tried “1” but it keeps showing any with all forums. I want to separate each forum into a different widget.
Thanks
Hi,
I have problem with bbpress after update. I get message:
Warning: in_array() expects parameter 2 to be array, null given in /home/users/domain/public_html/domain.com/wp-content/plugins/bbpress/includes/common/functions.php on line 1446
line 1446:
if ( in_array( ‘post_parent__in’, $wp->private_query_vars ) )
Similar thread:
https://wordpress.org/support/topic/bbpress-crash-after-update?replies=1
regards
I created a topic in the backend but it isn’t showing up on the front end. What am I doing wrong?
Site is : www.suffolk-aeromodelers.org
Using PC, Windows 10, Generatepress theme.
thanks,
rich
I am in trouble. Menu link /wp-admin/edit.php?post_type=reply does’t work. It leads to a page with a notice that page does’t work and
ERR_EMPTY_RESPONSE…
I’ve tried do uninstall and to reinstal bbPress but it does’t help. I have thousands of topics and replies already, my forum is not empty. What should I do?..
I cant make a forum with my admin account. I did some Googling… Found old info and dont understand some of it…. I created another user with a Keymaster and still cant make forums.
I added bbPress/BuddyPress to my current theme.
This is my site http://kastyles.co
These are the only other plugins running.
Comment Reply Notification
Contact Form 7
Instagram Feed
MailChimp for WordPress
ThemeREX Utilities-Needed for my theme
WP-SpamShield
I have the same exact problem:
Cannot modify headers. Parameter 2 to be array, null given in …/plugins/bbpress/includes/common/functions.php on line 1446
My pages/posts can be updated/published, but I get a blank white page with this error each time I update.
Ive been searching all over for this. Ive tried plugins, etc and some info I come across here is very old…
Looking to add the members join date under the avatar so all members can see or somewhere in their profile page?