Template Crash Course

 

Template Crash Course

Templates let web designers/webmasters integrate their site design with their membership site. To understand and use templates you don't need to know any programming. Templates are simple HTML pages. You can edit them using your favorite HTML editor such as FrontPage or DreamWeaver. You can also modify their HTML code using a Template Editor inside Admin Area. You may even download them into your local desktop and make changes using a text editor. Let's see a simple template:

what you enter what comes out

<html>
<head>
<title>%%login%%'s page!</title>
</head>
<body>

My Hobbies:
<p>
%%hobbies%% 

</body>
</html>

 

<html>
<head>
<title>bart's page!</title>
</head>
<body>

My Hobbies:
<p>
Skiing, Skidiving and Singing 

</body>
</html>

 

In the example above, you see a simple HTML web page with two tags on it: %%login%% and %%hobbies%%. PM Premium will look at this template, get user information from your membership database and replace these tags with the values this particular user has. So, your visitors will see this:

 

Special Tags:

In addition to simple tags, PM Premium also has some more advanced tags. For example, one of the most useful tags is %%no of members%%. You can insert this on any page in your member's area and it will be replaced by number of members on your membership database. 

Most commonly used special tag is "TEMPLATE". Some parts in your site will always be same wherever you go. Such as navigation bar or copyright notice at the bottom. This usually makes it a pain to make small changes on these parts because every time you make a change, you need to go through all the pages that include this part. In such cases, you can use TEMPLATE tag. It basically lets you include template inside templates. 

 

what you enter what comes out

%%TEMPLATE:header%%

My Hobbies:
<p>
%%hobbies%% 

%%TEMPLATE:footer%%

 

<html>
<head>
<title>bart's page!</title>
</head>
<body>

My Hobbies:
<p>
Skiing, Skidiving and Singing 

</body>
</html>

 


As you can see from the example above, our page is now much more simple and clean. We are not including the header and the footer in it, instead we just call them. "TEMPLATE:header" tag is replaced by the header template, and "TEMPLATE:footer" tag is replaced by the HTML code in the footer template.

Contents of "header" template:

<html>
<head>
<title>%%login%%'s page!</title>
</head>
<body>

Contents of "footer" template:

</body>
</html>

This was a crash course for using PM Premium templates. Keep reading and you will learn more about how to add/edit templates and what are the special tags in the following articles!

 

Features Overview

 

Membership

  Let your visitors become a part of your site by creating profiles and posting pictures.
 

Customize

  Gives you the power to make your site work the way your organization does.
 

Manage

  Build and manage your membership database easily.
 

Payments

  Receive subscription payments from your members.
 

Documentation

 

Frequently Asked Questions

  Find answers to most frequently asked questions.
 

Most Useful Forum Threads

  Links to most useful threads on the support forum.
 

Designing Membership Area

  Learn how to customize your member area and integrate it with the rest of your site.
 

Database Customization

  Customize your profile fields to create registration forms with your own questions.
 

Category Builder

  Create and deploy category based user directories on your site.
 

Subscriptions

  Collect subscription payments from your members.
 

Include Generator

  Integrate various profile and application data and forms into your site.
 

Tutorials

  Find a list of all tutorials for Profile Manager Premium.
 

Forum

  Post your questions and search existing posts to find answers.

Movie Tutorials

 

Windows Installer

  Watch how easily your can install PM Premium on your site with couple of clicks.
 

Application Builder

  Create your own applications to let users enter and browse their own content.
 

Export

  Watch how you can export existing user data in Excel or any other data format.
 

phpBB Integration

  Watch how easily you can integrate with an existing phpBB in your site.
 

Search Form Builder

  Create your own custom profile search forms.
 
  © Copyright 2008 Interlogy LLC. Home | Products | Services | Support | Blog | Contact