1 : Unpack and upload the files into the folder : /
2 : 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".
3 : 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).
4 : 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".
5 : 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 :
<tr>
<td>
{LIST_CATNAV_LIST}
<td style="width:100%;">
[----- HERE THE ROWS -----]
</td>
</tr>
</table>
In page.tpl :
<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.
Size: 4KB, downloaded 155 times




