Yes friends we all know, this module Site Info module version of the hit box is supported.
That is a module of Salar originally had no comments and a few features I've added them.
I hope you like expenses.
This module Arabia for our brothers to the very Thanks Salar
-------------
Edit by DLEVIET
- Full cache
- Option : enable/disable show statistics comment, news
- Set number of user to show. Default=10
Install1. Upload file siteinfo.php to folder /engine/modules/
2. Open file index.php
find
require_once ROOT_DIR . '/engine/init.php';
Below add
include ENGINE_DIR . '/modules/siteinfo.php';
Next find
$tpl->set ( '{speedbar}', $tpl->result['speedbar'] );
Below add
$tpl->set ( '{siteinfo}', $siteinfo );
3. Open file .css in your current template (Ex : style.css)
At the end of file, add
#hintbox {
text-align : left;
width : 150px;
font-size : 10px;
border : 1px solid #99a1ab;
background-color : #fff;
layer-background-color : #a396d9;
color : #282828;
margin : 10px 0 0 10px;
padding : 3px 5px;
position : absolute;
visibility : hidden;
z-index : 998;
-moz-opacity : 0.9;
-moz-border-radius : 5px;
filter : alpha(opacity="90");
}
4. Open file
main.tpl of current template
find
</head>
Above add
<script src="/engine/skins/default.js" type="text/javascript"></script>
Next add tag
{siteinfo}5. Edit some variable in file siteinfo.php
6. Finish!
DownloadYou must register before you can view this text.