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.
Make changes to the Discussions Content section
kiran123
New
Need to modify the Content section (add a ShareThis button, limit the comments to 140char, reduce the Comments text field size etc) but can't find which file has the Content section code.
Where are the template tags such as {asset name="Content"} processed? The Template Tags Help doc doesn't explain that (http://vanillaforums.com/blog/help/vanilla-template-tags/)
Tagged:
0
Comments
You might want to have a look at those files:
applications/vanilla/views/discussion/comment.php
andapplications/vanilla/views/discussion/helper_functions.php
But don't change them! You can make an individual theme and/or hook into the
BeforeCommentDisplay
event (line 40something in helper_functions of version 2.0.8.18).I think you should search for individual themes and theme hooks to achieve what you have written about
Oh, see what I have found! http://vanillaforums.org/addon/vshare-plugin
Here's a solution for your ShareThis wishes