Smileys

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

Smileys

Post by Guest »

http://aaglh.angeltowns.com/interact/bbs/mboard.php

I need help ^^;. The smileys on this board doesn't seem to work when I click on them.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hello,

Have you changed the textarea name?

One of these two things should fix your problem:

1) rename your textarea from "message" to "comments". Corresponding HTML code:
NOW:
<textarea cols=50 rows=9 name="message">
CHANGE TO:
<textarea cols=50 rows=9 name="comments">

- OR -

2) open smileys.htm in a plain text editor. Find this code using the "Search" (Find) function:

parent.opener.document.form.comments.value

and change it to:

parent.opener.document.form.message.value


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

Post by Guest »

I haven't changed anything.

But it works now! Thanks a lot! :)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I know what the problem was then: you also downloaded GBook (PHP Guestbook), haven't you? Then you tried to use smileys.htm from GBook for MBoard :D

Anyway, glad you got it working.
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
Locked