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.
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 StaffIf 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,, thanks before..
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?