2006-06-11, 02:21 AM
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:
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);