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.
Options

Make changes to the Discussions Content section

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:

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    You might want to have a look at those files:
    applications/vanilla/views/discussion/comment.phpand applications/vanilla/views/discussion/helper_functions.php
    But don't change them! You can make an individual theme and/or hook into the BeforeCommentDisplayevent (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

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Oh, see what I have found! http://vanillaforums.org/addon/vshare-plugin
    Here's a solution for your ShareThis wishes

Sign In or Register to comment.