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.

Provide All Discussion Link

edited February 2012 in Vanilla 2.0 - 2.8

Can someone point me in the correct direction so I can add a link into each discussion to return to "all discussion" ? Ideal location,
pic author date my new link (return to all discussions)

Thanks for the time

Best Answer

  • mcu_hqmcu_hq ✭✭✭
    edited March 2012 Answer ✓

    Use this in a simple plugin:

    DiscussionController_CommentInfo_Handler($Sender){ echo Anchor('Return to Discussions','discussions'); }

Answers

  • mcu_hqmcu_hq ✭✭✭
    edited March 2012 Answer ✓

    Use this in a simple plugin:

    DiscussionController_CommentInfo_Handler($Sender){ echo Anchor('Return to Discussions','discussions'); }

  • Thanks for the reply, but I found it in the core files and added it.

Sign In or Register to comment.