Search Results for 'code'
-
Search Results
-
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.
Hello,
I do like to know how I am able to display the total amount of replies and topics a member created on my WordPress website. There is a (text) sidebar present where the statistics are displayed of a certain user. Is it possible to display the amount of forum topics and replies a certain user has created?
Thanks
Hi,
I have followed the guide http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ and have tried both method 1 and 2 ([bbp-forum-index]) but I only get some text on my forum start page http://sfithailand.se/forums/ (same on both methods)?
Permalink is set to post name
The actual post looks fine I think http://sfithailand.se/forums/topic/bra-hemsidor-for-foretagande-i-thailand/
But my forum url looks distorted even though the output looks ok? http://sfithailand.se/forums/forum/byrakrati-och-myndigheter/
Forum root is using slug /forums/ and forum slug is /forum/ Why do I need both?
Guess i have done something wrong?
Topic: Homepage redirects
Hi there,
I have a WP website with sub-domains (not multisite). For some reason bbPress redirects all logged-in subscriber users to the main domain when they visit homepage. It doesn’t happen with guests and admins. The only solution I could come up with was to
remove_all_filters('bbp_template_redirect');
when the homepage is being requested. Have I made a security breach? Is there a better way to solve it? Also I don’t quite understand why bbPress needs to interfere with my homepage.Hi all,
We are working on a forum in BB Press but wish to have the following:
1) Permit forum users to reply to an email (e.g. to their yahoo or gmail account) to respond to a post rather than logging in and posting on site.
2) Send new forum applications (registrations) to the moderator to either approve or disapprove
3) Permit forum users to post pictures e.g. .jpgsWe have been told that 3) is possible via a plugin: http://wordpress.org/plugins/gd-bbpress-attachments/
Can you assist?
Regards,Simon
P.S.
Software is out there that can do 2) but not BB press
E.g. http://codecanyon.net/item/user-profiles-made-easy-wordpress-plugin/4109874
See User Profile Approvals allows admin to manually approve users before they login (New Feature)