Elxis CMS Forum

Support => General => Topic started by: xmanhattan on January 16, 2024, 10:18:24

Title: mod_quotes text length
Post by: xmanhattan on January 16, 2024, 10:18:24
Hello,

While I am updating my Elxis site locally to the latest version, I noticed that some quotes maybe too long or the module has a limit.

Is there a limit to the line length and can it be expanded?
Title: Re: mod_quotes text length
Post by: datahell on January 26, 2024, 22:19:40
There is a limit of 255 characters. You can increase it by modifying extension's XML file.
modules/mod_quotes/mod_quotes.xml

Change "maxlength" value of q1, q2, ..., q20 parameters from 255 to 300-500 characters.

<param type="text" name="q1" default="" multilingual="1" size="80" maxlength="255" dir="rtl" label="QUOTE" description="" />
Title: Re: mod_quotes text length
Post by: xmanhattan on January 27, 2024, 09:21:30
Thank you Datahell.