Search Results for 'code'
-
Search Results
-
Hi, I’m trying to display the total posts and topics count on the index page (content-archive-forum).
I know that this works inside a forum, but is there something similar that counts the totals posts / topics ?
Thank you.
Topic: Problem with register page
I added the shortcode [bbp-register] for a new register page but when I click on register I end up on a page saying:
Leave a Reply
Your email address will not be published. Required fields are marked *
and a button saying post comment. I have no idea what’s wrong…bbPress Version 2.5.4
bbPress WP Tweaks Version 1.3.1
wordpress Version 3.9.1Topic: Topic ID instead of slugs?
bbPress permalinks by default is:
- /forums/topic/TOPIC_SLUG/
- /forums/forum/FORUM_SLUG/
How to replace topic- and forum- slugs to their ID’s?
- /forums/topic/TOPIC_ID/
- /forums/forum/FORUM_ID/
I need this because I have cyrillic letters in topic names (and slugs).
Current link:
http://ru.forums.wordpress.org/topic/Пустая-страница-1?replies=3
After copy and send on Twitter, Facebook..:
I try fix it and write rewrite rule (and flush, yep).
add_rewrite_rule('^/forum/topic/(\d+)/?$','index.php?topic_id=$matches[1]','top');But after visiting /forum/topic/814 (814 topic id is exists) redirect to home page happening.