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.

Changing where things are in CommentInfo

edited March 2012 in Vanilla 2.0 - 2.8

Hey guys,

Quick question, how and where do I go to change where it's all placed? I can change the style, I want it so it says the 'author' then then 'role then the 'ip' and having all the other crap to the right.

Screenshot of what it is now: http://uploadir.com/u/wxi0nn

thanks,
Amphios

Answers

  • @amphios

    If you get grep or agentransack you can use them to search Vanilla for keywords.

    Searching for 'DateCreated', for example, (part of the list you want to change) shows it appears in

    vanilla\applications\dashboard\views\activity\helper_functions.php

    and

    vanilla\applications\vanilla\views\discussion\helper_functions.php

    CommentInfo appears in

    vanilla\applications\vanilla\views\discussion\helper_functions.php

    I don't know if you could copy the views\discussion folder to your theme's views\discussion folder and make the changes you need to helper_functions there.

    Otherwise you would have to edit the core - not recommended, generally.

Sign In or Register to comment.