MyBB Community Forums

Full Version: Problems With Smilies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hmm thanks anyways, it didnt helpSad
for me they dont work
That's an weird problem since it actually displays the right adresse aswell.
First try adding www. before your adresse in your admin CP -> Board settings -> General configuration -> Board URL.
Change to "http://www.rangarang.co.nr/forum"
If that does not work
Go to inc/functions_post.php
Find:
$message = str_replace($smilie['find'], "<img src=\"".$url.$smilie['image']."\" style=\"vertical-align: middle;\" border=\"0\" alt=\"".$smilie['name']."\" />", $message);
Replace with:
$message = str_replace($smilie['find'], "<img src=\"./".$smilie['image']."\" style=\"vertical-align: middle;\" border=\"0\" alt=\"".$smilie['name']."\" />", $message);
hmm i also tried installin it again, but it didnt work, i dont know what to do Sad
Try my above post.
OMG THANK YOU Smile IT WORKED, I JUST DID THE CODING AS YOU SAID, ONE AGAIN THNX Smile
Well it's not the ultimate fix though, it's weird how it didn't work. Oh well.
Glad I could help you, and you are welcomed. Smile
Pages: 1 2