The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
adding banner left of "Welcome, <user>."?
I would like to add a small banner right to the left of "Welcome, Sculli, You last visited...", not within the cell that shows the welcome message, but in the cell to the left of it. So basically the banner would be right aligned in the left cell. Does that make any sense? Which template do I have to edit?
Thanks in advance. |
#2
|
||||
|
||||
That's in the navbar. You can have it two ways... You can either have the banner as a background so it displays behind the breadcrumbs, or you can have it to the right of the breadcrumbs.
Styles & Templates > Style Manager > Navigation/Breadcrumb > navbar To have it as a background: FIND: HTML Code:
<td class="alt1" width="100%"> <if condition="is_array($navbits)"> HTML Code:
<td background src="image_url_here" class="alt1" width="100%"> <if condition="is_array($navbits)"> To have it to the right of your breadcrumb: FIND: HTML Code:
<else /> <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> HTML Code:
<!-- banner hack thinger --> <td class="alt1" valign="top" nowrap="nowrap"> <img src="" height="40" width="420"> </div> </td> <!-- // banner hack thinger --> How's that for ya? Good? Good. No? Oh well. Yarub tried. |
#3
|
||||
|
||||
Thanks, worked like a charm, see the effect at http://www.qcdn.org
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|