I notice that when a User modifies a listing that has been copied into multiple categories, it will only list that one category and if that listing is validated, it will wipe out all the other categories. Is there a way around this? Can the category option be removed from the Modify a Site form? Would that keep the categories from being affected?
Jun 26, 2002, 12:22 PM
Enthusiast (582 posts)
Jun 26, 2002, 12:22 PM
Post #3 of 12
Views: 3727
I think what I really need to know is if the select a category can be removed from the modify a site form and perhaps replaced by a listing of categories the link is currently in. I realize this means a new include_form (include_modify_form) but does anything need to be done to any .cgi file? And would this work?
Jul 8, 2002, 6:39 AM
Veteran / Moderator (18436 posts)
Jul 8, 2002, 6:39 AM
Post #9 of 12
Views: 3759
When you say it has been copioed into multiple categories, why didn't you just select multiple categories for the single link (by holding down Ctrl when selecting categories)...
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Jul 8, 2002, 7:03 AM
Veteran / Moderator (2199 posts)
Jul 8, 2002, 7:03 AM
Post #10 of 12
Views: 3712
This really seems to be a problem.
As far as I can see, the code in Links/Users/Modify.pm presumes that a link is in only one category. The subs in question are:
_modify_passed_in() and _category_list()
One could modify it, but I don't know if this would have any other consequences...
Ivan
-----
Iyengar Yoga Resources / GT Plugins
As far as I can see, the code in Links/Users/Modify.pm presumes that a link is in only one category. The subs in question are:
_modify_passed_in() and _category_list()
One could modify it, but I don't know if this would have any other consequences...
Ivan
-----
Iyengar Yoga Resources / GT Plugins
Jul 8, 2002, 11:57 AM
Enthusiast (582 posts)
Jul 8, 2002, 11:57 AM
Post #11 of 12
Views: 3649
The owner can only select one category when modifying, which means that when any changes are made (whether the link is copied or multi), the category would reset to just the one category, correct?
What I want is to set it up so that the owner does not need to select a category when modifying...in fact, I don't want them changing the category that way at all.
Of course there is the fact that some of the links in my directory go into over 100 different categories and copying is much easier then holding down the CTRL key.
What I want is to set it up so that the owner does not need to select a category when modifying...in fact, I don't want them changing the category that way at all.
Of course there is the fact that some of the links in my directory go into over 100 different categories and copying is much easier then holding down the CTRL key.
Jul 9, 2002, 7:30 AM
Enthusiast (582 posts)
Jul 9, 2002, 7:30 AM
Post #12 of 12
Views: 3646
If I can't remove the option of changing the category from the form (my first and most wanted feature) can it be set not to be changed at all? So the user can't modify it? Or would that still reset the categories back to just one category?