| Author | Comment | |||
|---|---|---|---|---|
alison |
Hide your votes! |
Lead | ||
|
table.voting { display: none; }
Last Edited By: Chris 30 Aug, 2006 07:23.
Edited 1 time.
|
||||
|
|
||||
Arizona |
re: Hide your charisma! | #1 | ||
|
Hi Alison, I added that snippet to the profile edit 3rd box. And I still had
(a decidedly small amount, lol)charisma. So, I cleared my cache and tried again. Still there. Has the code changed now? |
||||
|
|
||||
alison |
re: Hide your charisma! | #2 | ||
|
I am pretty sure that it didn't change, which means I made a typo! It's a div, not a class. Have a look at what I've edited the code to be now, that will work.
(how sage, considering my comments about the spelling!!) |
||||
|
|
||||
Arizona |
re: Hide your charisma! | #3 | ||
|
lol and Thank ya very much!
|
||||
|
|
||||
Acky12 |
re: Hide your votes! | #4 | ||
|
Alison - I can't seem to get this to work. I put it in the 3rd box but nothing happened. I did a hard refresh and there was no change. Did the code change
again?
Thanks |
||||
|
|
||||
alison |
re: Hide your votes! | #5 | ||
|
It still works Acky, but I don't see it in your code right now.
|
||||
|
|
||||
Acky12 |
re: Hide your votes! | #6 | ||
|
I'd taken it out to verify that it didn't work [for some reason it looked like something else went missing when I put the line of tag code in. Whoops!
I've put it back but it still doesn't work. Again, I'm trying a hard refresh but it doesn't seem to work. Is there a certain place where it needs to go in that third box? Thanks |
||||
|
|
||||
atlass |
re: Hide your votes! | #7 | ||
|
The reason it doesn't work for you is this:
.statsholder th, .statsholder td { text-align: c table.voting { display: none; } The previous declartation is unfinished. Try this instead: The reason it doesn't work for you is this: .statsholder th, .statsholder td { text-align: center; } table.voting { display: none; } |
||||
|
|
||||
Acky12 |
re: Hide your votes! | #8 | ||
|
Ah, thanks a bunch!
|
||||
|
|
||||
Thera |
re: Hide your votes! | #9 | ||
|
I've got this same problem... I have the proper code in I believe.
|
||||
|
|
||||
Chris |
re: Hide your votes! | #10 | ||
|
Is it on this profile Thera? I dont see it in the css code. Did you apply the skin and/or make sure it was the right skin you edited? :)
|
||||
|
|
||||
Thera |
re: Hide your votes! | #11 | ||
|
I put it at the bottom of all three of the skins that were in my profile. I'll try again. Is that the right place to put it? Do I have to hit
"apply" after I've edited a skin?
EDIT: oddly enough, the skin I was actually using wasn't in my list of skins to edit. So I re-applied an old one that had the code in it. |
||||
|
|
||||
alison |
re: Hide your votes! | #12 | ||
|
well it's working now, although the skin itself isn't! That one has been updated and is in the main skins library.
|
||||
|
|
||||
Mahnka(d) |
re: Hide your votes! | #13 | ||
|
<<.miniprofile-block .status
{display: none;} >> Where would I stick this? Starting at which line and ending in which line? I don't mind the picture being there but having all the other stuff there is really weird. |
||||
|
|
||||
alison |
re: Hide your votes! | #14 | ||
|
it goes in the third box under edit, and you can put it at the beginning or the end, it doesn't matter.
|
||||
|
|
||||
Mahnka(d) |
re: Hide your votes! | #15 | ||
|
cool...thanks!
|
||||
|
|
||||
Sudsy Bubblebath |
re: Hide your votes! | #16 | ||
|
Thank you for this code...I flipped out over the votes (cuz that's what I do best)...I'll try it :)
|
||||
|
|
||||
stranlaw |
re: Hide your votes! | #17 | ||
|
Hey, Alison! Could you check my profile and tell me how to do this?
I don't mind my votes showing up...but, I want to removed the vote buttons so that I don't get any further votes. I changed this: td.vote-links { padding-bottom: 1px;} .vote-links a.button { display: block; } to td.vote-links { padding-bottom: 1px;} .vote-links a.button { display: none; } That should stop the voting, right? But, how could I get the words Good and Bad to show up in there without the buttons? It would look better that way! Thanks in advance! Stacey :) |
||||
|
|
||||
alison |
re: Hide your votes! | #18 | ||
|
That would not be possible, if they are there, they are clickable.
|
||||
|
|
||||