Forum Replies Created
-
Aww. Sorry for asking silly questions. I misunderstood what super sticky means, I thought it makes the topic persistent and fancy in looks 🙂 In my case I only need functionality of sticky and not super sticky. I am still learning all this, so I hope I didn’t annoy you. I am just trying to build my website with no prior experience to web development whatsoever just traditional C++. Thanks again this is resolved I checked it.
To insert a topic in a parent forum with given id. But after successful insertion the topic shows up in other forums and doesnt remain inside the parent forum. The code is a standard way to insert a topic in bbpress programmatically.
I am just trying to learn this so I can build my website. Thanks for your attention.
1. http://hookr.io/functions/bbp_insert_topic/ 2. https://github.com/rmccue/bbPress/blob/master/bbp-includes/bbp-topic-functions.php etc.
WITHOUT THE CODE – what is the problem ? None !
WITH THE CODE – what is the problem ? Topic shows up in outside parent forum !Ok the issue is simple. Inserting a topic using the code I have shown I can get the correct child-parent relationship into a forum. However the same topic shows up in a different forum other than the parent and that feels like a bug. Without the code, there is no problem at all if the topic is created from the front end.