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.
How to avoid the you are logged in screen
Hello,
I have a wish and this little whish goes something like this:
when you are signed in and go from www.Limundo.com (Homepage) to http://www.limundo.com/limundocafe/discussions/ (Vanilla),
then a welcome screen appears with the text: You are logged in and two links are shown (categories and discussions).
Because I do not use the categories link, the screen has no function.
So is it possible to jump this welcome screen and go directly to the discussions page (http://www.limundo.com/limundocafe/discussions/).
Thanks
I have a wish and this little whish goes something like this:
when you are signed in and go from www.Limundo.com (Homepage) to http://www.limundo.com/limundocafe/discussions/ (Vanilla),
then a welcome screen appears with the text: You are logged in and two links are shown (categories and discussions).
Because I do not use the categories link, the screen has no function.
So is it possible to jump this welcome screen and go directly to the discussions page (http://www.limundo.com/limundocafe/discussions/).
Thanks
0
This discussion has been closed.
Comments
When i log in it does not appear.
Then I leave the Limundo Cafe (Vanilla forum) and come back (still logged in) and the screen appears.
Spooky :-)
Just put this code:
<?php
/**
* Place in a blank PHP page
*/
// Change to the URL you want to redirect to in this case your vanilla forum
$URL="http://www.yourpage.com/";
header ("Location: $URL");
?>
and this put in:
people_signin_form_validpostback.php
Oh, and of course, before you do that, you have to clean all what is by default in
people_signin_form_validpostback.php
The result:
No more login screen
I also wanted to have it there in case people were doing an integration of some kind and they wanted to offer that the user go to vanilla or their other site after signing in. Maybe I should get rid of it altogether for the next revision?
By the way: Vanilla is just great.
I´m lovin´ it! (Sounds to JT and McDonalds like, but it is true)