Search Results for 'bbpress'
-
Search Results
-
Topic: WP Cache?
So, now that bbpress is a plugin integrated into a wordpress site, how is this going to work out with things like WP Cache or WP Super Cache?
Unless there are very very few members or there is a way to turn caching off for just the forum section of a site, this could be a troublesome partnership to have WP and BBP together.
Anyone know a way to have BBP 2.0 integrated into a wordpress without caching just the forum section?
Topic: Adding tabs to bbpress
So after “All topics” I would like to have more tabs. How do I do this?
Sorry, a long time WordPress user but a complete noob to bbPress..
is_bbpress()function currently doesn’t account for tag pages –http://dev.example.net/forums/topic-tag/testing/Is it by design? I think it should account tag pages as they basically are bbPress pages.
Topic: User roles
Hi,
I can’t find any documentation about user roles in bbPress. I’m using integrated bbPress version with BuddyPress.
I’ve set user to ‘blocked’ and ‘inactive’ -status which seems to do nothing. For example, user with ‘blocked’ -status can still log in and write to group forums. What am I doing wrong?
Topic: bbPress plugin styling
Hi… how can I style my forum? Are there any premade templates for the forum?
One of the amazing things about the new bbpress plugin and wordpress custom post types is that so many plugins will/can integrate with each other by simply allowing the option to apply the logic to the forum / topic/ or reply custom post types.
Several of the questions I have seen can be answered by google “wordpress custom post type”, plus whatever you were looking for.
Perhaps this could be emphasised more in the FAQ etc…
Topic: Pagination in bbPress 2.0
I just ported my forum to bbPress from PHP-Fusion, and when I try to click the pagination in the top here: http://www.voipbloggen.dk where it says 1 2 … 208 → nothing happens.
It takes me to:
http://www.voipbloggen.dk/page/2
But it should take me to:
http://www.voipbloggen.dk/forum/page/2
Can you help me figure out why? and how to fix it.
One of the things I love about wordpress is that I can dvelope my plugins with al debug options on and wp does not generate any notices etc.
I do not know where to log these – not stricytly a bug, but can sometimes be.
Notice: Undefined variable: retstr in C:webwpbetawpwp-contentpluginsbbpressbbp-includesbbp-reply-template.php on line 1693
I have a number of local test sites. I have them all accessing the same wp-content folder.
The only one that shows the forum menu options is the main one that has the wp-content folder in it’s normal structure.
The others that have WP_CONTENT.. etc defined in wp-config do not show the forum menu options.
Seems like maybe the wrong constants or functions being used maybe?