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

edited June 2011 in Vanilla 2.0 - 2.8
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?



Tagged:

Answers

  • ToddTodd Vanilla Staff
    Try disabling the plugin and seeing if the problem still persists.
  • Hi
    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
  • lucluc ✭✭
    Missing Foot Asset?
    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.
  • Acid works fine.
    I am running Version 2.0.17.10
  • lucluc ✭✭
    I'll try to dl vf.org tomorrow and have a look if it's missing.
  • lucluc ✭✭
    edited June 2011
    It's indeed missing the Foot asset.

    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.
Sign In or Register to comment.