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

Reply
 
Thread Tools
BoardTracker Advanced Topic Tags System - v2! Details »»
BoardTracker Advanced Topic Tags System - v2!
Version: 2.0.6, by BoardTracker BoardTracker is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-31-2006 Last Update: 10-14-2006 Installs: 18
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

BoardTracker Topic Tags Mod - ***version 2***

This easy to install mod adds a complete thread tagging and tag search system to your board. Tags are displayed with the thread, similar to the tagging and tag search often used on blogs, and link to a tag search system on your board which is powered by boardtracker. (meaning no search load on your servers!)

Tag search and tag results are fully integrated with your board, similar to our other board search mods.

Advanced tag search options include:

Search tags by user
Search tags by forum and related forums
Search by boardtracker category
Search tags on all boards in boardtracker (optional)
Restrict search by date range
Tag cloud and 'related tags' cloud on search results - fully customizable!
Mod_rewrite option for tag links
RSS feed for tag searches
Search tags on a single or multiple specific boards you define thereby allowing you to create traffic trading rings with other board owners or just within your own boards if you have more than one.
Many options to play with the in admin panel!

If your board is not yet indexed by BoardTracker, make sure to submit it!

Tags created are indexed and searchable on boardtracker search engine also and can appear in various boardtracker tag clouds bringing you more traffic!

Once you have the mod installed and your users have started tagging, you will be able to add tag clouds to any page on your board or any site with this simple bit of html or just copy paste the following onto any vb page and change the params to suit..

Code:
<!-- Tag Cloud -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[bt_tag_cloud]</td>
</tr>
<tr>
<td class="alt1" align="center">
<script type="text/javascript" language=Javascript src="http://www.boardtracker.com/cloud/js/?board={$vbulletin->options['bt_tag_boardid']}&items=20&smallsize=6&bigsize=20&hot=e01010&cold=4090a0&days=90&linktype={$vbulletin->options['bt_tag_link_type']}"></script>
</td>
</tr>
</table>
<!-- End Tag Cloud -->
You can see an example of the tag search on our demo forums (using tag results from another board just for example since there are no real threads/tags there)

Also see here the advanced tag search demo.

For support you can post here or on boardtracker support forums.

There is also a vb3.6 version.

:banana:

Show Your Support

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

Comments
  #2  
Old 04-01-2006, 11:38 AM
MentaL's Avatar
MentaL MentaL is offline
 
Join Date: Jan 2003
Posts: 550
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks nice.
Reply With Quote
  #3  
Old 04-01-2006, 12:03 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

The boardtracker cloud is a rendition of google? The link above leads to :!Google with your hound on it.
Reply With Quote
  #4  
Old 04-01-2006, 12:13 PM
BoardTracker's Avatar
BoardTracker BoardTracker is offline
 
Join Date: Dec 2005
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rich
Hello,

The boardtracker cloud is a rendition of google? The link above leads to :!Google with your hound on it.
No, thats a temporary new look for boardtracker.. its april 1st..

The real one is here and will be back where it should be tomorrow.

Reply With Quote
  #5  
Old 04-01-2006, 05:55 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Isn't it possible for the search engines to consider that keyword harvesting?
Reply With Quote
  #6  
Old 04-01-2006, 06:09 PM
BoardTracker's Avatar
BoardTracker BoardTracker is offline
 
Join Date: Dec 2005
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rich
Isn't it possible for the search engines to consider that keyword harvesting?
Not sure what you mean by keyword harvesting but search engines should have no problems with tagging which is extremely popular these days and serves a very useful purpose. Wikipedia has some good info about tagging and folksonomies.

Also bear in mind that Yahoo owns several of the biggest/most popular tag related services around such as flickr and del.icio.us so they are very much in favour of tagging content.
Reply With Quote
  #7  
Old 04-02-2006, 02:00 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just curious how to tag i have everything installed but when i was posting the topic i noticed the tag entry with numbers...how do that work???:surprised:
Reply With Quote
  #8  
Old 04-02-2006, 02:16 PM
BoardTracker's Avatar
BoardTracker BoardTracker is offline
 
Join Date: Dec 2005
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by puertoblack2003
just curious how to tag i have everything installed but when i was posting the topic i noticed the tag entry with numbers...how do that work???:surprised:
Do you mean in the tag links that appear on the thread after posting? Something like this: http://www.boardtracker.com/tag/sometag/123 ?

If so then the 123 should be your boardid on boardtracker which you entered in the vboptions section. You can leave it blank which would mean the tag search will show tag results from all boards in boardtracker. If you want to only show results from your board(s) then you have to submit your board to boardtracker to get a boardid.

If thats not what you meant then let me know your board url so I can have a look..
Reply With Quote
  #9  
Old 04-02-2006, 02:26 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BoardTracker
Do you mean in the tag links that appear on the thread after posting? Something like this: http://www.boardtracker.com/tag/sometag/123 ?

If so then the 123 should be your boardid on boardtracker which you entered in the vboptions section. You can leave it blank which would mean the tag search will show tag results from all boards in boardtracker. If you want to only show results from your board(s) then you have to submit your board to boardtracker to get a boardid.

If thats not what you meant then let me know your board url so I can have a look..
yes, didn't see that tut..that's excatly what i mean ..so when i'm posting a topic or agenda underneath the post title i can put 1 for that particular post or leave it blank?... but you can look as well http://www.puertotech.com

thank you
Reply With Quote
  #10  
Old 04-02-2006, 02:34 PM
BoardTracker's Avatar
BoardTracker BoardTracker is offline
 
Join Date: Dec 2005
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When posting a thread you can leave the tags box empty if you don't want to tag it and then no tags will appear on the thread itself. You can always tag the thread later anyway through boardtracker.
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 06:57 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.04576 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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
  • (1)bbcode_code
  • (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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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