The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
How about just writing some CSS.... if on home page, set div.title to display:none? Just add it to the bottom of the headinclude template. Change 1-home-page to the correct name for your site.
HTML Code:
<vb:if condition="$_GET['r'] == '1-home-page' OR !$_GET['r']"><style type="text/css"> div.title { display:none;} </style></vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|