Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Remove or Delete Vinaora Visitors Counter Link

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="http://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 :P )
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="http://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.

That's All.

PS: This Joomla 1.5 Module is under GPL License. Read Explained Article by Lawrence Rosen.



This post first appeared on Just Sharing All The Things I Know, please read the originial post: here

Share the post

How to Remove or Delete Vinaora Visitors Counter Link

×

Subscribe to Just Sharing All The Things I Know

Get updates delivered right to your inbox!

Thank you for your subscription

×