kall
10-06-2006, 06:26 AM
As we know from the GAL for vBACMPS tutorial, it's a snap to integrate GAL with other scripts.
Zoints Thread Tagging Modification is designed to allow you to 'tag' threads, which then can be found from a 'tag cloud'.. it's all SEO kind of voodoo, but very cool.
To GAL-ify your Zoints Tags, in /tags/index.php, find
$thirtywords = str_replace('>','>',$thirtywords);
Under, add
$thirtywords = $vbulletin->gal->process_text($thirtywords);
Upload. Make sure to upload to /tags/ .. I accidentally overwrote my forums/ one. :o
Done.
Demo: http://www.vbenhanced.com/forums/tags/vbulletin/
Zoints Thread Tagging Modification is designed to allow you to 'tag' threads, which then can be found from a 'tag cloud'.. it's all SEO kind of voodoo, but very cool.
To GAL-ify your Zoints Tags, in /tags/index.php, find
$thirtywords = str_replace('>','>',$thirtywords);
Under, add
$thirtywords = $vbulletin->gal->process_text($thirtywords);
Upload. Make sure to upload to /tags/ .. I accidentally overwrote my forums/ one. :o
Done.
Demo: http://www.vbenhanced.com/forums/tags/vbulletin/