Quote:
Originally Posted by GaryT
Forgive me for altering your style  Not really altering, just tweaking.....
On the enclosed image I have a red arrow marking a spot between the navbar and the forum body.
I want to open that area up for an ad banner. I think it would look real sweet between the navbar and forum body.
Where do I look in the code for where this split is? So I'll know where to put the ad banner html?
As always I'm still getting a kick out of this style.
Thanks

|
Look in the navbar template, scroll down and find:
Code:
</div><!-- Closing div for navbar_wrapper -->
</div><!-- closing div for above_body -->
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
Add your codes where the spacing is i.e.
Code:
</div><!-- Closing div for navbar_wrapper -->
</div><!-- closing div for above_body -->
MY CODE HERE
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">
Edit: Actually now that I think about it... that's more than likely where I'll be putting the normal header ads, navbar ads will remain below but should work out quite nicely imo

.
Quote:
Originally Posted by GaryT
Whenever you have a post about an upgrade does that mean you replaced the xml with a newer one?
|
Bingo, ensures it's fully up to date however most of the misc issues reported were easily fixable via the stylevars, all except the asset manager css fix a while back

and I'll start noting all manual updates if not too lengthy as I just did for the postbit deleted background

.
Edit: Although if you wish, you can install this modification:
https://vborg.vbsupport.ru/showthread.php?t=257072 and simply make note of what templates your changing, afterwards export that single template and then if nothing changes with a update well nothing in that template you can merge it back in and overwrite the new xml templates bringing your customized template back

.