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.
Options

How do I show custom content inside the Vanilla template?

I'm attempting to write a plugin that shows custom content into my Vanilla forum when a user browses a particular category. Basically, when the user looks at this category they should be shown the vanilla style but with my content instead of the topic list.

Can anyone point me at some code or ideas that might help me down this path?

Thanks!
Ian

Tagged:

Answers

  • Options

    you could use this controller function:
    public function DiscussionsController_Render_Before($Sender) {

Sign In or Register to comment.