Content last modified Tuesday 24 August 2021
hop to #bottom
Categories:
Author:
About It:
Get it:
Rate it:
  • Helpful?
  • 0 Yes
  • 0 No
Flag it:

If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!

and_bbclone_plugin

This plugin works with BBClone. You install the counter script (get it from here), set it up and then install this plugin so that instead of a chunk of php code pasted in your textpattern page, you can use a txp tag instead, which I find much more neat. At the moment it just outputs the number of unique visitors, future development would include making the tag accept attributes to output other statistics as well. It’s not a complete solution plugin, you also have to add this little snippet of code to your index.php:

define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);

This plugin is not exactly the same as the poe_bbclone plugin; they can be used together. poe_bbclone is used to get the statistics-application working with your Textpattern site, and this and_bbclone_plugin tag is used to output the number of visitors on your page.

Article Request Count:
Initially released:
2005-01-30
Posted here:
13 Feb 2005

You know you want to visit the Archives.
Published with Textpattern