Now i want to show you how to remove or delete vinaora visitors counter link ("visitors counter" link at the bottom module). This module shows you the number of your site's visitors. Oh, in this case i used vinaora visitors counter 1.7.3 joomla 1.5 module. And Note that this is Just Sharing All The Things I Know. Nothing else. So here we go... Vinaora visitors counter remove link :

1. Go to folder: modules\mod_vvisit_counter\tmpl\
2. Open or edit default.php file with text editor you favored. 
3. Go to bottom line until you find these lines:

$html .= '<div style="text-align: center;"><a href="vina';
$html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
$html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
$html .= 'Visitors Counter</a></div>';
$html .= '</div>';

4. Now just delete the first 4 lines ( yes, just delete  )
5. DON'T DELETE THIS LINE : $html .= '</div>';
6. If you prefer not to delete, make it as comment by add // before the line, like this :

// $html .= '<div style="text-align: center;"><a href="vina';
// $html .= 'ora.com/joomla/vinaora-visitors-counter.html" target="_self" title="Vinaora Visit';
// $html .= 'ors Counter '.VERSION_MODULE.' for Joomla!" style="border:0px none; text-decoration:none; ">';
// $html .= 'Visitors Counter</a></div>';
$html .= '</div>';

7. Save the file and refresh the browser to see the result.

Views: 713

Comment

You need to be a member of Zomi Community Network - Your Network to add comments!

Join Zomi Community Network - Your Network

© 2024   Created by Zomi Community Network.   Powered by

Badges  |  Report an Issue  |  Terms of Service