Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
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
Version: 1.00, by devguru devguru is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 04-21-2006 Last Update: 04-21-2006 Installs: 39
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 04-22-2006, 08:44 PM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
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
you see, Processing thread in forum 113 Total records: 0

bashy, you tag nothing, probably you have to change the tag condition:
PHP Code:
$config['replycount'] = 10// auto tag condition is replycount>10
$config['views'] = 300
to

PHP Code:
$config['replycount'] = 0// auto tag condition is replycount>10
$config['views'] = 0
and I figure it out your forums do not call the hook : showthread_complete

so the code "Show tags in showthread(vbTags) " do not run in this forum and the tag list doesnot show up .
Reply With Quote
  #33  
Old 04-22-2006, 09:02 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah m8 i did notice that

Is there a work around for the Show tags in showthreads?
Reply With Quote
  #34  
Old 04-22-2006, 09:06 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

#!/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
Reply With Quote
  #35  
Old 04-22-2006, 09:14 PM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
#!/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
I forget to mention tableprefix, do you have a tableprefix. in that case ,you have to $config['tableprefix'], anyway i will update the tools to use the vbb configure lately.
Reply With Quote
  #36  
Old 04-22-2006, 09:17 PM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Torqued
Can you have tags that are more than one word?
do you mean multiword as a tag ?
Reply With Quote
  #37  
Old 04-22-2006, 09:18 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah i dont use any prefix that i know of lol...
I have never entered a prefix whenever i have been asked for 1
Reply With Quote
  #38  
Old 04-22-2006, 09:20 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #39  
Old 04-22-2006, 10:00 PM
Torqued Torqued is offline
 
Join Date: Oct 2004
Location: Houston, TX
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by devguru
do you mean multiword as a tag ?
Yeah. For example: President Bush as a tag...

http://www.technorati.com/tag/President+Bush
Reply With Quote
  #40  
Old 04-23-2006, 03:46 AM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Torqued
Yeah. For example: President Bush as a tag...

http://www.technorati.com/tag/President+Bush

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
Reply With Quote
  #41  
Old 04-23-2006, 04:12 AM
Torqued Torqued is offline
 
Join Date: Oct 2004
Location: Houston, TX
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04709 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete