Log in

View Full Version : Different banner for Arcade?


qpurser
06-06-2012, 01:10 PM
The style I am using for vBulletin is quite formal.
I would like to keep the style itself for Arcade but use a banner with more pep.
Is there a way to change the banner only for the Arcade pages?

Thanks for any help

blind-eddie
06-07-2012, 02:03 AM
Yep, you can, in your arcade template..

Find:

$header

Replace with:

<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="LINK TO YOUR IMAGE" border="0" alt="Welcome to my Arcade( CHANGE THIS)" /></a></td>

NOTE: This is for 3.8 series.

qpurser
06-07-2012, 02:12 AM
Thanks for the help.
I am using 4.2.0 but I think you pointed me in the right direction.
Not quite good at coding. Maybe you can make it easier for me and post the code? :)