Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Sidepanel Rotator

2»

Comments

  • Sorry, in the default.php there is a value 110 for the location of each "Panel->AddString" item. If you make that a smaller value it will weigh less and appear higher up in the Sidepanel.
  • now youre talking... that worked, thanks! I can't seem to get it to appear above the "start new discussion" link, even tried using negatives, but oh well its good enough for me! :)
  • I am trying to add a little panorama into the rotator as a .htm with hotspots, but it doesn't seem to work.

    I added the lines

    $extList['html'] = 'text/html';
    $extList['htm'] = 'text/html';

    but it just seems to ignore the .htm file

    Any help would be appreciated
  • Wont do images. You would have to modify the code at the bottom of the file as well. Might run into issues (as far as formatting?), cause your wanting to inlcude html files, allowing a possibility for malicious code to be run.
  • thank you very much for the comment...

    its good to know that even if i have questions about older projects, i will still get a reply.

    keep up the good work, and have a most excellent day
  • Re: Sidepanel Rotator # 12

    if (in_array($Context->SelfUrl, array('index.php', 'categories.php', 'search.php', 'account.php'))) { } is your friend ;) Lots of duplicated code there...
  • But, the code I had in comment #12 above was done to give flexibility of putting different images on different pages. If you don't need or want that, the use sirlancelot's suggestion.
This discussion has been closed.