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
  #22  
Old 04-22-2006, 07:04 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #23  
Old 04-22-2006, 07:22 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by bashy
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?
say , i see you have a tutoria forum in your forums, forum id is 113, you want to this tools tag all the thread that replycount>10 , views > 300 with 'tutorials' keyword'

you have to edit function autotaglist(), add

'113' => array('tutorials'),


to $fields arrary .

then run command 'php auto_tag.php'
Reply With Quote
  #25  
Old 04-22-2006, 08:02 PM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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='';
above
Code:
function getTagCloudSize($popularity,$maxpopularity)
in tag_function.php

I wish this modification will fix this probrem. if this is done, i will update the current version .
Reply With Quote
  #26  
Old 04-22-2006, 08:08 PM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by COBRAws
Any live demo? This is really cool! But I want to live-test first.
I have a big Chinese forum run this hack: http://www.canadameet.com/forums/ , you can see also http://www.canadameet.com/forums/tag.php.

it looks much better while you got a lot of tags ...
Reply With Quote
  #27  
Old 04-22-2006, 08:08 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi m8

Just done the edit and sent you admin login deets by pm....
Reply With Quote
  #28  
Old 04-22-2006, 08:16 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

right then just so that i dont mess things up

I take it the
Code:
'113'		=> array('tutorials'),
gones somewhere in the code below, i just need you to point exactly where please


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:
Originally Posted by devguru
say , i see you have a tutoria forum in your forums, forum id is 113, you want to this tools tag all the thread that replycount>10 , views > 300 with 'tutorials' keyword'

you have to edit function autotaglist(), add

'113' => array('tutorials'),


to $fields arrary .

then run command 'php auto_tag.php'
Reply With Quote
  #29  
Old 04-22-2006, 08:29 PM
devguru devguru is offline
 
Join Date: Jun 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy
right then just so that i dont mess things up
change:

PHP Code:
    $fields = array(
        
     ); 
to
PHP Code:
$fields = array(
'113' => array('tutorials'),
); 
Reply With Quote
  #30  
Old 04-22-2006, 08:37 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
#!/usr/bin/php Database Connected successfully ==================================== Now processing auto tags ==================================== Processing thread in forum 113 Total records: 0 . Done! Process completed!
Quote:
Originally Posted by devguru
change:

PHP Code:
    $fields = array(
        
     ); 
to
PHP Code:
$fields = array(
'113' => array('tutorials'),
); 
Reply With Quote
  #31  
Old 04-22-2006, 08:43 PM
Torqued Torqued is offline
 
Join Date: Oct 2004
Location: Houston, TX
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you have tags that are more than one word?
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 01:45 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.04675 seconds
  • Memory Usage 2,322KB
  • 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_code
  • (4)bbcode_php
  • (6)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