@baris Thanks for the heads-up, v0.5.12 has been deprecated for the version mismatch issue, so v0.5.11 should be the recommended version
TAGS: use of special character (like "%") and numbers
-
In my forum I need to be able to manage tags with the name "65%", "60%", etc. but I noticed that:
- the "%" symbol is not saved (not even via ACP)
- if the tag starts with a number it is not suggested
-
@ylothar said in TAGS: use of special character (like "%") and numbers:
if the tag starts with a number it is not suggested
Can you provide reproduction steps for this? Seems to work when I test it on a new topic.
-
-
Ahh it might be because there are no topics tagged with 123, does it work if you create a topic with 123 and try to use it again?
-
@baris you're right, that's it!
What about the problem with special characters instead?
-
Right now
%
isn't handled properly so it breaks thetag/<tagname>
urls that's why it is not allowed. It would require some changes in core and the themes to properly handle that symbol. -
Do you think it could be put on the to-do list?
-
There you go
https://github.com/NodeBB/NodeBB/issues/10135 -
-
This is implemented on master now.
-
-
Upgraded today to v. 1.19.0 and it works like a charm, renamed all numeric tags with "%" and good to gooooooo