Exit Page

Well, if you can get ftp info for me i have a look. But otherwise there is just nothing i can do to help. All i can say is, this does work.
The reason you get that error is, because the file is not fetching the userdata. And that must have a reason, which i cant guess unfortuntly, must have something to do with your server, or your admins have modified VisioList core, which might breaks other stuff.
 
I is no more error and I made exactly it

Installation:
1) Open wrapper.html , ideally through admin -> manage skins -> edit child. ( Prefered method when working with parabola or any other non custom skin )
Find
Code:

out_url = '{$list_url}/index.php?a=out&u=' + username+'&go=1';

Replace with
Code:

out_url = '{$list_url}/{$url_helper_a}forward{$url_helper_u}' + username + '{$url_tail}';

2) Optional - if you use clean urls
Open .htaccess in your topsite root
find
Code:

################ Beautify dynamic url sets


One new blank line below, add
Code:

RewriteRule ^forward/(.*)/ index.php?a=forward&u=$1 [L]


3) Upload zip through admin plugin manager

Result(Profit) nothing crosses(spends) it: http://www.best-list.net
 
Back
Top