Quote:
Originally Posted by DFW Auto Club
Already tried that and still puts it in the same place. The new vb templates seem to majically overlap.  Thanks for you help.
|
Hi again,
You can try this:
- First of all, sign into your Admin CP ..
- Then, go to "Styles & Templates >> Style Manager" ..
- After that, choose "Edit Templates" option from your defined vB Style drop-down menu ..
- Then, Expand the template groups and look for "navbar" template and edit it ..
- Once you enter the template, look for:
Code:
<div class="body_wrapper">
- Add before it:
Code:
<!-- custom block start -->
<ol id="XtraBox" class="floatcontainer">
<li class="forumbit_nopost L1" id="catXtra">
<div class="forumhead foruminfo L1 collapse">
<h2 class="blockhead" style="border: none;">
<!-- title start -->
Title goes here
<!-- title end -->
</h2>
<a class="collapse" id="collapse_c_catXtra" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" title="{vb:rawphrase collapse_this_category}" /></a>
<div class="blockbody" id="c_catXtra">
<div class="blockrow">
Add your code here
</div>
</div>
</div>
</li>
</ol>
<!-- custom block end -->
<br />
- Edit the codes to suite your needs and then "Save" the template ..
That would place the box between the navbar in the header and the breadcrumb in the main body .!