-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
49 lines (30 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
LAUNCHING SOON
==============
A simple KohanaPHP module that creates a launching soon page for your in
development website, provides a mechanism to collect email addresses that
can be emailed when you launch your website.
INSTALLATION
============
Copy contents of this respository to your modules folder, and activate the
module in your KohanaPHP config file.
Run the SQL in the sql/launchingsoon.sql file to create the user registration
database table.
Update your routes.php file to access the launching soon module:
$config['_default'] = 'launchingsoon';
CUSTOMIZATION
=============
The bundled views can be easily tailored to your needs, via the
launchingsoon.php config file. The following settings can be overridden.
$config['title']
The title of the website
$config['tagline']
Website tag line
$config['intro']
Introductory text
$config['email_only']
Launching soon collects email address by default but can also be setup
to collect first name, and last name of the user.
$config['success']
The message display to the user when they successfully subscribe for
notification of your launch.
Further customization can be achieved by creating your own view files.