MyBB Community Forums

Full Version: Smilies not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, for some reason smilies wont show in my mybb forums.

with theme:
http://imgur.com/a/Z0P5J

without theme:
http://imgur.com/a/jAaRE
can we have your forum url & a test user account ..
(2016-11-08, 09:54 AM).m. Wrote: [ -> ]can we have your forum url & a test user account ..

I will pm you it soon. I don't want the public to know the url yet since the email isn't setup yet.
you can try using below SQL queries
UPDATE `mybb_icons` SET  `path`= REPLACE (`path`, '.gif', '.png') WHERE `path` LIKE '%.gif%'; 

UPDATE `mybb_smilies` SET  `image`= REPLACE (`image`, '.gif', '.png') WHERE `image` LIKE '%.gif%'; 

see also common sql queries guidance
(2016-11-08, 02:55 PM).m. Wrote: [ -> ]you can try using below SQL queries
UPDATE `mybb_icons` SET  `path`= REPLACE (`path`, '.gif', '.png') WHERE `path` LIKE '%.gif%'; 

UPDATE `mybb_smilies` SET  `image`= REPLACE (`image`, '.gif', '.png') WHERE `image` LIKE '%.gif%'; 

see also common sql queries guidance

I tried both of them but neither did anything. Also my tables were called mbb_smilies and mbb_icons so i set it to that, just incase you ask. Also pictures people upload aren't showing either. I tried to put a picture up using [img][/img] and it came up with this, http://imgur.com/a/HcxFQ

EDIT: I just noticed in phpmyadmin that all the pics are gifs. Should I try turning them into png's?
the SQL queries should work as you changed the prefix.
And any type of image should be visible by using img tags

not sure what is wrong! would you like to provide temporary access
to both forum admin panel & web host control panel to check them ..
(2016-11-09, 09:41 AM).m. Wrote: [ -> ]the SQL queries should work as you changed the prefix.
And any type of image should be visible by using img tags

not sure what is wrong! would you like to provide temporary access
to both forum admin panel & web host control panel to check them ..
I'll give u admin but I'm not sure how to give u access to cpanel.