comment boxes not working?, no comment boxes are working on myspace right now. |
comment boxes not working?, no comment boxes are working on myspace right now. |
Apr 4 2008, 06:47 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 351 Joined: Jul 2007 Member No: 543,127 |
or at least the ones i have tried.
does anybody know how to fix this or what is wrong? |
|
|
|
![]() |
Apr 8 2008, 06:30 PM
Post
#2
|
|
![]() cake or DEATH ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 631 Joined: Sep 2005 Member No: 223,586 |
bumping this in case anyone is having problems with custom comment boxes.
Here is the updated code (replace XXXXXX with your friendID): CODE <table class="commentBox"> <form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=XXXXXX"> <tr><td><input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" /> <textarea class="inputBox" name="ctl00$cpMain$UserWriteCommentsControl$commentTextBox" >Here's where you type in your commment!</textarea> </td></tr><tr class="buttons"><td><input type="submit" name="ctl00$cpMain$UserWriteCommentsControl$postcommentImageButton" class="postButton" value="Comment me!"></input></td></tr></form></table> And here is where you customize it. Add this (and the code above) to About Me: CODE <style> .commentBox {background-color:transparent; border:0px; width:200px;} .commentBox td {background-color:transparent;} .commentBox .titleTD {display:none;} .commentBox .postButton {font-family:Tahoma; color:black; font-size:12px;} .commentBox .buttons input {background-color:cccccc; border:1px Solid; border-color:999999; width:100%;} .commentBox .inputBox { display:block; width:100%; background-color:000000; height:120px; border:0px; text-align:left; font-family:Tahoma; color:cccccc; font-size:13px; scrollbar-arrow-color:CA4782; scrollbar-track-color:323232; scrollbar-shadow-color:222222; scrollbar-face-color:323232; scrollbar-highlight-color:ffffff; scrollbar-darkshadow-color:cccccc; scrollbar-3dlight-color:000000;} </style> .commentBox .inputBox - where you type in your comment .commentBox .postButton & .commentBox .buttons input - the actual button that you click to comment someone Someone already submitted a different code to Myspace Scripts, but this is the one I find easier to work with. |
|
|
|
fredatemespleen comment boxes not working? Apr 4 2008, 06:47 PM
Synesthesia Post the coding that you've tried. Did you rep... Apr 4 2008, 06:53 PM
fredatemespleen yea, i put the friend id in.
its like, all comment... Apr 4 2008, 07:22 PM
chocokissez CODE<input name="friendID" value=... Apr 4 2008, 07:26 PM
fredatemespleen its worked for months.
i've had that same comm... Apr 4 2008, 07:42 PM
miyashu there's actually nothing wrong with your code.... Apr 5 2008, 12:13 AM
vintage-toile i am using this code:
CODE<form method="p... Apr 8 2008, 06:56 PM
xTHExDUDEx I've got a script accepted in the myspace scri... Apr 8 2008, 08:27 PM![]() ![]() |