Comment box doesn't work |
![]() ![]() |
Comment box doesn't work |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
Hi, I'd like to know why my comment box isn't functioning correctly, because I basically did everything I was supposed to do, which was placing my id # where it said "friend ID" in the code. Everything works, people are able to comment on my pictures, send me messages and all of that....except leave me comment in my comment box. Everytime my friends tried to send me a comment, it would say that they made an error and that they have to be my friend in order to do that. So I would basically like to know why all of that is happening.
|
|
|
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
give me the code to your comment box
|
|
|
*Azarel* |
![]()
Post
#3
|
Guest ![]() |
Chances are the coding you are using no longer works on myspace.. Here is the coding to the comment box on my page, and it works fine.
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="43032755"> <textarea name="f_comments" cols="26" rows="3"></textarea><input type="submit" value="Submit"></form> Replace the first bolded value with your friend ID, and fiddle with the latter two bolded numbers to adjust the size of the comment box. |
|
|
*This Confession* |
![]()
Post
#4
|
Guest ![]() |
^yea that could work
but if you want a more customized one, go here: http://www.createblog.com/forums/index.php?showtopic=122435 Read the instructions as well. |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
here's the comment box code:
<center> <form method="post" action="index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="10758374" value="10758374"><textarea name="f_comments" cols="40" rows="7">Comment Me</textarea><br> <input type="submit" value="Finalize"> <input type="reset" value="Back To Basics"></form><br> <form action="http://www.myspacehelp.uni.cc" method="post"> </center> |
|
|
*Azarel* |
![]()
Post
#6
|
Guest ![]() |
<center> <form method="post" action="index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="10758374" value="10758374"><textarea name="f_comments" cols="40" rows="7">Comment Me</textarea><br> <input type="submit" value="Finalize"> <input type="reset" value="Back To Basics"></form><br> <form action="http://www.myspacehelp.uni.cc" method="post"> </center> What I have bolded in your coding should be replaced with "friendID"; not your actual friendID#, but that actual text. |
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
I put "friendID" where you told me to, and it's still doing the same thing.
|
|
|
*Azarel* |
![]()
Post
#8
|
Guest ![]() |
Hm, okay.. I vaguely remember Tom posting an announcement a while ago about the url in custom comment boxes, so try changing index.cfm?fuseaction=user.ConfirmComment to http://comments.myspace.com/index.cfm?fuse...ConfirmComment; if that doesn't work, then I'm not sure what's wrong. :\ Sorry!
|
|
|
![]()
Post
#9
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Aug 2006 Member No: 458,595 ![]() |
yeah, it didn't work.. but thank you :)
|
|
|
![]()
Post
#10
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
^ Are you sure you only put in the url in her post because she did add a ; at the end. I don't think thats supposed to be there. If so sorry. But take out the ";" at the end.
|
|
|
![]() ![]() |