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 add content to sidebar (Vanilla 2)
Raize
✭✭
Comments
default.master.php
example: looking for
<div id="Content"><?php $this->RenderAsset('Content'); ?></div>
it below
paste your code
like
<a href="http://yourwebdomain/discussions/feed.rss" target="_blank">RSS</a>
though it not quick
http://vanillaforums.org/page/Modules
Note that instead of using ToString(), you can make a view under /views/modules/[name].php. So if you're making class.AwesomeModule.php, you'd add awesome.php (with some HTML in it) to that folder and call it into the Panel with this->AddModule('AwesomeModule'); in the controller.
@lincoln i'm going to do some learning about modules and try it out! that's a great link for beginners