Search Results for '\"wordpress\"'
-
Search Results
-
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.
Topic: Crash after plugin
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=1regards
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-SpamShieldTopic: bbPress 2.5.9
bbPress 2.5.9 is out, and is a security release for all previous 2.x versions.
bbPress versions 2.5.8 and earlier are susceptible to a form of cross-site-scripting, due to the way users are linked to their profiles when they are mentioned in topics and replies.
Check the 2.5 milestone for a comprehensive changelog of fixes.
Take a moment to update your bbPress installations to 2.5.9. If you’re using WordPress’s built-in updater, it should only take a click or two.
These fixes have also been ported over to 2.6, which we continue to run here at bbPress.org and BuddyPress.org.
Hi,
I just installed on a test domain WordPress, bbPress and WPML. All are updated to the latest versions. I don’t use any other plugins and the theme is also the default one, Twenty Sixteen.
I setup 2 languages: german as default and english. So the URLs are like this.
website.com
website.com/enI posted some topics in bbPress in both languages and I can see them per language, which is what I want. On the german version I see only the german posts and on the english version I see only the english post.
Of course, a problem may be with the bbPress slugs settings. I cannot translate them but I can live with them.
What I noticed is that when I go to profile and try to see the “Topics Started”, “Favorites” and “Subscriptions”, I see only a message that I don’t have any of those, although on the main Profile page shows that I have started 11 topics.
That might be also a problem because it counts the topics from both languages. But I can live with that also, for the moment.
I switched the languages and I made english default. After doing this, everything worked fine in english but not anymore in german, because german became the second language.
Basically, I can see the “Topics Started”, “Favorites” and “Subscriptions” only for the default language.
Only “Replies Created” show up for both languages.
I also attached some screenshots.
I also changed the theme from Twenty Sixteen to Twenty Fifteen and also Twenty Fourteen. Same problem.
I setup another test website as WP Multisite, without WPML and everything works properly. I had to install another plugin to connect both languages. But I would like to use WPML and a single website, if this is possible.
I hope there is a fix for this. bbPress is the most used forum and WPML should be able to handle it.
Thank you very much for your time.
Best Regards,
AlinTopic: [Menu problem]
Topic: Admin replies not showing up
Hi – I just installed BBPress and I can’t seem to have the admin reply to any posts. I created an account under the name Hutad and tried to reply as the Admin and can’t see the response live on the site. It’s in my backend but not live. I am using a custom theme.
Here is the link to the topic/websitehttps://wiperecord.com/forums/topic/dui-in-california/#post-2630
Any suggestions much appreciated.
I’m using the latest wordpress version
Hi.
I am looking for a wordpress theme to offer freelander services. I would like to have a system by which users can ask for a quote to all or some of freelanders.
I think that if i can create a forum with some categories depending of freelander works, where freelanders would be subscribed, users can go to desired category/thread and there ask for a budget/quote of a work they need to do.
Users can subscribe to this category/thread clincking in “Notify me of follow-up replies via email form” and, in this way, they can wait for freelanders answer with a budget.
I think that all freelander answers should be private, so only the user that asked for a budget can know the answers.