Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how to get counters?
i need follows views commets counter as http://vanillaforums.org/discussions and also i need search box on header + profile option on sidebar...[like this forum has]
Tagged:
0
Answers
The views/follows/comments counter you see here can be found in the Voting plugin. Some themes have similar functionality.
Or you can just create a theme or plugin yourself and
echo $Discussion->CountViews;
for views,echo $Discussion->CountBookmarks;
for follows, since that's all the plugins or themes do.The other things you mention you'd have to theme yourself, or find another theme that has them. If you're interested in tackling this yourself you can check out the Vanilla Wiki to get started.