XF 2.1 Default smilies on xenforo.com different than what is installed on new install

AndyB

Well-known member
The smilies here on xenforo.com have several groups.

Smilies, People, Nature, Food, Activity, Travel, Objects, Symbols and Flags.

1583857283677.webp

When I install a brand new XenForo forum, I only get the Smilies group. Curious why the difference.

Thank you.
 
A brand new install? Or an upgrade from XF 1.5?

If it's an upgrade then the database will need to be converted to utf8mb4 first.

If it's a new install, that is unexpected. Does your src/config.php file contain the following?
PHP:
$config['fullUnicode'] = true;
 
Hi Chris,

Yes it was a brand new install, but I always copy the contents from an existing config.php and it didn't have the $config['fullUnicode'] = true; in it. I have added the fullUnicode code to config.php and did a new install, now all the smilie groups are showing.

Thank you.
 
Top Bottom