I would like to display bbpress topic tags on top of each forum. I tried several template tags:
bb_tag_heat_map()
bb_get_topic_tags()
bb_list_tags()
None of the tags worked no matter where I inserted them (sidebar, bbpress templates, wordpress templates). Usually the rest of the code in the template won’t be executed anymore if I insert one of these tags.
The short code 404
admin
akismet
alpha
Anonymous
avatar
bbpress
breadcrumbs
buddypress
bug
cookies
css
custom
database
email
error
Forum
forums
freshness
getting started
help
htaccess
i18n
import
install
installation
integration
keymaster
language
localization
login
menu
Moderation
mod_rewrite
notifications
Page
pagination
password
permalink
Permalinks
permissions
PHP
phpBB
plugin
plugins
post
posts
private
problem
profile
redirect
register
registration
replies
reply
roles
RSS
search
shortcode
Shortcodes
sidebar
spam
Sticky
tags
template
templates
theme
themes
TinyMCE
topic
topics
translation
upgrade
URL
user
username
users
widget
WordPress
wpmu works and everything else about tags works too.
Can someone tell me how to display topic tags? Is there a documentation for this template tags?
After recent upgrades (not sure if 2.3 or 2.3.1) all my “participant” users can’t reply to or post new topics. I tried many things based on user role post, but I’m still stuck.
– Ran the repair tool to ensure all subscribers are mapped as forum “participants”
– Used the “Members” plugins to enable subscribers to post/reply to forums
– Re-installed bbpress
– When through the code, and it appears participant don’t get granted to the proper rights.
Even though it was not independent from the “blog” privileges before, it was way easier to use a visual permission editor.
Any idea what to do?
Hello, when I tried to access forum slug URL ” example . com/forum ” it gave me not found page, I don’t know if it is meant to be like that but I didn’t like it so I made the forums base the same, so is there a performance/seo penalty or errors tend to happen cause of that? of course it show me the two errors ( Possible bbPress conflict: Forum slug ) in the admin panel but everything else work as supposed, so is it okay?
Hello! I’m very new to WordPress and bbPress/Buddypress, but I know a little bit about customizing.
My problem is that the navigation tab “Forums” (for the bbPress forum) won’t get the “current_page_item” class while active. Exactly the same happens with the “Members” tab (using Buddypress).
Is there an “easy” way to fix this problem? It’s quite annoying when it works for every tab except the “Forums” and the “Members” tab…
It is possible to install bbpress only after disactivation of all in all in one seo plugin. When it switched on there are no permission error. What can i do with this problem?
The “Forums” menu in the WP Admin panel has disappeared. I can no longer create Forums, Topics and Replies.
I am running bbPress 2.3.1; BuddyPress 1.7.1; WP 3.5.1; Frisco Theme 1.6.13
http://Skynyrd.com
Hi all,
I have run into a problem when trying to activate the bbPress plugin when running a Skeleton framework’s Childtheme. After activation, I get this error message:
Warning: require_once(/customers/6/4/a/developmentbysvalander.com/httpd.www/themetest/wp-content/themes/skeleton/bbpress_functions.php): failed to open stream: No such file or directory in /customers/6/4/a/developmentbysvalander.com/httpd.www/themetest/wp-content/themes/skeleton_childtheme/functions.php on line 89 Fatal error: require_once(): Failed opening required ‘/customers/6/4/a/developmentbysvalander.com/httpd.www/themetest/wp-content/themes/skeleton/bbpress_functions.php’ (include_path=’.:/usr/share/php’) in /customers/6/4/a/developmentbysvalander.com/httpd.www/themetest/wp-content/themes/skeleton_childtheme/functions.php on line 89
I’ve tried this on two different WP installations, and it crash ever time. The second one was a fresh install of both theme and plugin. As I am pretty new with PHP I don’t want to tr anything out that I know work, tht’s why I’m here.
Appreciate any kind of reply!
BR, Chris (Sweden)
Hi, I’m a total newbie to bbpress, and I noticed that there are basically no menu options when users come to the forum – I set mine up at http://seoulprofessionals.com/forum – can someone please tell me what to do to get register/login/edit profile/other standard buttons? Also, I installed the avatar plug-in but it doesn’t seem to work.
Thank you very much.
I have a custom fornt end registration that registers users so they never see the wp-login page. after they register, they have NO forum role. As it turns out, this seems to fail silently and bbPress gives the user participant Forum abilities despite having nothing assigned. Is there some sort of documentation on how to assign forum role during registration?
Currently BBPress can late load using the ‘plugins_loaded’ hook. Sometimes a specific theme will want to have certain adjustments to some of the items in BBPress.
I’d like to request the late loading hook being changed to ‘after_setup_theme’.
This would of course require some additional changes – such as where the hook for user roles happens – I just wanted to throw this up there to gauge interest and core developer willingness.