4.1.0 RELEASED
Now mod respects tag min and max length settings when creates tags propositions + aliases for this settings was added to this mod settings group.
Also fixed bug for changing propositions to tags with special characters.
Enjoy!
PS.
If someone want to clear propositions which was made without respecting min and max length then simply execute this query on vb db:
Code:
delete from tag_proposition where status=0
Note: Do not just delete all propositions. In such case you will loose history and already disabled propositions will appear again. Also if you just delete everything from
tag_proposition table, then propositions for already existing tags can appears. So use code which I gave you and run after that "Create Tags Propositions From All Titles".