Comments- Please Help, Comments |
Comments- Please Help, Comments |
Aug 26 2006, 02:35 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2006 Member No: 457,880 |
Ok, I just put this new layout for my myspace page.
......But my comments section doesn't work. My friends can't send me a comment. Keeps on saying...they must "be a friend to post comments" Here is my code under the comments part: <div class="comdiv"> <center><form method= "post" action= "http://comments.myspace.com/index.cfm?fuseaction=comment.ListAll&friendID=67654428" class="van"> <input name= "67654428" value= "ListAll&friendID=67654428" type= "hidden"> ....The code is wrong somehow. Can someone tell me...what is the right code so that my friends can post me a comment? |
|
|
|
![]() |
| *This Confession* |
Aug 26 2006, 04:05 PM
Post
#2
|
|
Guest |
uhm
Is that a comment box your working with? Anyway change what you posted to this: <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="RAWRR" type="hidden"> ONLY change the RAWRR to your friend ID. |
|
|
|
Aug 26 2006, 04:47 PM
Post
#3
|
|
|
omghi2u ![]() ![]() Group: Member Posts: 26 Joined: Jul 2006 Member No: 445,128 |
so the form action's been changed from
"http://comments.myspace.com/index.cfm?fuseaction=user.confirmComment" to "http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment" ?? and that fixes it? if so, you can close my topic @ http://www.createblog.com/forums/index.php?showtopic=149616 cheers |
|
|
|
Aug 26 2006, 06:09 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2006 Member No: 457,880 |
Thanks for the reply, This Confession.
But I tried your code and it completely erased my comment box, o.o |
|
|
|
Aug 26 2006, 06:34 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2006 Member No: 457,880 |
Ok, I got it to work. :-)
First time it didn't work because I removed the div part from it. So I got it to work with this: <div class="comdiv"> <center> <form method="post" action="http://collect.myspace.com/index.cfm?fuseaction=user.confirmComment"><input name="friendID" value="RAWRR" type="hidden"> ONLY change the RAWRR to your friend ID. Thanks for the help. |
|
|
|
![]() ![]() |