Intro Page [Deleted]

FiReTM

Member
FiReTM submitted a new resource:

Intro Page - When you first visit the forum, shows the intro page.

Description:
When entering your forum, if the user has not been on the forum, it redirects to the intro page.

Installation:

- Fill in the root of our forum intro page.

- The template PAGE_CONTAINER
In tags <head> </ head> write
Code:
<script>
if (document.cookie.indexOf ('first_time') == -1) {
document.cookie = 'first_time = 1';
document.location.href = '. / intro.html';
}
</script>

Read more about this resource...
 
Last edited:
Top Bottom