Warning: Expiry date cannot have a year greater then 9999 in /home/kilandor/seditioforge.com/system/common.php on line 244
Display a tree of the categories in pages and lists. - Category navigator - Seditio Forge
Display a tree of the categories in pages and lists.
Author: Alexander
Submitted by: Kilandor
Date: 2007-08-18 06:55
Comments: (2)
Ratings:
 
Installation :

  • Unpack and upload the files into the folder : /plugins/

  • Go into the administration panel, then tab "Plugins", click the name of the new plugin, and at bottom of the plugin properties, select "Install all".

  • Then in the same page, check if this plugin require new tags in the skin files (.TPL).
    If yes, then open the skin file(s) with a text editor, and add the tag(s).

  • Some plugins have their own configuration entries, available by clicking the number near "Configuration" in the plugin properties, or go directly to the main configuration tab, section "Plugins".

  • If you want to show the tree without the pages only with the folders - submit the page with link in the page-key field.


Instructions (from the author) :

The tricky part is to place the tags in page.tpl, list.tpl and list.group.tpl :
A possible way is to surround the whole TPL with a table, and to put the main part of the page (or list) inside a TD block with a width of 100%, so if there's no category navigator for the part of the tree displayed, then the list is taking up all the width available.

In list.tpl and list.group.tpl :
HTML4STRICT Code:

<table>
<tr>
<td>

{LIST_CATNAV_LIST}

<td style="width:100%;">

[----- HERE THE ROWS -----]

</td>
</tr>
</table>

In page.tpl :
HTML4STRICT Code:

<table>
<tr>
<td>

{LINKS_CATNAV}

<td style="width:100%;">

[----- HERE THE ROWS -----]

</td>
</tr>
</table>

New in v1.1 :

Added the images and removed the table rows and columns.

New in v1.2 :

Now also supports links, see the tag in the Extended plugin manager.

New in v1.3 :

Now limits the number of rows for pages to the same value as the "max row per line", to avoid overlap when too many lines in a category.



Download : Category navigator
Size: 4KB, downloaded 271 times
Copyright © 2008 Domain.Com. All Rights Reserved.
Page created in 0.117 seconds