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

Sidebar isn't shown on Custom Pages

edited August 2012 in Vanilla 2.0 - 2.8

Hi

I've installed the Custom Pages add-on, activated it and set up a new route. The new page displays ok using my chosen custom theme.
However, the plugin doesn't seem to render the sidebar (Panel).

Within my theme (default.master.php) I have this code to render the main content, and the Panel sidebar;

<div id="Content"><?php $this->RenderAsset('Content'); ?></div>
<div id="Panel"><?php $this->RenderAsset('Panel'); ?></div>

After viewing the source of the resulting page, I get this;

<div id="Content">main content blah... blah..</div>
<div id="Panel"></div>

The Panel isn't rendering. I've searched the forums and I think others are having the same difficulty. Is there code that could be added to the plugin file to achieve this?

Many thanks
Matt

Vanilla Version 2.0.18.4
Custom Pages Version 1
Customised 'Sugar' theme from themforest

Comments

Sign In or Register to comment.