AndyB
Well-known member
The create_thread template has the following code:
maxlength="100"
This controls the maximum title length and I would like to be able to change this with my add-on.
Using Template Modification I will replace the default code so it will become:
maxlength="{$maxLength}"
The value of $maxLength will be set in my add-on Options.
EDIT: see post #20 for solution.
maxlength="100"
This controls the maximum title length and I would like to be able to change this with my add-on.
Using Template Modification I will replace the default code so it will become:
maxlength="{$maxLength}"
The value of $maxLength will be set in my add-on Options.
EDIT: see post #20 for solution.
Last edited: