@jillian
Not recently active
-
SVC posted on the forum topic How to add a view counter to forums-loop?? in the group How-To and Troubleshooting: 14 years, 1 month ago
@jillian, found the little snippet in the plugin from bbpress and attempted to implement it for you, experimenting myself: @r-a-y, help me on any corrections:
// update meta $value = get_site_option($bp->current_component”_topic_views_”.$topic); add_site_option($bp->current_component”_topic_views_”.$topic, $value+1);
Than the function added:…[Read more]