Is there a way to give user the option to modify there link when it is isValidated No?
Oct 4, 2010, 12:37 AM
Veteran / Moderator (17366 posts)
Oct 4, 2010, 12:37 AM
Post #2 of 3
Views: 280
Not as far as I know.
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Oct 4, 2010, 8:09 PM
User (276 posts)
Oct 4, 2010, 8:09 PM
Post #3 of 3
Views: 262
There is a workaround but it's not very elegant...
What we did on our site is to duplicate the modify.cgi file (we created a new file called correction.cgi) and all the associated files as well (e.g. templates). This also includes duplicating /cgi-bin/admin/Links/User/Modify.pm to Correction.pm, and this then allows you to change the link selection sub to choose non-validated links rather than validated links in the frontend.
There is a bit more to it than what I have described and I'm not sure we have it 100% right (there are some quirky errors in the backend that occur sometimes when validating). It does work though and gives users control over their unvalidated links.
Send me a PM if you want to discuss this in more detail as it's too complicated to post here
.
What we did on our site is to duplicate the modify.cgi file (we created a new file called correction.cgi) and all the associated files as well (e.g. templates). This also includes duplicating /cgi-bin/admin/Links/User/Modify.pm to Correction.pm, and this then allows you to change the link selection sub to choose non-validated links rather than validated links in the frontend.
There is a bit more to it than what I have described and I'm not sure we have it 100% right (there are some quirky errors in the backend that occur sometimes when validating). It does work though and gives users control over their unvalidated links.
Send me a PM if you want to discuss this in more detail as it's too complicated to post here

