Results 1 to 2 of 2

Thread: Place link in multiple categories

  1. #1
    Join Date
    Nov 2009
    Posts
    24

    Question Place link in multiple categories

    This is somewhat related to my 2 other threads
    http://www.nicecoder.com/community/f...d-fields-9305/
    and
    http://www.nicecoder.com/community/f...tegories-9286/

    In 2.4, IndexU allows users to add a link to up to 3 categories via dropdowns.

    I'd like to let users to select unlimited categories for each link. From an interface perspective, all that needs is change from dropdown category selection to checkbox (or accumulator) category selection. But I suppose potentially there could be backend changes needed....

    Thoughts, anyone?
    Csillamvilag.com
    Bodypainting, Facepainting, Glitter, Henna

  2. #2
    Join Date
    Nov 2009
    Posts
    24

    Exclamation Database structure

    The current database structure is not amenable to that....it's very restrictive.

    Instead of having 3 category fields in the link table, I would strongly recommend:
    - remove all 3 category fields from link table
    - create additional table: category to link with only 2 fields....category id and link id
    - use joins with this new table to display, edit etc links

    This process completely severs the parent-child relationship between categories and links, and instead opens up a many-to-many relationship, which is much more flexible and helpful.

    Developers?
    Csillamvilag.com
    Bodypainting, Facepainting, Glitter, Henna

Similar Threads

  1. Multiple Categories?
    By blacknight in forum v5.x
    Replies: 3
    Last Post: 10-10-2006, 08:01 PM
  2. Multiple categories ?
    By Frank71 in forum v5.x
    Replies: 7
    Last Post: 08-13-2004, 09:42 AM
  3. Multiple Categories MOD
    By esm in forum v5.x
    Replies: 9
    Last Post: 08-03-2004, 11:39 PM
  4. multiple categories...
    By rayhne in forum Pre-Sales Questions
    Replies: 13
    Last Post: 05-07-2003, 11:32 PM
  5. Adding a link to multiple categories
    By craven in forum v3.2
    Replies: 10
    Last Post: 03-12-2003, 09:27 AM

Posting Permissions

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