|
Giving members free brochure
access
Steps:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to "Member
Settings"
-
Update the "Charging method" to "Free"
Note: If your charging for
other modules such as classifieds, then leave the "Charging
method" as "Fee Based" and simply enter a "0" price value on
the brochure variables.
back to the top
Charging
members to get brochure access
Steps:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to "Member
Settings"
-
Update the "Charging method" to "Fee
Based"
-
Change the
prices/fees that you want to charge next to the brochure
line items
back to the top
Changing
membership fees (if charging)
Steps:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to "Member
Settings"
-
Modify the
fees associated with each script module (brochures, etc.)
back to the top
Creating
custom brochure templates for members
Steps:
-
Using your html editor on
your pc, create a
template design you want to provide your members in html
format
-
Insert the following
optional tags where you want them displayed.
|
Meta
Tags |
|
|
Title: |
<title>{{page_title}}</title> |
|
Key
Words: |
<meta name="keywords"
content="{{keywords}}"> |
|
Content Tags: |
|
|
{{userlogo}} |
Where you want the logo displayed |
|
*include
width field with your {{userlogo}} as shown: |
|
<img width="{{logo_width}}"
src="{{userlogo}}"> |
|
{{firstname}} |
First name |
|
{{lastname}} |
Last name |
|
{{usertext}} |
Where you want their message text displayed |
|
{{url}} |
Brochure URL |
|
{{email}} |
Email address |
|
{{memberid}} |
Member ID |
|
{{UserAdmin_url}} |
Link to member
administration page |
|
|
. |
|
These tags can be used
if specified in the "Member Settings" |
|
{{business_name}} |
Business name |
|
{{address}} |
Street address |
|
{{city}} |
City |
|
{{state}} |
State |
|
{{zip}} |
Zip/Postal code |
|
{{phonenumber}} |
Phone number |
|
{{faxnumber}} |
Fax number |
|
|
|
-
Save the
file on your pc in the following folder on your hard
drive:
<website>/cgi-bin/master/data/config/brochures_tpl/
Images should be located outside of your cgi-bin
-
Rename the
file extension from .htm (or .html) to .txt
-
Login to your
master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to
Brochures -> Template Manager
-
Upload the
new template file you created that ended in .txt
-
Move over
all images to the server keeping the same directory
structure from your hard drive
back to the top
Changing
maximum number of characters on a brochure
Step:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to
Brochures -> Configuration
-
Change the max
number of characters. To save server space, you may
want to limit the characters to 2048. If you want to
allow members to include more text, simply increate the
maximum amount accordingly.
back to the top
Changing
member's brochure file name
Although we
strongly recommend keeping the member's brochure file name
as index.shtml, you have the flexibility to change it for
your individual purposes.
Step:
-
Login to your master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to
Brochures -> Configuration
-
Change the
file name accordingly
back to the top
Changing
maximum photo size
Step:
-
Login to your
master admin at
www.<yourdomain>.com/cgi-bin/master/Admin.cgi
-
Go to
Brochures -> Configuration
-
Change the
maximum photo size. To preserve server space, we
recommend keeping the size at 512000.
back to the top
Creating a
default brochure template when members join
You can modify
the member's initial brochure page when an account is
created. This is basically the "Coming Soon" page that
you see on many new websites.
Step:
-
Using your
html editor on your pc, modify the following template:
cgi-bin/master/data/config/brochures_tpl/
-
Simply save
the file with your new design and move it over to the
server. You will want to keep your images outside of
the cgi-bin.
back to the top
Creating an
inactive brochure page
If you are
charging members and payment is overdue, their brochure page
can become "inactive" until their account is paid up.
The script keeps their old page so that when they are paid
up then they do not have to recreate their brochure.
Step:
-
Using your
html editor on your pc, modify the following template:
cgi-bin/master/data/config/brochures_tpl/inactive.htm
-
Simply save
the file with your new design and move it over to the
server. You will want to keep your images outside of
the cgi-bin.
back to the top
Adding 3rd
party banner code to show banners in member's brochures
You can add 3rd
party banner manager software or other scripts to your
member's brochures. You will want to modify any of the
templates found under the sections of "Misc. Pages" &
"Member Brochure Templates" on the brochure customizing page
located
here.
back to the top |