
|
 |
The new accounts "default" web site
Posted on: February 28, 2000, 1:24 a.m.
As of version 3.2, an entire web site can be create upon a users sign up, for each user, and this site can be customized to what the user entered in their signup form.
Creating this default website is simple. First create a new directory in the directory you have configured as your Home Free data directory.Call this new directory default.
Now in this new default directory, add all the files and/or images you want to be used in the inital web site for the new user. You may also create directories and sub directories. A full copy of all these files will be copied into the new users base directory (some make sure you use relative urls for linking files and images)
The files can be configured to contain information the user entered upon signup. So it can say:
Welcome to the Home Page of Tim Watson
where Tim Watson was the name entered in the name section of the signup form. To do this simply add the text %%NAME%% where you want the persons name to appear. It would look something like this:
Welcome to the Home Page of %%NAME%%
Many others besides the name can be used.
Below is the full list.
Code |
Replaced with |
|
%%ACCOUNT%% |
Account Name |
%%NAME%% |
Members Name |
%%EMAIL%% |
Members Email |
%%ADDRESS%% |
Members Address |
%%CITY%% |
Members City |
%%SATE%% |
Members State |
%%ZIP%% |
Members Zip Code |
%%COUNTRY%% |
Members Country |
%%TELE%% |
Members Telephone Num. |
%%GENDER%% |
Members Gender |
%%AGE%% |
Members Age |
%%ICQ%% |
Members Icq Number |
%%EDU%% |
Members Education |
%%INC%% |
Members Income |
%%JOB%% |
Members Occupation |
%%DOB%% |
Members Date of Birth |
|
|