Hyperseek Category/MenuTemplates
Top  Previous  Next

Hyperseek uses various "Internal" templates to allow you full customization of the display of certain parts of the system.

On the home page, within <!-- PLUGIN:BODY -->

HOMEPAGE : Draws each of the Home Page Categories:  
<<CATEGORY>> : Draws a link to the parent category  
<<SUBS>> : Draws links to each sub category defined as a "Teaser"  
<<CATFOLDER>> : An image bearing the same name as the category, if defined.  
<<DESC>> : The description of the category, if defined.  
 
Example:  
<TABLE BORDER=0>  
<TR>  
<TD COLSPAN=2>  
<FONT FACE="Arial">  
<B><<CATEGORY>></B>  
</FONT>  
</TD>  
</TR>  
<TR>  
<TD WIDTH=20>&nbsp;</TD>  
<TD>  
<FONT FACE="Arial" SIZE=-1>  
<I><<SUBS>></I>  
</FONT>  
</TD>  
</TR>  
</TABLE>  
 
HOMEPAGE SUBS : Drawn each sub category, represented by "<<SUBS>>" in the HOME PAGE template:  
<<CATEGORY>> : Draws a link to the sub category  
 
Example:  
&#187; <<CATEGORY>>,  


On the all pages, within <!-- PLUGIN:MENU -->

MENU : Drawn the basic "cookie cutter" menu. the following variables are used:  
<<PARENT>> : Draws a link to the parent category  
<<SUBS>> : Draws links to each sub category to the current navigation point  
<<CURRENT>> : Draws the name of the current sub category (not linked)  
 
Example:  
<FONT FACE="verdana">  
<B><A HREF="/">Home</A></B>  
&#187;  
<B><<PARENT>></B>  
<<SUBS>>  
<I><<CURRENT>></I>  
</FONT>  
 
MENU SUBS : How each of category in "<<SUBS>>" from the MENU template is drawn:  
<<CATEGORY>> : Draws a link to the parent category  
 
Example:  
<<CATEGORY>> &#187;  
 
On all inside pages, within <!-- PLUGIN:CATEGORIES -->

CATS : Each category is drawn using this template:  
<<CATLINK>> : Draws a link to the parent category  
<<DESC>> : Draws links to each sub category to the current navigation point  
 
Example:  
<FONT FACE="arial,verdana" SIZE=-2>  
<B><<CATLINK>></B><BR>  
<<DESC>>  
</FONT>  
<BR><BR>