The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello,
I want to remove the titles "Threads/Posts" and "Last Post" from forumhead. Just the title not the column content. Is there anyway like using: display:none or I need to edit the template(s)? Thank you |
#2
|
|||
|
|||
![]()
try add this on additional.css
.forumthreadpost, .forumlastpost {display: none} |
#3
|
||||
|
||||
![]()
Thank you but unfortunately it does not works. I've also tried something similar from a stylevar that I found in the templates:
HTML Code:
#forumthreadpost { display:none; } |
#4
|
||||
|
||||
![]()
Edit the template and put <vb:comment></vb:comment> around the phrases and then after the </vb:comment> but in to make sure the element has something in it.
i.e. change {vb:rawphrase lastpost} to <vb:comment>{vb:rawphrase lastpost}</vb:comment> |
#5
|
||||
|
||||
![]()
Thank you for your time. I know this way but I prefer (if possible) to avoid template edits.
|
#6
|
||||
|
||||
![]()
Couldn't you just edit the phrase?
|
#7
|
||||
|
||||
![]()
Thank you. I also tried it but it's used elsewhere where I want it to appear. Anyway seems that there is no way to use display:none, so I'll go with template edit.
Thank you all. |
#8
|
|||
|
|||
![]()
i try in localhost for vBulletin 4.2.2 work fine ..
|
#9
|
||||
|
||||
![]()
This should work.
HTML Code:
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span { font-size: 0; } |
#10
|
||||
|
||||
![]()
Works fine thank you. Just expected to work also in forumdisplay.php. Does that page uses different stylevars?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|