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.

Panel and extension problem

edited February 2007 in Vanilla 1.0 Help
Hi all,

I've got three Add-ons installed

- Guest Sign in Message 1.0
- LiveSearch 1.1
- Member Google Map 1.00

The login forms and the search form are shown up in the panel - as long as
your not signed in - on any site of the forum, except on
extension.php?PostBackAction=GoogleMap, which is the
"View all members"-link of the Google Map Add-on.

What I want to know now is, which code do I have to add to the default.php,
so that the forms appear on this site, too.

Many thanks in advance!



Here is the default.php
http://pastebin.se/6728

Comments

  • You need to edit the if statements in both the Guest Sign in Message and LiveSearch extensions so that the line which looks something like if (in_array($Context->SelfUrl, array("index.php", etc)) { to read... if (in_array($Context->SelfUrl, array("index.php", etc, "extension.php")) {
  • Works fine now :-)

    Many thanks Minisweeper!
This discussion has been closed.