Category Tree 1.3 Purpose: This module adds a great dynamic menu as a navigation system to your datalife engine site.
Features:- Categories disclosed without reloading the page.
- All data are taken from DLE Database so you don’t need to add anything manually.
- You can specify icons for categories.
- Support for an infinite number of categories of dynamic menus.
Tested On: 7.* – 8.*
DLEViet fixed some error
- support any PREFIX of table in database.
- Add this code to secure
if( ! defined( 'DATALIFEENGINE' ) ) {
die( "h@cking attempt!" );
}
Download : You must register before you can view this text.
Install1. Upload all file
2. Open file index.php
Find
$tpl->set ( '{speedbar}', $tpl->result['speedbar'] );
BELOW add:
You must register before you can view this text.
3. Open file engine/init.php
find
?>
ABOVE add:
You must register before you can view this text.
4. Open file main.tpl of current template
Find:
</head>
ABOVE add:
<link rel="StyleSheet" href="{THEME}/css/dtree.css" type="text/css" />
<script type="text/javascript" src="{THEME}/css/dtree.js"></script>
Add below code wherever you want to show:
You must register before you can view this text.
Finish