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

[ Hack ] Show Link ID in Admin Modify Link Form

Quote Reply
[ Hack ] Show Link ID in Admin Modify Link Form
In the admin Category modify form, you get the ID of the category your working with. To have the same in the admin Link modify form , simple do this:

Edit Browser.pm found in admin/Links around line 962.

Code:
hide => [qw/ID isNew isChanged isPopular Status Date_Checked Timestmp/],

Remove ID from the hide line, thus:

Code:
hide => [qw/isNew isChanged isPopular Status Date_Checked Timestmp/],

I find having the Link ID shown very useful in some circumstances.

~ ERASER


Free JavaScripts @ Insight Eye