Search Results for 'bbpress'
-
Search Results
-
I have different usecases that provoke an annoying error with the reply post type. I think the easiest way to show it, is with an example.
I can generate two different outputs of the post type:
The right one
http://voipsnak.dk/ip-telefoni/emne/velkommen-til-det-nye-forum/#post-30706
The wrong one
http://voipsnak.dk/ip-telefoni/svar/reply-to-velkommen-til-det-nye-forum-4
The right one can be found by clicking:
– the “anchor” URL above each reply
– view from the all replies link in the backend
The wrong one can be found by clicking:
– view from the reply editing screen in the backend
– by using two sitemap generators by the well renowned Yoast: WordPress SEO and Arne Brachhold: Google XML Sitemaps.
– in the feed if I use this guide: http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed (which might be an error in the guide I know, I just wanted to include this also)
So have I done something wrong? I’m using RC3 of the bbPress plugin.
I’ve just ported a big php fusion installation to bbPress. But I had some problems regarding the feeds.
In the forums I have figured out, that the feed URL should be these:
// feed of forums
http://voipsnak.dk/?feed=rss2&post_type=forum
// feed of topics
http://voipsnak.dk/?feed=rss2&post_type=topic
// feed of replies
http://voipsnak.dk/?feed=rss2&post_type=reply
// combined feed
http://voipsnak.dk/?feed=rss2&post_type=topic&post_type=reply
1. The different feeds doesn’t show up in the browser address window
2. The reply feed show the oldest topics, and not the newest replies
3. The combined feed shows the same as the reply feed, which is also wrong
I have tried with different values added to the combined feed. Like &orderby=date&order=DESC but it didn’t work.
I hope one of you can guide me with the three issues above.
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?