Not letting Friends pOst comments!, My layout is DIV, I dont know whats wrong. |
Not letting Friends pOst comments!, My layout is DIV, I dont know whats wrong. |
Mar 15 2006, 01:33 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Oct 2005 Member No: 257,632 |
Alright well my myspace
www.myspace.com/emobroken When my friends try to post comments it has "You must be somones friend to post a comment about them" Heres my code for the comment me stuff, CODE <div class="div6"> <p> <center> Comment Me: <p> <br> <center><form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="20206268" type="hidden"><textarea name="f_comments" cols="60" rows="10" style="border-width: 3px; border-style: solid; border-color:00000; font-family: Terminal; font-size: 10px; color: 000000; background-color: FFFFFF;" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 3px; border-style: solid; border-color:000000; font-family: Terminal; font-size: 10px; color:000000; background-color:FFFFFF;" type="submit"><input value="clear" style="border-width: 3px; border-style: solid; border-color:000000; font-family: Terminal; font-size: 10px; color:000000; background-color:FFFFFF;" type="reset"></form> </center> </div> Can someone pleasee help me? |
|
|
|
![]() |
| *StanleyThePanda* |
Mar 15 2006, 10:50 AM
Post
#2
|
|
Guest |
Try this:
CODE <div class="div6">
<p> <center> Comment Me: <p> <br> <center><form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="20206268" type="hidden"><textarea name="f_comments" cols="60" rows="10" style="border-width: 3px; border-style: solid; border-color:00000; font-family: Terminal; font-size: 10px; color: 000000; background-color: FFFFFF;" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 3px; border-style: solid; border-color:000000; font-family: Terminal; font-size: 10px; color:000000; background-color:FFFFFF;" type="submit"><input value="clear" style="border-width: 3px; border-style: solid; border-color:000000; font-family: Terminal; font-size: 10px; color:000000; background-color:FFFFFF;" type="reset"></form> </center> </div> |
|
|
|
Mar 15 2006, 12:45 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Oct 2005 Member No: 257,632 |
Alright, I tried that, and its saying the same thing, "You must be someones friend"
|
|
|
|
Mar 15 2006, 12:50 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
You have the wrong friend ID.
Yours is: 44721820 The one you have: 20206268 |
|
|
|
Mar 15 2006, 01:24 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Oct 2005 Member No: 257,632 |
Wow! thanks so much i didnt even notice that before, thanks a lot!
|
|
|
|
![]() ![]() |