Log In · Register

 
comment boxes not working?, no comment boxes are working on myspace right now.
fredatemespleen
post 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?
 
 
Start new topic
Replies
miyashu
post 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.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: