Top List v.0.9 Download :
http://hotfile.com/dl/13289650/0ad5cab/top_list_0.9.rar.html
Page 2 : INSTALL MODULE IN DLE 8.2 and 8.3Install in DLE 8.0 or 7.x :1. Rename folder
root/templates/{THEME} to named of your template.
2. Upload all files and folders in [root] to your web hosting.
3. Run link
http://linkwebsite/install_top.php4. Open file
admin.php (or file that go to Admin Panel)
Find:
$system_modules = array('addnews',
BELOW add:
You must register before you can view this text.
5. Open file
engine/inc/options.phpFind:
$options['others'] = array (
BELOW add:
You must register before you can view this text.
6. Open file
engine/init.phpFind:
?>
ABOVE add:
You must register before you can view this text.
7. Open file
index.phpFind:
$tpl->set('{topnews}',$topnews);
BELOW add:
$tpl->set ( '{toplist}', $tpl->result['topitems']);
8. Open file
templates/{THEME}/main.tplFind
</head>
ABOVE add:
<script type="text/javascript" src="{THEME}/js/tooltip.js"></script>
9. Open file templates/{THEME}/main.tpl
Insert this tag :
{toplist}