Search Results for 'bbpress'
-
Search Results
-
Topic: How to Auto Tag New Topics
Hi there,
I’m using WooCommerce Memberships for our site and unfortunately while it allows forums to be protected, people can still view full topics if they have the direct URL. One option would be to protect all Topic Tags using the Memberships plugin. However, that means that i need to automatically add a tag to each new topic.
This function seems like it might fit the bill:
wp_set_post_tags( $post_ID, $tags, $append );. . . however, I need some sort of hook or filter from bbpress in order to run the above that can deliver to me the post_id right after it’s the Topic has been created so I can pass it to this function and add the tag I’d like to add.
Any ideas of how I could set this up?
Thanks!
Hi,
Currently, i’m integrating WooCommerce to bbpress for my project needs. Project is about selling services and consulting.
Project Requirements :
1. Users select their preferred services($$).
2. Place the order.
3. After successful payment. Users will re-direct to, automatically created forum page(Using bbp_insert_topic API). It’s created based on users order input fields. I’ve done that already.
4. Created forums should be a private mode for that exact specific user and our WP admins.Issue is now, created forums are public and anyone can see it, even all logged in users can see that each of specific order details. 🙁
Only the need is : Specific users(forum created user) and WP user will see and access that forum.
I’m really missing private API from bbpress plugin. I don’t want bbpress social plugin. Because, i just need simple pre-defined private mode.
Thanks! 🙂
Topic: Language Pack Problem
Hi
I’m new to bbPress and have got the basic functionality working but I am having problems with the language pack.
The one I downloaded said 100% and I dug around the files and saw the corresponding translations for different parts. However, it is not being reflected on the site. Well it is partially but not fully.As you can see, only parts of the forum is being translated and looking through the PO file, I could see everything.
Any help would be greatly appreciated!
Thanks in advance!I really dig the look and execution on the face of the Support area of the wordpress.org sites, with forums delineated on one side and support threads from all the different forums displayed on the other. It is in fitting with the design I am trying to achieve for my current project and I haven’t seen it elsewhere.
Anyone have a direction to look in for a setup similar?
I’m new to this wordpress website building stuff, so please excuse all current and hopefully not much future ignorance.
Cheers,
Andrew

