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.
public_vforg - sidebar duplicates site
Hi
I am altering the css, just colors for the public_vforg theme on www.thebeveree.co.uk. I've enabled a few extra sidebar eg whos online. When I do so, the plugin is not shown but what gets shown is a complete duplicate of the side in the sidebar and the site then freezes..
Any ideas?
I am altering the css, just colors for the public_vforg theme on www.thebeveree.co.uk. I've enabled a few extra sidebar eg whos online. When I do so, the plugin is not shown but what gets shown is a complete duplicate of the side in the sidebar and the site then freezes..
Any ideas?
Tagged:
0
Answers
Removing the plugin fixes it. But this is actually happening with all plugins it seems.
Tried the stock theme with no css changes and same issue
Which version of vanilla?
Try Acid, the shoutbox wasn't working in there because it was missing this, and the symptoms were the same. As Acid was based from an original default.master.php were it was missing at one point, maybe you still have that same version.
I am running Version 2.0.17.10
Change the Foot div to:
<div id="Foot"> {asset name="Foot"} <div>Powered by <a href="http://vanillaforums.org"><span>Vanilla</span></a></div> </div>
in views/default.master.tpl
Then it should work.