How to implementing Mentions, Hashtag and Youtube format to Activity
Hi folks,
I'm just wondering how to implementing mentions, hashtag and youtube format to activity and comment activity module.
If there's any tutorial will help me,
anyway, thanks for your answer
I'm just wondering how to implementing mentions, hashtag and youtube format to activity and comment activity module.
If there's any tutorial will help me,
anyway, thanks for your answer

Tagged:
0
Best Answer
-
Todd Vanilla Staff
If you want to make changes like this you're going to have to have some ability to look at the code and figure it out too. This isn't just a simple change.
In /applications/dashboard/views/activity/helper_functions.php there is a line that has:echo Gdn_Format::Display($Comment->Story);
There's where you do comments.0
Answers
So you want to be calling Gdn_Format::Html() on the activity page.
@Todd do you mind give me some sample code to implement Gdn_Format on activity page,,
In /applications/dashboard/views/activity/helper_functions.php there is a line that has: There's where you do comments.
but I have question, How the user that mentioned got notification?