smiley problem

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

smiley problem

Post 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
jhonny

Post by jhonny »

also how do i add the time message was posted. thanks again
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
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
jhonny

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