We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

2 character's tag | Forum

Simone
Simone Mar 21 '15
hi,

is it possible to add a 2 characters tag in a blog post?


thank you

ross Team
ross Mar 24 '15
yes it is possible

go to ow_plugins/blogs/controllers/save.php

line 262

$tf = new TagsInputField('tf');

after this line

put this code:

 $tf->setMinChars(1);


by changing the number you change the allowable limit of characters

Simone
Simone Mar 24 '15
Thank you!!
ross Team
ross Mar 24 '15
Topic was moved from General Questions.