- Compatible With Version
- 0.8+
- Supported
- Yes
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 )
Installation:
1) Open wrapper.html and 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
A demo can be seen on http://maxleech.com/forward/preemlinks/ by default a different loading image and no ads though ( edit forward.html )
Installation:
1) Open wrapper.html and 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]