IMHO, that can generally be said of emoji placed anywherePlus it makes a mature forum full of adults, look like a bunch of kids have taken over the place. Turns a classy looking environment into a cheesy one overnight.
Fair enough, if you look it like that you are right. Good suggestion.It's causing issues with tagging people by username and titles are not being spidered/indexed properly by Google because there are images in the titles, when there should be strictly text. Plus it makes a mature forum full of adults, look like a bunch of kids have taken over the place. Turns a classy looking environment into a cheesy one overnight.
/^[a-z0-9\s]+$/i
.Emojis are just text (though I can see how that may be confusing, particularly if you are normalizing them to a standard style in content bodies, in which case they are rendered as images). In areas such as page titles, they are rendered natively using your system fonts, and search engines should have no trouble spidering or indexing them.It's causing issues with tagging people by username and titles are not being spidered/indexed properly by Google because there are images in the titles, when there should be strictly text.
That is a really good assumption, are you able to confirm that without a doubt with Google's always changing algorithms?You can set the 'Username match regular expression' option (under 'Username validation') to only permit usernames with alphanumerics and white-space using something like/^[a-z0-9\s]+$/i
.
Emojis are just text (though I can see how that may be confusing, particularly if you are normalizing them to a standard style in content bodies, in which case they are rendered as images). In areas such as page titles, they are rendered natively using your system fonts, and search engines should have no trouble spidering or indexing them.
How about thread titles?There is already an option that will strip emoji and ensure your URLs only contain basic characters, it's the romanize option.
Yep.That is a really good assumption, are you able to confirm that without a doubt with Google's always changing algorithms?
Fantastic. Can you please link to the source data of this confirmation from Google? Thank you.
titles are not being spidered/indexed properly by Google because there are images in the titles
No, I cannot because trying to understand Google's constantly changing algorithms is like learning rocket science.Can you link to the source from Google that provides this information?
Fantastic. Can you please link to the source data of this confirmation from Google? Thank you.
Their tech said they can confirm, so I'd like to see the source data.
I may go about it like this, to allow a handful of additional characters:You can set the 'Username match regular expression' option (under 'Username validation') to only permit usernames with alphanumerics and white-space using something like/^[a-z0-9\s]+$/i
.
/^[\x22-\x7e\xbf-\xff]+$
This is exactly why we want to get rid of it. I have not yet converted two forums from 1.5 to 2.2 and honestly, this is the reason why. We want it in in message bodies only--members are asking for that. But we have that small subset of members who will abuse it once they realize they can "emoji all the things." I would attempt to create an add-on to filter it out but have no clue as to how I would do it.Plus it makes a mature forum full of adults, look like a bunch of kids have taken over the place. Turns a classy looking environment into a cheesy one overnight.
I wonder if @AndyB would be interested in creating an add on for this, since Xenforo shows no interest?
We use essential cookies to make this site work, and optional cookies to enhance your experience.