Difference between revisions of "Signup Process"

From TheHostingTool Wiki
Jump to navigationJump to search
(Created page with '== Step One - Choose Type/Package == === Domain/Subdomain: === User selects to have a domain or sub-domain. Default: Domain. This can be changed in the file: /root/includes…')
 
Line 4: Line 4:
  
 
User selects to have a domain or sub-domain.
 
User selects to have a domain or sub-domain.
 
  
Default: Domain.
+
====Default: Domain====
  
 
This can be changed in the file: /root/includes/tpl/orderform.tpl
 
This can be changed in the file: /root/includes/tpl/orderform.tpl

Revision as of 05:36, 21 February 2010

Step One - Choose Type/Package

Domain/Subdomain:

User selects to have a domain or sub-domain.

Default: Domain

This can be changed in the file: /root/includes/tpl/orderform.tpl

on lines 176-177 change

<option value="dom" selected="selected">Domain</option>
<option value="sub">Subdomain</option>

to

<option value="dom">Domain</option>
<option value="sub" selected="selected">Subdomain</option>