-
Menelik posted on the forum topic Add custom metadata to forum topics for sorting purposes [SOLVED] in the group Creating & Extending: 13 years, 9 months ago
@Brandon Allen and @r-a-y, Suddenly bb_add_topic_tags() stopped working. How I isolated the problem: In function cg_postcatagory( $post_id = false ), I subbed out bb_add_topic_tags() with echo $postmeta (in a foreach loop) and upon posting a new post, it displayed the categories that I wanted saved to the database. So I know that…[Read more]
-
Menelik posted on the forum topic Add custom metadata to forum topics for sorting purposes [SOLVED] in the group Creating & Extending: 13 years, 11 months ago
@Brandon Allen and @r-a-y, I’ve decided that I wanted to add “meta data” as topic tags, instead, so I could use the bp_has_forum_topics() so I filter posts easily. I’ve modified the functions you guys helped me make, using bb_add_topic_tags() however no new tags are added. I want the user to be able to add their own tags […]
@brandon
Not recently active