Page 1 of 1
Smileys only work on NEW posts
Posted: Tue Mar 08, 2005 1:21 pm
by Guest
before you ask...no...havent changed anything. Smileys will work when creating a new message post....but not for replies to a post. Im confoozed!
Posted: Tue Mar 08, 2005 2:32 pm
by Klemen
Hi,
What is the URL of your MBoard installation?
Regards
Nevermind.........my fault....
Posted: Wed Mar 09, 2005 6:06 pm
by Guest
OK........got it figured out. Had settings.php configured wrong....DUH!
INSTEAD OF THIS:
// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=2;
IT SHOULD HAVE BEEN (and now is) SET AS:
// What type of server is your website on?
// 1 = UNIX (Linux), 2 = Windows, 3 = Machintos
$settings['system']=1;
By the way.....its a great script! Thanks!