The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbTags - a web2.0 like tag thread hack for vbulletin 3.5 Details »» | |||||||||||||||||||||||||||
vbTags - a web2.0 like tag thread hack for vbulletin 3.5
Developer Last Online: Apr 2014
vbTags
======= Description ----------- Think of a tag as a simple category name or keyword search tech. People can categorize your forum thread with any tag that makes sense. Primary Features: - AJAX Technology (no refreshing during tagging) - Tag clouds - autocomplete Features list: * Tag any thread with an unlimited number of tags(use spaces to separate tags,ajax with no refresh page,autocomplete) * List all the tags associated with an thread * List all threads tagged with a given tag * List all users tagged with a given tag * List top 5 tags associated with an thread in forumdisplay thread list * Generate popular tag cloud or simple tag list in any period (1 day, 1 week, ) * Generate top tag contribution user cloud in any period (1 day, 1 week, ) * Generate my tag list in any period (1 day, 1 week, ) * Provides the means to dynamically navigate tags and see user tag intersections ...... Database Backups Recommended! Although I have installed this script in a big forum for a month already, but I just test it in php5. it IS recommended that you backup your database before installing this product!! Details ------- 1 Product XML 3 PHP Script 1 css file 4 jscript file Installation ------------ 1) Upload all files in floder to your vbb forum 2) Import product-vbTags.xml 3) Edit the template(see readme.txt) Usage ----- Go to vBulletin Options / vbTags Settings to make your settings If there are things missing from the documentation, please let me know! P.S. Screenshots are included auto tag tools ======= Description ----------- Synchronize thread_tag with thread's tag field auto_tag.php: ----------- you have to edit this file, include your database configure ,forum id and keywords * auto tag thread with forum id and keywords * auto tag condition: the thread's replycount>10,$config['views'] > 300 auto_tag_byuser.php you have to edit this file, include your database configure ,user id and keywords * auto tag thread with user id and username * auto tag condition: the thread's replycount>30,$config['views'] > 900 Enjoy - Tony Li Show Your Support
|
Comments |
#32
|
|||
|
|||
Quote:
bashy, you tag nothing, probably you have to change the tag condition: PHP Code:
PHP Code:
so the code "Show tags in showthread(vbTags) " do not run in this forum and the tag list doesnot show up . |
#33
|
|||
|
|||
Yeah m8 i did notice that
Is there a work around for the Show tags in showthreads? |
#34
|
|||
|
|||
#!/usr/bin/php Database Connected successfully ==================================== Now processing auto tags ==================================== Processing thread in forum 113 Total records: 0 . Done! Process completed!
Still not worked an i have a feeling i know why, Some hacks dont work with the GARS system and this is what the tutorials system is, I can manually add the tags to the posts in that section and any other section but for some reason the auto side of it is not playing ball, i have going to try it in another setion (none GARS) brb EDIT: nope still didnt work |
#35
|
|||
|
|||
Quote:
|
#36
|
|||
|
|||
Quote:
|
#37
|
|||
|
|||
Yeah i dont use any prefix that i know of lol...
I have never entered a prefix whenever i have been asked for 1 |
#38
|
|||
|
|||
I think they mean something like toys games barbie dolls as 1 tag? if they do then yes you can lol if you dont mean that then sorry i dont know what you mean
|
#39
|
|||
|
|||
Quote:
http://www.technorati.com/tag/President+Bush |
#40
|
|||
|
|||
Quote:
You may have already noticed a limitation to tagging in del.icio.us ,same as in vbTags: spaces aren?t allowed. This leads to three different strategies for multi-word tags: 1. underscore - put an underscore where the space would be. Using this example, should have used ?President_Bush? as tag. 2. mashup - remove the spaces altogether. Using this example, should have used ?PresidentBush?. 3. hyphen - put a hyphen where the space would be. This is the one for ?President-Bush?. I have no idea how to support technorati multi-word tags in this moment, it probably causes the "space separated" to "comma separated" tag |
#41
|
|||
|
|||
It looks like %20 is a valid encoded replacement for the space:
http://www.technorati.com/tag/President%20Bush info on %20 encoding for space: http://www.blooberry.com/indexdot/ht...rlencoding.htm |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|