DataLife Engine

Status
Not open for further replies.

andrew

Banned
Banned
73
2010
0
0
DataLife Engine VIDEO tutorial

any body can share this a tutorial on how to add category here..and etc..

thanks.....
 
9 comments
I am quite new to DLE. This is the following code in the main.tpl file:

Code:
<div id="leftbox_left">
<div class="moduletable_menu">

<h3>Categories</h3>
<div class="anamenu">
<script type="text/javascript">
	d = new dTree('d', '/dle/templates/graphixshare/images/category/');
	d.add(0,-1, 'Select A Category');
	{catlist}
	document.write(d);
</script>
</div></div>

The problem is the categories are not displaying :(

Help me with this problem.
 
@andrew

If you have cpanel/ftp access then open dle folder > theme name folder > main.tpl file
Now add the above code as Joomlaz said. Thats it.
 
Status
Not open for further replies.
Back
Top