The Arcive of vBulletin Modifications Site. |
|
TW7S - Remove Titles From Posts Details »»
|
|||||||||||||||||||||||||
![]() Live Demo: TheWindows7Site.com Installation Instructions Step 1: Open template additional.css Step 2: Depending on which postbit layout you're using add the appropriate code to the bottom postbit Code:
/* TheWindows7Site Remove Titles From Posts */
.postbit .posttitle {display:none;}
.postcontent {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */
postbit_legacy Code:
/* TheWindows7Site Remove Titles From Posts */
.postbitlegacy .title, .eventbit .title {display:none;}
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */
Enjoy and Mark As Installed. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thanks man, does exactly what it says on the tin
|
|
#3
|
||||
|
||||
|
Nice!
|
|
#4
|
||||
|
||||
|
thanks
|
|
#5
|
||||
|
||||
|
Nice hack... thanks!
|
|
#6
|
|||
|
|||
|
Very nice *installed*
|
|
#7
|
|||
|
|||
|
additional.css is empty i need to put
Code:
.postbitlegacy .title, .eventbit .title {display:none;}
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {padding-top:20px;}
|
|
#8
|
|||
|
|||
|
installed
thanks |
|
#9
|
||||
|
||||
|
Thanks , just delete icon here.
Go > admin cp > Settings > Thread Display Options (showthread) > Show Default Post Icon > If you would like to use a default icon for messages without an icon, enter the path to the image here. (delete link ) |
|
#10
|
||||
|
||||
|
Quote:
additional.css > postbit.postbit .posttitle {display:none;} .postcontent {padding-top:20px;} postbit_legacy .postbitlegacy .title, .eventbit .title {display:none;} .postbitlegacy .postbody, .eventbit .eventdetails .eventbody {padding-top:20px;} |
![]() |
|
|