PDA

View Full Version : Increase characters number for categories titles



Milea Ionut
January 10, 2013, 02:48 PM
Hello,

How can i increase the characters number for the categories titles?

Thanks!

Dmitry
January 11, 2013, 03:18 AM
Hello Milea,

FTP > admin > tpl > controllers > categories.tpl

find code:
<input type="text" name="name[{$language.Code}]" value="{$sPost.name[$language.Code]}" class="w350" maxlength="50" />

and replace: maxlength="50" on your number. Save and update on server.

Thanks.

Milea Ionut
January 11, 2013, 03:04 PM
Thank you very much!