Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #52  
Old 05-19-2006, 08:21 AM
hinch's Avatar
hinch hinch is offline
 
Join Date: May 2003
Location: UK
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed this last night working fine however just a few pointers.

Viewing the tags list allows people not in the usergroup to view private section the ability to read the threads tagged in the private section.

also it breaks the ajax quick edit. after editing a thread clicking save does commit the changes however the page never refreshes.

going to look see if i can fix both of these myself however i'm far from a php/vbulletin guru so dont know if i can.
Reply With Quote
  #53  
Old 05-19-2006, 08:29 AM
Benj's Avatar
Benj Benj is offline
 
Join Date: May 2006
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a few suggestions.... ways to tag users profiles and calendar event

Great hack ill sure to use

*installs*
Reply With Quote
  #54  
Old 05-21-2006, 10:49 PM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hinch
installed this last night working fine however just a few pointers.

Viewing the tags list allows people not in the usergroup to view private section the ability to read the threads tagged in the private section.

also it breaks the ajax quick edit. after editing a thread clicking save does commit the changes however the page never refreshes.

going to look see if i can fix both of these myself however i'm far from a php/vbulletin guru so dont know if i can.
Did you find a fix?
Reply With Quote
  #55  
Old 05-23-2006, 06:27 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont try to remove it.. Ive uninstalled this hack and I get permanent db errors now

Quote:
Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT COUNT(DISTINCT(thread.threadid)) AS threads
FROM thread AS thread ,thread_tag AS thread_tag
WHERE thread.threadid = thread_tag.thread_id

AND visible = 1

AND thread_tag.user_id = 1043;

MySQL Error : Table 'thread_tag' doesn't exist Error Number : 1146
I would appreciate any help with that.
Reply With Quote
  #56  
Old 05-24-2006, 01:13 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we get some expert coders to help clean this hack up?
Reply With Quote
  #57  
Old 05-26-2006, 04:35 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please, just fix the quick edit? Anybody?
Reply With Quote
  #58  
Old 05-26-2006, 10:33 PM
AlexanderT's Avatar
AlexanderT AlexanderT is offline
 
Join Date: Mar 2003
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sensimilla
Dont try to remove it.. Ive uninstalled this hack and I get permanent db errors now



I would appreciate any help with that.
Well since it complains about the a missing thread_tag table, which is unique to this hack, I can only assume that you haven't fully removed the hack yet.

Btw, I noticed that vbTags uses the full prototype js libraries (100k+) to do its job... just in case someone is continuing developing this hack, it'd be nice to go for something more light-weighted considering that only basic Ajax features are used.
Reply With Quote
  #59  
Old 05-31-2006, 09:28 PM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Arg, could any coder please pick the development up on this one? I'd even pay. I need some good tag functionality.
Reply With Quote
  #60  
Old 06-01-2006, 12:13 AM
Torqued Torqued is offline
 
Join Date: Oct 2004
Location: Houston, TX
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WritersBeat
Arg, could any coder please pick the development up on this one? I'd even pay. I need some good tag functionality.
I'll 2nd that.
Reply With Quote
  #61  
Old 06-01-2006, 12:30 AM
WritersBeat WritersBeat is offline
 
Join Date: Apr 2006
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So... any one want $$? lol
Reply With Quote
Reply

Thread Tools

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 03:29 PM.


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.06325 seconds
  • Memory Usage 2,302KB
  • 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
  • (4)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