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.
Discussions in side panel
Hi there.
I want to put a list of topics on the side panel (category-specific would be awesome).
Ive searched the plugins and forums if anyone has done this before to no success.
Can someone point me better in the right direction, or help me coding something for this?
Cheers!
I want to put a list of topics on the side panel (category-specific would be awesome).
Ive searched the plugins and forums if anyone has done this before to no success.
Can someone point me better in the right direction, or help me coding something for this?
Cheers!
Tagged:
0
Answers
http://vanillaforums.org/addon/recentactivity-plugin
You could make a plugin for it using the bookmarked module (applications/vanilla/modules/class.bookmarkedmodule.php) as a starting point, and just adjust it to include all topics and not just ones that user has bookmarked. For an example of a plugin that adds a custom module, check out the code for the Tagging plugin.