Provide All Discussion Link
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
0
Best Answer
-
mcu_hq ✭✭✭
Use this in a simple plugin:
DiscussionController_CommentInfo_Handler($Sender){ echo Anchor('Return to Discussions','discussions'); }
0
Answers
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.