Gossamer Forum
Home : Products : Links 2.0 : Customization :

How do I change validate admin form Textaera

Quote Reply
How do I change validate admin form Textaera
Hello

In the admin, when I validate site in links directory, I would like to enlarge the Description Textarea (row and col).

Does somebody know how to do it ?

Thanks a lot...
Quote Reply
Re: [decaux] How do I change validate admin form Textaera In reply to
Hi,

That shouldn't be too hard.

Log into your admin panel, click on Database > Links > Properties

Then, click on the "Description" field, to edit it.

In the "Form Size" field, just set it to the size you want - i.e 50,30

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] How do I change validate admin form Textaera In reply to
Thanks Andy

Maybe we don't have the same "links".
I work with CGI version Links 2.0. An old version of gossamer links, it seems... Smile

And I have no "administration panel"

Last edited by:

decaux: Apr 16, 2008, 2:54 AM
Quote Reply
Re: [decaux] How do I change validate admin form Textaera In reply to
Hi,

Erm, are you even using LinksSQL, or the flat-file Links 2.0 (i.e non-sql =))

If using the flat-file version, its cos you've posted in the wrong forum Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [decaux] How do I change validate admin form Textaera In reply to
oh, I'm really sorry, cause of my poor english perhaps...

I'm going to search good forum..

Thanks a lot...
Quote Reply
Re: [decaux] How do I change validate admin form Textaera In reply to
heheh - no problem =)

To do what you are asking in Links 2 (static file), you need to just edit /admin/links.def.

Find:

Code:
Description => [5, 'alpha', '40x3', 3000, 0, '', ''],

..and change to:

Code:
Description => [5, 'alpha', '40x10', 3000, 0, '', ''],

That should do it :)

I'll move this post to the right forum for you now :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] How do I change validate admin form Textaera In reply to
Yess..It works !!
You're great, Andy !

So easy for you !!! Smile
Shame on me...

Thanks again...
Quote Reply
Re: [decaux] How do I change validate admin form Textaera In reply to
No problem - glad it worked Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] How do I change validate admin form Textaera In reply to
Andy wrote:
Hi,

Erm, are you even using LinksSQL, or the flat-file Links 2.0 (i.e non-sql =))

If using the flat-file version, its cos you've posted in the wrong forum Tongue

Cheers

Or did you answer in the wrong forum thinking that this was the LinksSQL forum? This is the Links v2.0 Customization forum. I think he posted in the correct forum myself. Tongue
Quote Reply
Re: [Bobsie] How do I change validate admin form Textaera In reply to
Quote:
Or did you answer in the wrong forum thinking that this was the LinksSQL forum? This is the Links v2.0 Customization forum. I think he posted in the correct forum myself. Tongue

I moved it for him :P

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] How do I change validate admin form Textaera In reply to
Andy wrote:
I moved it for him :P

Oh, that explains my confusion then. I didn't see any indication that it was moved from somewhere else. Sorry!
Quote Reply
Re: [Bobsie] How do I change validate admin form Textaera In reply to
heheh np =)

I did say something in one of my earlier posts <G> (easy to miss though, granted)

Quote:
I'll move this post to the right forum for you now :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!