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.
Feature request: can a tag be displayed also inside of the discussion?
The plugin works well, thank you Josh. The tags are displayed in the Discussion View.
Can you add the code as per recent discussion of @422 and @Kastang to display it in the body of the discussion.
http://vanillaforums.org/discussion/comment/148781#Comment_148781
For instance like this:
Tags: feature request, kDiscussionTags
0
Comments
@Bigfan - I have this featured implemented on my Github repo. You can pull directly from there for now. I want to test my implementation more before officially releasing on Vanilla.
Thanks Josh! You have cool things on your Github ;-)
Just found this. Awesome plugin for SEO reasons. I picked up the latest from your github, and enabled it at http://supernepal.com/.
On the comment page, I'd prefer the tags be placed at the end of first comment. eg.
public function DiscussionController_AfterComment_Handler(&$Sender) {
Also, I limited the number of tags on the list page per item to 2 coz it was overflowing the line.