Elxis CMS Forum
Support => General => Topic started 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?
-
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="" />
-
Thank you Datahell.