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 |
#22
|
|||
|
|||
Hi devguru
No probs on the support m8.... My PHP is 4.4.1 The auto tag side of this i will take a look now |
#23
|
|||
|
|||
Ok...I have filled in my database information...
I am a little lost as to what happens next.. It says sommat about keywords and forum ID but i dont see anything in the files to sort out.. Can you explain this a little further and what happens once the files are configured correctly please? |
#24
|
|||
|
|||
Quote:
you have to edit function autotaglist(), add '113' => array('tutorials'), to $fields arrary . then run command 'php auto_tag.php' |
#25
|
|||
|
|||
bashy, I have resolved the probrem about the the thread permission(don't show the tag thread to no permission user);
I am not sure why the tag list of the thread does not show up in your forums , could you help me check in your forum: put Code:
$thread_tags=''; Code:
function getTagCloudSize($popularity,$maxpopularity) I wish this modification will fix this probrem. if this is done, i will update the current version . |
#26
|
|||
|
|||
Quote:
it looks much better while you got a lot of tags ... |
#27
|
|||
|
|||
Hi m8
Just done the edit and sent you admin login deets by pm.... |
#28
|
|||
|
|||
right then just so that i dont mess things up
I take it the Code:
'113' => array('tutorials'), Code:
/* auto tag thread with forum id and keyword * $config['replycount'] = 10; // auto tag condition: the thread's replycount>10 * $config['views'] = 300; // auto tag condition: the thread's views>300 * example '14' => array('vancouver'), '15' => array('toronto'), * */ function autotaglist() { $fields = array( ); return $fields; } ?> Quote:
|
#29
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
|
#30
|
|||
|
|||
Cheers m8 that sorted it out
Tell ya what though, i wish i didnt go through all the tutorials this afternoon and add a tutorial tag to each of the tutorials ha ha ha ha Quote:
Quote:
|
#31
|
|||
|
|||
Can you have tags that are more than one word?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|