Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] The USER is allowed to ADD CATEGORIES!!

Quote Reply
Re: [Andy] The USER is allowed to ADD CATEGORIES!! In reply to
Hello,
This what I am trying to accomplish. I think it will be a good idea to have
this blugin built into LINKS SQL and can be activated/deactivated by the Admin.

This is the algorithm that I am after.


Code:
1 - user logs in;

2 - from ANY CATEGORY menu bar, user clicks on "ADD CATEGORY" (new option);

3 - user fills out the Add Category form and submit it.

if (CATEGORY EXISTS) then
{
- (Fail) Page will appears with an Add Links hyperlink in it to allow
the user to add links to the EXISTING CATEGORY.
}

if (CATEGORY DOES NOT EXIST) then
{
- CATEGORY NAME will be created.
- (success) Page appears with Add Link hyberlink in it to allows user to add links
to the NEWLY CREATED CATEGORY.
}

NOTE:
The user does not need to the newly/existed category to add his/her
links into; instead the success/fail page of the ADD CATEGORY
submission form should have an ADD LINK HYPERLINK in it that if
clicked the ADD LINK FORM will be loaded with the CATEGORY NAME
that you are trying to add is displayed in it as the default category
in the add form.




Any help will be greatly appreciated.
Mark

Last edited by:

Paul: Sep 30, 2002, 7:56 AM
Subject Author Views Date
Thread The USER is allowed to ADD CATEGORIES!! Mark2 9696 Sep 28, 2002, 3:26 PM
Thread Re: [Mark2] The USER is allowed to ADD CATEGORIES!!
Andy 9597 Sep 30, 2002, 1:47 AM
Thread Re: [Andy] The USER is allowed to ADD CATEGORIES!!
Mark2 9540 Sep 30, 2002, 7:11 AM
Thread Re: [Mark2] The USER is allowed to ADD CATEGORIES!!
SandraR 9256 May 20, 2005, 12:50 PM
Thread Re: [SandraR] The USER is allowed to ADD CATEGORIES!!
SandraR 9266 May 23, 2005, 2:40 PM
Thread Re: [SandraR] The USER is allowed to ADD CATEGORIES!!
SandraR 9183 Jun 7, 2005, 5:36 PM
Thread Re: [SandraR] The USER is allowed to ADD CATEGORIES!!
pugdog 9162 Jun 9, 2005, 7:15 AM
Thread Re: [pugdog] The USER is allowed to ADD CATEGORIES!!
SandraR 9146 Jun 9, 2005, 7:56 AM
Post Re: [SandraR] The USER is allowed to ADD CATEGORIES!!
SandraR 9189 Jun 11, 2005, 1:53 PM
Thread Re: [pugdog] The USER is allowed to ADD CATEGORIES!!
webmaster33 9150 Jun 12, 2005, 4:51 PM
Thread Re: [webmaster33] The USER is allowed to ADD CATEGORIES!!
sangiro 9012 Mar 28, 2006, 12:58 AM
Post Re: [sangiro] The USER is allowed to ADD CATEGORIES!!
webmaster33 8970 Mar 28, 2006, 1:08 AM
Thread Re: [sangiro] The USER is allowed to ADD CATEGORIES!!
pugdog 9000 Mar 28, 2006, 9:57 AM
Thread Re: [pugdog] The USER is allowed to ADD CATEGORIES!!
webmaster33 8973 Mar 28, 2006, 11:55 AM
Thread Re: [webmaster33] The USER is allowed to ADD CATEGORIES!!
pugdog 8951 Mar 28, 2006, 1:11 PM
Post Re: [pugdog] The USER is allowed to ADD CATEGORIES!!
webmaster33 8999 Mar 28, 2006, 2:12 PM