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.
Preview + Guest Sign In
The guest sign in plugin seems to be clashing with the preview post plugin. I noticed I get the following error when trying to preview posts:
Fatal error: Call to a member function on a non-object in /home/devloung/public_html/forum/extensions/GuestSignIn/default.php on line 69
These are lines 67-70:
Fatal error: Call to a member function on a non-object in /home/devloung/public_html/forum/extensions/GuestSignIn/default.php on line 69
These are lines 67-70:
<li><label for="txtPassword">'. $GuestSignIn_Pass .'</label>
<input id="txtPassword" name="Password" value="" class="Input" type="password">
</li>
0
This discussion has been closed.
Comments
Will have a fix sometime tomorrow
I added a clause to make sure that the SelfUrl doesn't contain the extensions path:
if ( $GuestSignIn_Welcome && ($Context->SelfUrl <> 'people.php') && !(strstr($Context->SelfUrl, 'extensions')) )