PDA

View Full Version : About Stadistics


boom
06-08-2006, 02:33 AM
IŽll like to know how I could hide the stadistics ( number of clicks, date of submited) of the links for the visitors but to mantain them for admin manage

Thanks!!

Sergey Ten
06-08-2006, 02:59 PM
Hello boom,

Please follow this directives

*** Open your link-display.tpl ***
*** Find 23 line ***


<div class="stat">({$lang.clicks}: {$link.clicks};


*** And replace to ***


<div class="stat">



*** Find 28 line ***


{$lang.link_added}: {$link.date}) ::


*** And delete it ***

*** Save change ***