Create and manage a counter visits to your page. Display options to show it on your template (footer) or sidebar (widget).
How to use
Once activated the plugin, 4 new tables are added to your database in order to register all visits and keys to manage these hits.
In main Settings menu you can access to settings page for VR-visitas. Each option have been explained on this page.
In the menu page VR-Visitas you have the next options:
To activate the counter is mandatory to include a call to function in your template, so:
VERY IMPORTANT! Only one of these options may be active. Otherwise the function page counter, duplicates the number of page views.
Code to add: <?php if (function_exists('vr_visitas_user_display')) { vr_visitas_user_display(); } ?>
You can view a sample of output in the settings page. Many options to manage the output mode are included.
This function accepts 3 arguments ( $before, $separate, $after ) in order to pass html tags and personalize display:
Sample: vr_visitas_user_display( '<ul><li>', '</li><li>' '</li></ul>');
Displays an unordered list of elements like you can view in widget display.
For more help, you can visit our Support Forum.
Requires: 3.1.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-17
Downloads: 14,719
Got something to say? Need help?