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 do you create the related post links like in the addons section?
intp
New
Each addon have a link like this
"http://vanillaforums.org/post/discussion?AddonID=..."
And the thread links back to the addon with a link like this
"This discussion is related to the ... addon."
How do I do create that on my site?
Thanks.
0
Answers
The add on application (which is that section of the site is on github here:
https://github.com/vanillaforums/VanillaAddonsApp
The hook in particular is in the class.hooks.php file here:
https://github.com/vanillaforums/VanillaAddonsApp/blob/master/settings/class.hooks.php
It uses the hook 'DiscussionController_BeforeCommentBody_Handler'.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.