VERSION 1.0#
This plugin will present the user with an exit page, informing them that they are about to leave your toplist.
A demo can be seen on http://maxleech.com/forward/preemlinks/ by default a different loading image and no ads though ( edit forward.html )
Supportet VisioList Version: 0.8 and higher
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
Replace with
2) Optional - if you use clean urls
Open .htaccess in your topsite root
find
One new blank line below, add
3) Upload zip through admin plugin manager
This plugin will present the user with an exit page, informing them that they are about to leave your toplist.
A demo can be seen on http://maxleech.com/forward/preemlinks/ by default a different loading image and no ads though ( edit forward.html )
Supportet VisioList Version: 0.8 and higher
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';
Code:
out_url = '{$list_url}/{$url_helper_a}forward{$url_helper_u}' + username + '{$url_tail}';
Open .htaccess in your topsite root
find
Code:
################ Beautify dynamic url sets
Code:
RewriteRule ^forward/(.*)/ index.php?a=forward&u=$1 [L]
Attachments
-
15.9 KB Views: 22