How to disable the splash page in default PHP templates
Posted by John [Elevated X Support] on 14 February 2018 11:16 AM

For the tour areas if your payment processor allows you disable the warning page you can remove the code in:

< your php template template folder >/tour/globals/globals.tpl

usually at the end there is a simple include like:

<?php include "globals/splash.tpl"; ?>

If you remove that line the splash warning page will not show.


In the member's areas if you have the area protected the splash page shouldn't show.


(0 vote(s))
Helpful
Not helpful

Comments (0)