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.
GuestSignIn
GuestSignIn
0
Comments
Also, I think a set of <p> tags was dropped from this section (lines 39-42):
$Panel->AddString('<div id="GuestSignIn"> <h2>'.$GuestSignIn_Title.'</h2> ' . $GuestSignIn_Message . ' <fieldset><form id="frmSignIn" method="post" action="'. GetUrl($Configuration, 'people.php') .'">
Should be:
$Panel->AddString('<div id="GuestSignIn"> <h2>'.$GuestSignIn_Title.'</h2><p> ' . $GuestSignIn_Message . ' </p><fieldset><form id="frmSignIn" method="post" action="'. GetUrl($Configuration, 'people.php') .'">
The code for the <p> is in the CSS.
Added to my TODO list for this weekend.
In default.php
Extension Name: Guest Sign in Message
On the addons site: GuestSignIn
I'd go with the GuestSignIn to be used as the extension name since both the addons site is called that and the directory the extension is saved in is as well.
Incidentally, both default.php and the readme say it's version 1.0 and the add-ons site says it's .9. Might want to bump the add-ons site as well.
how can I move the guest sign-in to the top of the side panel?
is there a single file that needs to be edited?
cheers - J
is there a magic spell i could use? or at least a few lines of code?
thanks a lot! in advance