Splash screen wanted

Am looking for a splash screen that I can adjust pics, text etc...

All the ones on market Ive found seem to have log in / join info on the splash screen which is not needed.

Anyone have anylinks to anything like this?

Quote · 5 Feb 2011

Hello

I have just sent a message to you.

We cn create a custom splash page for you.

But I want to give you some advices, just in case you want to create it by yourself.

This will require some php knowledge.

You can create your own HTML splash page, and give it a name, i.e. : splash.html.

Put that file on your Dolphin root directory.

Now you will need to do some changes on your index.php file.

You could put this simple line of code just above this:

require_once( 'inc/header.inc.php' );

ADD:

if (!$_COOKIE[memberID]) {
header("Location: http://".$_SERVER[SERVER_NAME]."/splash.html");
}

Web Development, Multimedia Design and Social Media.
Quote · 5 Feb 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.