Results 1 to 11 of 11

Thread: Tag Systems

  1. #1
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055

    Tag Systems

    I'm trying to get a grasp on exactly how tag systems work since I've never coded or used one.

    You can add a tag, a text indentifier (keywords more or less) to an item.

    Others can add a tag to an item.

    You can then use tags as a way of finding items, and either filter the input to your tags or anyone's tags?

    But what about the internal programming. How do you weight, filter, and moderate such systems?
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  2. #2
    Registered
    Join Date
    Mar 2006
    Posts
    350
    Hi Chris,

    I have a tag cloud on one of my websites. It's great, the users love it.

    We use a PHP tagcloud class called Freetag.

    If you need help implementing it, I can post some of the code we use.

    Good luck!

  3. #3
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    I'm more interested in discussing the concept of it rather than an actual script.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  4. #4
    I see mildly ill people. AmbulanceBlues's Avatar
    Join Date
    Aug 2006
    Location
    Houston
    Posts
    119
    I have some questions too. I noticed most tag systems make each word a different tag, so that "Website Publisher" would be 2 different tags. Is this as common as it seems; and why don't tag systems account for this?

    As a concept, I've always liked the idea of tags. For a community website, it seems like an easy way to categorize content and make it easier for users to access it. For a site with a whole lot of content, each item falling into multiple content areas, it is another way to easily categorize content without narrowing it too far.
    Last edited by AmbulanceBlues; 01-13-2007 at 09:11 PM.
    --> --> --> --> --> -->

  5. #5
    4x4
    Join Date
    Oct 2004
    Posts
    1,043

    Talking

    tbl1 = One with the "item" to be tagged, this could be your article table, etc.
    tbl2 = One which assigns a tag to an item and counts how many time the item is tagged for that item.

    So you can select * from tbl2 where item_name = item order randomly and then set the font size based on how many times the item was tagged.

    This is off the top of my head so i'm probably overlooking something but hopefuly this gets the ideas flowing....

    (This of course shows only tags for the viewed item... which would allow users to view other items tagged with the same tags thus showing related items. The items you show once a tag was clicked could be sorted by how many times the item was tagged for that term.)

  6. #6
    Senior Member AndyH's Avatar
    Join Date
    May 2004
    Location
    Australia
    Posts
    553
    I'll be using a tagging system for videos with each tag being a link which will basically be a search for that keyword. It will also help pick "related" videos.
    New website released. ya rly!

  7. #7
    mastermind michael_gersitz's Avatar
    Join Date
    Aug 2003
    Location
    Buffalo
    Posts
    749
    Basically a url like /tag/keyword/ will display the keyword on a given page. You can put a form on the page to add a tag, and say they all need to be approved and then thank them for helping you out. Have an admin panel where you approve them all... Like changing 1 row from 0 to 1. Then you can have the approved tags for a given article displayed.... Given you relevant keywords for each article. Have all those keywords links to whatever tag they are. < Simple way to do it.

  8. #8
    Registered
    Join Date
    Jul 2005
    Posts
    33
    IMHO conceptually tag=keyword, we just got some (still far from ideal) GUI support for it with penetration of web20 spirit.

  9. #9
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    What about for searching? Del.icio.us says to use tags to organize bookmarks instead of categories. What if you cannot remember how you tagged something?
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  10. #10
    Registered
    Join Date
    May 2005
    Posts
    81
    Tagging is used for categorization. It should not be used for searching, at least not in conjunction with also searching title/body fields. Del.icio.us also has a search functionality that does not offer the same results as the tagging functionality.

    Del.icio.us also shows your own personal tag cloud, so you can see every tag you ever used (ordered by most used first).

  11. #11
    Registered
    Join Date
    Jan 2005
    Posts
    54
    There are 2 free forum addons for this that I'm aware of. One by Zoints and one by vBSEO. Both fairly easy to install from what I've seen I plan to try teh vBSEO one this weekend.

    There's also an independent one not tied to either organization. http://www.vbulletin.org/forum/showt...hreadid=136839

    I am still going to use the vBSEO one because I don't want any mixups with my URLs

Similar Threads

  1. Database systems...
    By Stevens in forum Website Programming & Databases
    Replies: 9
    Last Post: 08-27-2003, 02:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •