The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Footer Mod?
I could of sworn there was a footer mod for this, I cannot find it though. Does anyone know? I like how the bottom of the footer looks like here on vbulletin.org
Attachment 124615 |
#2
|
||||
|
||||
I don't think that is a mod so much as a template edit...
In your Admin CP go to Style Manager -> Your Style(s) -> All Style Options Edit your footer box... Find the code: HTML Code:
<div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="center"> <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div> </div> HTML Code:
<div align="center"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]"> <tr><td align="left"> <div class="smallfont" align="left"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="left"> <!-- Do not remove cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div> </td><td align="right"> Your custom <br /> Content here <br /> </td></tr> </table> </div> |
#3
|
|||
|
|||
Thank you very much, perfect.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|