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

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