A few user so mine want to be able to add more tags. How can I extend the length of characters in the tags box? Thanks
in submit_step_2.tpl change this line to something higher thatn 40 Code: <input type="text" id="tags" name="tags" value="{$tags_words}" size="60" maxlength="40" />
<input type="text" id="tags" name="tags" value="{$tags_words}" size="60" maxlength="40" />
Thanks a bunch
Forum Rules