I have one forum that has it's own skin so I just want to disable them in that particular skin.
I notice that by editing this topic the row of smillies also show under the edit so I would want them gone from there as well.
| Author | Comment | |||
|---|---|---|---|---|
Zandranna |
|
Lead | ||
|
Posts: 2185 5-Nov-09 7:18 PM Blog-a-holic
|
How can I disable the smillies that show in a row under the full comment text box and also under the new topic text box??
I have one forum that has it's own skin so I just want to disable them in that particular skin. I notice that by editing this topic the row of smillies also show under the edit so I would want them gone from there as well. |
|||
|
|
||||
Arizona |
|
#1 | ||
|
ADMINISTRATOR
Posts: 4562 5-Nov-09 10:57 PM smilie fetiche |
I don't know of anyway to do that one Zan. If you turn them off they go off in all forums. And with CSS I have never been able to hide them. The only part
of that editor that I can change with CSS is the textarea. Sorry
|
|||
|
|
||||
Zandranna |
|
#2 | ||
|
Posts: 2185 6-Nov-09 3:27 AM Blog-a-holic
|
Ummm. That's a bummer. I have created a Candle Shrine you see and the row of smillies don't really fit in with it.
http://zandranna.yuku.com/forums/36 I am also thinking about hiding the Comments, Views and Last Poster along with removing the "new" icon to make it simply that the titles are the text with nothing in the body of the post. If I decide to do that, how do I hide the "Last Poster" as that doesn't seem to be in the wysiwyg editor and I have been trying to bugger around with that one. |
|||
|
|
||||
Zandranna |
|
#3 | ||
|
Posts: 2185 6-Nov-09 3:49 AM Blog-a-holic
|
Another question.
How can I remove the main "reply" button inside the topic?? At the moment I have disallowed comments and changed the wording to "Admin Only"
Last Edited By: Zandranna 6-Nov-09 4:24 AM.
Edited 1 time.
|
|||
|
|
||||
Arizona |
|
#4 | ||
|
ADMINISTRATOR
Posts: 4562 6-Nov-09 6:24 AM smilie fetiche |
".latest" is the column you have as "With Love". Are you wanting to hide the whole column or just the user name?
Try this for the inpost reply: a.reply { display: none; } |
|||
|
|
||||
Zandranna |
|
#5 | ||
|
Posts: 2185 6-Nov-09 9:38 AM Blog-a-holic
|
Thanks Zona. While I was waiting for your reply I juggled it around by hidding "Author" and changing "Last Post" to With Love. As I have
decided to disallow replies it works ok either way. Although just in case I change my mind about allowing replies and in case I lose the code you have just
given I might hide the "Latest" and change the text of "Author" Might as well do it right if I can.
But a.reply { display: none; } doesn't work. I've also realised that I need to get rid of the quote button as well?? |
|||
|
|
||||
Arizona |
|
#6 | ||
|
ADMINISTRATOR
Posts: 4562 6-Nov-09 10:10 AM smilie fetiche |
How 'bout this:
div.reply-tools { display: none; } |
|||
|
|
||||
Zandranna |
|
#7 | ||
|
Posts: 2185 6-Nov-09 10:14 AM Blog-a-holic
|
Ah ha, that got rid of the quote but still stuck with the Comment button.
|
|||
|
|
||||
Arizona |
|
#8 | ||
|
ADMINISTRATOR
Posts: 4562 6-Nov-09 10:21 AM smilie fetiche |
Oh you mean at the top? Ok, add this also:
.reply-button { display: none; } |
|||
|
|
||||
Zandranna |
|
#9 | ||
|
Posts: 2185 6-Nov-09 10:55 AM Blog-a-holic
|
Purr-fect. Thankee.
One more thing I have noticed. Is there anyway I can remove * Click to subscribe by RSS * Click to receive E-mail notifications of replies at the bottom of the page to the left. |
|||
|
|
||||
Arizona |
|
#10 | ||
|
ADMINISTRATOR
Posts: 4562 6-Nov-09 11:11 AM smilie fetiche |
Yup, just add this:
.breadcrumb-box .subscription-links { display: none; } |
|||
|
|
||||
Zandranna |
|
#11 | ||
|
Posts: 2185 6-Nov-09 1:27 PM Blog-a-holic
|
You are an absolute gem.
|
|||
|
|
||||
Arizona |
|
#12 | ||
|
ADMINISTRATOR
Posts: 4562 6-Nov-09 2:23 PM smilie fetiche |
ty
|
|||
|
|
||||