I’m working with the WP SpamShield team, but I’ll also post the error here just in case it helps.
[19-Jun-2016 05:28:41 UTC] PHP Notice: bbp_setup_current_user was called <strong>incorrectly</strong>. The current user is being initialized without using $wp->init(). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.3.) in /home/XXX/public_html/wp-includes/functions.php on line 3897
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Fresh install of WordPress 4.5.2
Fresh install of bbPress 2.5.9-6017
Only other plugin: WP Spamshield
Theme: Moon
Site: GeekNiche.com
All settings left at default.
As Admin/Keymaster, I am unable to create new topics or reply to topics already posted, when in the forums. I can post a new topic from the dashboard.
The error (when trying to post from the forums) reads:
ERROR: You do not have permission to reply.
To test, I created a new user with the “participant” role. That user can create new topics and reply to topics. It’s only the Keymaster who is forbidden from posting.
This would appear to be a problem. ๐
WordPress 4.5.2 running Sydney theme
Very new to this, I have a forum on my site and have installed BBpress search in the side bar, unfortunatly the only results that comeup on any search is the last item I have posted in my blog.
Would appriciate any help on this.
Thanks
you can achieve this with forum roles eg
https://codex.bbpress.org/custom-capabilities/
if you want it across all forums
or if you just want one of several to be restricted, then I’ve recently added this to my private groups plugin
https://wordpress.org/plugins/bbp-private-groups/
see topic permissions tab
@rda5009
Or how would I go about adding the reference lookup to obtain the userโs bp group(s), the forum tied to that bp group(s), and then display the recent 5-10 topics?
If you are really not that good with code, try to hire a developer to create this for you.
Here is a couple of links that might be helpful though.
http://hookr.io/plugins/buddypress/#index=g&search=bp_get_group
http://hookr.io/plugins/buddypress/#index=i&search=bp_is
https://developer.wordpress.org/reference/functions/is_user_logged_in/
https://github.com/ntwb/bbPress/blob/master/src/includes/common/widgets.php#L674
bbpress uses the wordpress system of gravatar, so you’ll need to do that
https://en.gravatar.com/
Yeah you can’t do what you want now using that specific plugin, you can using widget logic, or creating a bbpress specific sidebar for all the widgets you want/not want to display on bbPress pages.
Contact the display widgets plugin author to possibly add this feature to hide/show widgets on bbPress user profiles, and maybe specifically the edit profile page. All they would need is just use these supplied bbPress conditionals.
bbp_is_single_user_edit()
bbp_is_single_user()
There are a ton of social login plugins that will work, just search for them here.
There are plugins that can autopost bbPress topics to twitter like bbp-tweet, and many other different ways like using Jetpack or NextScripts: Social Networks Auto-Poster.
Allowing an anonymous forum, but allow twitter social registration to your site…making sure that the thread posters topic is created on the thread posters twitter page, and each reply post reply to that users twitter page post…all sounds like custom development, and you should try to find a developer to create this for you.
The last three items are probably added by some plugin that hooks into the registration form. bbPress’ registration form template uses the same hook as the WordPress default registration form, so any plugin that hooks into one will hook into the other.
Hi, I am newbie in the world of wordpress and bbpress . Would I recomendais some thread or site with good tutorials ? Mainly bbPress . Thank you
suspect its a wordpress issue since I am calling a wp function
if you can’t upgrade to 4.5.2, come back and I’ll take a guess at some retrospective code!
If I understand you correctly, then
https://wordpress.org/plugins/bbp-style-pack/
Dashboard>settings>bbp style pack>forum display>item 6
I got the problem solved. In settings/Gereneral/ WordPress adress I’ve entered “www.” and everything works fine again.
Hello
I’m trying to create a website which is only a forum. Therefore most recent topics posted will be on the homepage. It’s not being used yet, so there are just a couple of test topics.
I wanted to add a column called ‘Views’, so that there are the headings: Topic + Posts + Views +Voices + Freshness
Can anyone help me to do this? As you’ll see from my website (http://psychiatryadvice.com/), I’ve got the ‘Views’ heading in every topic, and not in the grey box where all the other headings are. This is skewing all the info.
I’ve added the Views information by editing loop-single-topic.php and using the plugin WP-PostViews.
I’m presuming it is a CSS issue I’m not addressing?
using:
WordPress 4.5.2 running twentysixteen-child theme
bbPress 2.5.9-6017
Many thanks.
@khunmax WordPress has smilies and emoji included in it, but if you need a plugin to customize the images used for each text smiley :) or full text output :smile: , then use WP-MonaLisa. So as long as you just use custom images for the default full text and smiley text to output some custom smilies and images, it will fallback to the normal WP emoji, any custom ones will not fall back.
https://codex.wordpress.org/Using_Smilies
https://codex.wordpress.org/Emoji
In the future you might need to use a search and replace plugin to revsolve any custom smiley outputs that might just output something like :custom_smiley:
:) ๐
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Maybe try this plugin. There are other plugins that will do something similar for other user roles too.
https://wordpress.org/plugins/bbp-notify-admins/
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Hi – on mylogin page in which I’m using the bbpress shortcode to generate the login box, when someone enters the wrong username or password they are redirected to the admin wordpress login. Not only do I not want it to be redirected there, that does make the site secure at all. Can you please advise on how to prevent this from happening so user is never sent to the wp admin login? thank you.