My comment box isn't working (I have DIV layout) |
![]() ![]() |
My comment box isn't working (I have DIV layout) |
Apr 19 2006, 10:40 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Apr 2006 Member No: 393,221 |
I switched and created a custom DIV layout of my own, and I have a comment box set up but it's not allowing people to use it. It's saying they have to be my friend. I'm using this code:
<div class="commentbox"><center> <br /> <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"> <input type="hidden" name="5884645" value="5884645"> <textarea name="f_comments" cols="25" rows="5"></textarea><br /> <input type="submit" value="Submit"> </form> <a href="http://comments.myspace.com/index.cfm?fuseaction=user.homeComments&friendID=5884645&Mytoken=823bd143-2001-4d52-939a-fab3b01bf952">View All Comments</a> </center> </div> Anything wrong with it? I just want a simple comment box. |
|
|
|
Apr 19 2006, 10:49 PM
Post
#2
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
Maybe try a regular comment box?
CODE <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="Your friend ID number" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="reset"></form>
|
|
|
|
Apr 19 2006, 11:09 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
take
<form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"> <input type="hidden" name="5884645" value="5884645"> <textarea name="f_comments" cols="25" rows="5"></textarea><br /> <input type="submit" value="Submit"> change it to <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"> <input type="hidden" name="friendID" value="5884645"> <textarea name="f_comments" cols="25" rows="5"></textarea><br /> <input type="submit" value="Submit"> |
|
|
|
![]() ![]() |