Gossamer Forum
Home : Products : Links 2.0 : Customization :

in admin.cgi

Quote Reply
in admin.cgi
Hello All

When I am in the links administration menu and under links section and click on add the form comes up in the right frame.

In the URL: section it defaults with the http:// in the forms box.

I want to remove that http:// and show nothing.

I found it in the site_html.pl file and removed the Value="" but the http:// still shows up.

Please help this little thing of the default http:// in the box is an annoyance.

Thanks
Quote Reply
Re: [bytor] in admin.cgi In reply to
Look in links.cfg, remove the red part:

# Database Definition: LINKS
# --------------------------------------------------------
# Definition of your database file.
%db_def = (
ID => [0, 'numer', 5, 8, 1, '', ''],
Title => [1, 'alpha', 40, 75, 1, '', ''],
URL => [2, 'alpha', 40, 75, 1, 'http://', '^http|news|mailto|ftp'],


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] in admin.cgi In reply to
That was it perl flunkie!

Thanks