MyBB Community Forums

Full Version: Similies Not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My similies arent working for some reason. When you try to post a reply and pick one it shows incorrectly. 

The URL is www.red-towers.com/RTForums
Test account is 

Username: Testme

Password: Fixmenow2021

I'd like to know how to fix please
your theme is looking for gif images for the smilies but you have png images.

to fix it you can run below SQL query
UPDATE `mybb_smilies` SET  `image`= REPLACE (`image`, '.gif', '.png') WHERE `image` LIKE '%.gif%';

see if required => common sql queries guidance
How can I know which is the correct database as I deleted and reinstalled myBB forums multiple times and I have over 20 databases
~/inc/config.php file consists of the database name
$config['database']['database'] = '____________';
(2017-04-17, 04:33 AM).m. Wrote: [ -> ]~/inc/config.php file consists of the database name
$config['database']['database'] = '____________';

Did not seem to fix when I ran the query. I was thinking maybe I have the smilies in the wrong location?
^ images folder has a sub-folder named smilies.
you can rename file extension .png as .gif for all images in that smilies folder