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 use modules on multiple panels?
I've added an extra panel to my theme and now I'm wanting to add modules on it from the main panel, is it possible to do so?
For example, how would I have the "Who's Online" plugin on my panel and leave the rest (categories, etc) on the other?
I did search but had no luck.
For example, how would I have the "Who's Online" plugin on my panel and leave the rest (categories, etc) on the other?
I did search but had no luck.
Tagged:
0
Comments
<div id="leftpanel">some content stuff</div>
right now, how would I add it so I could use $this->RenderAsset in it?Assuming that's what I need to do beforehand.
Edit:
Nevermind, you just add a custom named renderasset thingy in your template and make the assertTarget go to it, no need to define it somewhere.