Community Add-Ons
| Maintainers: | tumi |
Search Tag Cloud
for osCommerce Online Merchant v2.1
This contribution will add a Box to your Page, where the most popular searches get tagged.
I've added some pictures in the Package.
Keys: Tag, Tags, Tagcloud, Search, Seach tag
Legend:
Download
Report
"nn" and "n" appear before and after search cloud output.
STS Fix:
In sts_user_code.php
$sts->start_capture();
echo "n<!-- Start Tag Cloud -->n";
include(DIR_WS_BOXES . 'searchtagcloud.php');
echo "<!-- End Tag Cloud -->n";
$sts->stop_capture('tagcloud');
Note: this code enables you to use $tagcloud$ in template file.
