Gossamer Forum
Quote Reply
ACE News plug in
THis is a great tool by all means, but there is a bug or something we are doing wrong..

we have sat the Max_Title_Length to 250 and yet we can not add more than 50 letters title it will not have anything more.

Can this be fixed or is it something we are doing?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] ACE News plug in In reply to
Hi,

Its been a while since I looked at this plugin, but seems like the field length in the install script is setup to 40 charachters:

Code:
Title => {
pos => 1,
type => 'CHAR',
size => 40,
not_null => 1
},

If you goto http://domain.com/...do=editor_table_form .. you should be able to edit the field to 255 from there :)

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] ACE News plug in In reply to
That did work
Thansk
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory