Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How can I modify the link move table to add another category?

Quote Reply
How can I modify the link move table to add another category?
Hello. When an editor logs on and is looking at a table of links he/she can see these choices:

  • Site Title
  • http://www.url.com Edit | Delete | Move | Copy | Owner |

    This is somewhat useful, but in my directory, a category might need to have a subcategory added when it grows to large (similar to dmoz). I have a column in my database for an extra field that users select to tell what kind of membership system their site requires. When more than 10 sites use the same membership system, the editor are to create a new subcategory to put those sites into in order to keep things cleaned up.

    The field I have is in the lsql_Links table and the column is called avstag. I would like to place the field avstag after the URL and before the edit,delete,move,copy,owner choices. That way an editor could look at the table and pull all the links with the avstag=whatever they are looking for.

    Does anyone have any thoughts on how I might accomplish this?

    Thanks!