Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Modifying entries without url?

Quote Reply
Modifying entries without url?
Hi,

any idea how to change the modify-routine to use the id instead of the url to recognize the choosen entry for modifying?

Btw ... where's the resources section gone?
Quote Reply
Re: [TB2] Modifying entries without url? In reply to
Hi,

If you name your field 'Current_ID' instead of 'Current_URL' in modify.html, then it can work off the ID field.

The resource section is alive and well at:

http://gossamer-threads.com/scripts/resources/

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Modifying entries without url? In reply to
Hmm ... doesn't work - do i need to change anything in modify.cgi?
Quote Reply
Re: [TB2] Modifying entries without url? In reply to
Hi,

What version are you using? This was added in 2.0.5.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Modifying entries without url? In reply to
2.04 & changed a lot of stuff in there - any chance to get this working without upgrading to 2.05?
Quote Reply
Re: [TB2] Modifying entries without url? In reply to
Alex or anyone else: hints?
Quote Reply
Re: [TB2] Modifying entries without url? In reply to
Hi,

Your best bet would be to download 2.0.5, and look in admin/Links/User/Modify.pm for the logic on how to do this. It's not too bad.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Modifying entries without url? In reply to
User/Modify.pm doesn't exist in 2.04 - what do i have to change?
Quote Reply
Re: [TB2] Modifying entries without url? In reply to
Hi,

What I meant was to download 2.0.5 and look at admin/Links/User/Modify.pm and compare that to modify.cgi in 2.0.4.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Modifying entries without url? In reply to
Hi Alex,

done - i see a fiew changes but not the one according to my problem - could you give me a shorthand to find this?