Comment box Help plz, removing links and showing comment box |
Comment box Help plz, removing links and showing comment box |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
hi firstly i am planning on using this layout http://www.createblog.com/forums/index.php?showtopic=149068 but is there a way to show the comment box and show what other people have said on the main layout and not by clicking on the links on the side.
below is a screenshot of what i mean http://i58.photobucket.com/albums/g270/legend_03/test.jpg thanks |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
You would have to unhide the comments then position them with a div. If you have no clue what a div is or how to position it might be pretty hard for you.
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
oh sounds quite difficult, how do i unhide them?
also is there a code to do this job? |
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Well I'm not positive you can.. Do to the layout code she used to hide the profile. You might want to pm them and ask her if she/he can do it for you. Or hep you show the comments again.
Because of the code she used to hide her profile, thats why. She/he should be able to help you since they did put half of the comments in a div code in the layout. Yes theres a ocde . You have to remove a code the layout currently has , and then you have to use the comments in a div script. All of that is for you to show your comments. Adding a comment box is easy :) |
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
ok i looked at the codes myself and after numerous trial and errors ive came across the codes to get it to display the comment box again. if i delete the codes below i get something like this http://i58.photobucket.com/albums/g270/leg...03/untitled.jpg.
div table td font {visibility:hidden;} div table table table td font {visibility:visible;} table table table td {visibility:hidden;} td, .text, div, input {color:!important;} marquee, table table table div td {visibility:visible;} table table embed {display:block; position:absolute; top:0px; left:0px; visibility:visible;} .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;} table table, table table td {padding:0px; height:0px;} table table table embed {position:static;} span, b {color: !important;} a {color: !important;} table div div, table tr td div font a {visibility:hidden;} .text, table table table table a, table table table table div, .frm1 {visibility:hidden;} table table table table div a, .frm1 input {visibility:visible;} please help i think im almost there ![]() |
|
|
![]()
Post
#6
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
You are there. The next step is to take this code and position your comments where you want them.
http://www.createblog.com/scripts/download.php?id=74 ![]() |
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
hmm almost its just the matter of where to put the code because i get this when i replace the codes with it http://www.myspace.com/the_forgottenlegend
|
|
|
*This Confession* |
![]()
Post
#8
|
Guest ![]() |
^yea now in this part of the code
QUOTE <div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:100px; margin-left: 200px;"><center><table><table><tbody><tr><td><table></center></div> chang ethe top and left px until they go to where you want to comments to display.. to position QUOTE quick lesson on "position: relative"
top: -45px = moves up 45px top: 45px = moves down 45px left: -15px = moves left 15px left: 15px = moves right 15px quick lesson on "position: absolute" top: 0% = moves to top of page top: 50% = moves to middle of page top: 100% = moves to bottem of page left: 0% = moves to left of page left: 50% = moves to center of page left: 100% = moves to right of page margin-left: -15px = moves left 15px margin-left: 15px = moves right 15px margin-top: 45px = moves down 45px margin-top: -45px = moves up 45px |
|
|
![]()
Post
#9
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
ok thanks for that help man
![]() |
|
|
![]()
Post
#10
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Link? And which scrollbar?
|
|
|
![]()
Post
#11
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
well im almost there just one more last question how do i hide my friends inside the scroll bar i used this code
<style> table table td.text table td.text table table tbody td table, span.btext {display: none !important} </style> but doesnt seem to work please help. thanks |
|
|
![]()
Post
#12
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
|
|
|
![]()
Post
#13
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Aug 2006 Member No: 458,526 ![]() |
![]() |
|
|
![]()
Post
#14
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Wait a minute. Are you using the comments in DIV script? the one in our script section automatically hides your friends.
![]() |
|
|
![]() ![]() |