MyBB Community Forums

Full Version: Smilies have gone :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know WHY they have gone but not how they did it, nor how to fix it.

I moved my forum from http://gfx-core.com to http://gfx-core.com/community

However the smilies didnt like the move Sad

For example when i click on a smilies (which finally loads in Firefox but not IE):
http://www.gfx-core.com/community//images/smilies/happy.gif

There are 2 slashes after community. Anybody got any clues?

Thanks
Does your forum URL have a trailing slash?
Have you changed your smilies recently?
Edit the smilies and make sure there's no / at the start of the image path.
There is no trailing slash just "http://gfx-core.com/community". They do have a slash at the beginnning of each smiley but they used to before the move also Sad
Well, remove it, there's not meant to be a leading or trailing slash, dunno why they worked before if there was a slash there.
ok that fixes it, is there a quick way to do it instead of individually? I have about 50 smilies :p
Could I use the HTACCESS to edit the url automatically?
To be honest it would have been a hell of a lot quicker to go through them and edit them than wait 12 days for a reply Undecided Would only take about 3 minutes.

But, if you want it done for you, try this query:

UPDATE `mybb_smilies` SET `image` = SUBSTR(image, 2);