First time here? Checkout the FAQ!
x
Welcome to VldMods Question and Answer, where you can ask question and receive answers from me or other members.
Okey it is some rules here.
Please ask question related to VldPersonals only ;)

Here is some questions I get from feedback:
Question:
Why should I Register here ?
Answers:
You can win free Mods and free Customize work for your site so start Register now and start earning points.

Please be back and tell us (make a comments) if the answer we give you, had help you ! if not please tell us that !

120x600

hi after logout button clicked goes to white page

0 votes

my code in the lib.account.logout.php is :

<?php

$SESSION->logout();

 
 
//------------------------------------------------
// Redirect back to index page
//------------------------------------------------
redirect(VIR_PATH);
 
 
?>
is this right i want after logout to go to homepage but just a white screen appears and even in view source i can see anything on that page but the logout works though !!  dont get it ?????
asked 11 years ago in Others by gman (120 points)

1 Answer

0 votes

that had you change and there ?

not easy tell you then we canĀ“t see how it was before ..

no chance remember all code we have in vldpersonals :)

http://www.vldpersonals.com/forum/topic/3540/logout-redirect/

redirect( VIR_PATH . ($PREFS->conf['fancy_urls'] ? "splash.html" : "index.php?m=splash") );

if you have a splash.html page in the root of your site ... (there you have your index)

answered 11 years ago by admin (11,810 points)
edited 11 years ago by admin

Related questions

0 votes
2 answers 0 comments
0 votes
1 answer 3 comments
asked 11 years ago in Mods by pedrambogy (170 points)
+1 vote
1 answer 0 comments
asked 13 years ago in Others by anonymous
0 votes
1 answer 0 comments
asked 11 years ago in Others by wanted9000 (190 points)
+1 vote
1 answer 3 comments