Help with comment box |
![]() ![]() |
Help with comment box |
Jul 18 2006, 01:28 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jul 2006 Member No: 440,396 |
For some reson when my friends or i try to comment on my page it dosn't work(it says that my friends must be friends with the person to post but, they already are)...I read myspace trouble shoot posts (or whatever they are) and it dose look like they are having probelms on the comment boxes but I would like to make sure its not just my code.. help is much loved <3
CODE <br>
<form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="94193212" type="hidden"><textarea name="f_comments" cols="40" rows="4" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 10px; color: 000000; background-color: EEA49C;" style="overflow:auto;">Yum! :)</textarea><BR> |
|
|
|
Jul 18 2006, 01:52 PM
Post
#2
|
|
|
& my dreams fall down ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,173 Joined: Nov 2005 Member No: 291,336 |
this is how the code needs to be:
CODE <br> <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=94193212&Mytoken=1484D96A-C169-C5A8-85A714701140DE3B17418574" type="hidden"><textarea name="f_comments" cols="40" rows="4" style="border-width: 1px; border-style: solid; border-color: 000000; font-family: arial; font-size: 10px; color: 000000; background-color: EEA49C;" style="overflow:auto;">Yum! :)</textarea><BR> you can't just put the value of your friendID you have to put the link, see it that works |
|
|
|
Jul 18 2006, 09:49 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jul 2006 Member No: 440,396 |
Nope still the same message
|
|
|
|
![]() ![]() |