Smileys only work on NEW posts
Smileys only work on NEW posts
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!
Hi,
What is the URL of your MBoard installation?
Regards
What is the URL of your MBoard installation?
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Nevermind.........my fault....
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!
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!