Smileys only work on NEW posts

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Guest

Smileys only work on NEW posts

Post 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!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

What is the URL of your MBoard installation?

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Guest

Nevermind.........my fault....

Post 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!
Locked