Page 1 of 1

Smileys

Posted: Sat Feb 26, 2005 10:42 pm
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.

Posted: Sat Feb 26, 2005 10:48 pm
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,

Posted: Sun Feb 27, 2005 5:15 am
by Guest
I haven't changed anything.

But it works now! Thanks a lot! :)

Posted: Sun Feb 27, 2005 9:51 am
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.