[Resolved] Accessing Topic Meta
-
Hi Guys,
I am trying to extend the BP-Like plugin so that I can use it for a client project but also to give back to the community.
Originally, the project was using site wide forums, which meant that topics and replies were being saved by bbpress into wp_post. Therefore I was able to extend the plugin to save the extra meta data into the wp_post_meta using get_post_meta() function.
The problem came when the project moved to using buddypress groups forum. As group forum saves topics and meta into different tables, I have change from using get_post_meta() to bp_get_topicmeta(). Currently this is not actually sending anything back.
So the question is : am I using the right function to call back topic meta? If not, which function should I be using and if there are any example code I can read though?
You must be logged in to reply to this topic.
