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
There is a bug when a keyword is searched 255 times. The field freq don't have more capacity and all the keywords have the same size.
I have only upload the install.txt modified.
small update to graphical appeareance:
- added '<tr><td>' at the begin of searchtagcloud.php
- added '</td></tr>' at the of searchtagcloud.php
Thank's to jan64 (http://www.themagicstore.nl/) for this small compatibility fix.
Search Tag Cloud v2.4 by darkamex (FullPackage)
- replaced string <a href="advanced_search_results.php" ... with <a href=" . tep_href_link(FILENAME_ADVANCED_SEARCH_RESULTS...
- added oscommerce filtering function for database queries: tep_db_input($_GET['keywords'])
Sponsored by
http://www.openbazar.it
it works now, but when i am searching for something the box creates an error :
Fatal error: Cannot redeclare class tagcloud in /var/www/vhosts/domain.gr/httpdocs/oscommerce/includes/boxes/searchtagcloud.php on line 27
Search Tag Cloud v2.3 by faaliyet (FullPackage)
even finding the draculakos bug file didn't fix the error/problem.
new contentBox($info_box_contents); changed as new infoBox($info_box_contents);
new contentBoxHeading($info_box_contents); changed as new infoBoxHeading($info_box_contents);
includes/languages/languages/your_language/searchtagcloud.php file is removed.
also
define('TABLE_HEADING_TAGCLOUD', 'Search tags'); text is moved into main language file.
(it is better to work without need to use more files.there is no need to create a new file.)
This contribution is useful for search engine optimization (SEO). Thanks to creator.
Version News:
-Fixed 2 bugs
-Changed language directory.
-Supported with 4 languages.
-Changed STS(for STS users) installation.
-Added ScreenShots
Step 4b in install.txt will lead to an Error. Instead of the Code in 4b I using:
$sts->start_capture();
echo "n<!-- Start Tag Cloud -->n";
require(DIR_WS_BOXES . FILENAME_SEARCHTAGCLOUD);
echo "<!-- End Tag Cloud -->n";
$sts->stop_capture('tagcloud');
and in my STS file the var $tagcloud.
I hope this will helping you.
changed made at includes/boxes/searchtagcloud.php
on line 144 i changed this : new contentBox($info_box_contents);
to this : new infoBox($info_box_contents);
Before that change. the box wasn't like all the other..
all credits to original creator
*also corrected the english language and added greek language too
IT'S FULL PACKAGE, INCLUDING THE LAST BUG FIX FROM THE CREATOR
Just a small update to get the box with more differenz sizes, and less css-problems.
Replace Line 31 in searchtagcloud.php with:
var $a_tag_styles = array('font-size:9px', 'font-size:10px', 'font-size:11px', 'font-size:12px', 'font-size:13px', 'font-size:14px','font-size:15px', 'font-size:16px','font-size:17px','font-size:22px', 'font-size:25px');
This is just the new searchtagcloud.php, not the full version
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