Page 1 of 1

smiley problem

Posted: Sun Apr 10, 2005 6:48 am
by jhonny
smiley is not animated on other computer but when i try it on the server pc the smileys are animated pls. help thanks

Posted: Sun Apr 10, 2005 6:59 am
by jhonny
also how do i add the time message was posted. thanks again

Posted: Sun Apr 10, 2005 9:21 am
by Klemen
Hi,

I'm not sure why smileys aren't animated on your computer. If they are on the server PC there is nothing wrong with them, must be a problem with your pc.

As for adding time. Open mboard.php in a plain text editor (like Notepad or Wordpad) and find this code (there are two lines with this code, use search function to find them):

Code: Select all

$date=date ("d/M/Y");
Then just change that for example to

Code: Select all

$date=date ("d/M/Y H:m:s");
Regards

Posted: Sun Apr 10, 2005 1:36 pm
by jhonny
Thanks for the info, the smiley problem is gone when i delete the history and cache file in the browser. Your scripts are great.
thanks,