vForums Support > System Improvements :: Suggestions :: Implemented Suggestions :: > Head and Base Everywhere
Head and Base Everywhere - Posted By Kronus (kronus) on 31st Dec 07 at 11:29pm
What about having Head and Base images everywhere, for each skin?
Re: Head and Base Everywhere - Posted By Michael (wrighty) on 31st Dec 07 at 11:30pm
ooo cool idea...saves a code
And it's something that is normally used on 90%+ of forums!
Re: Head and Base Everywhere - Posted By Graham (amusedtodeath) on 31st Dec 07 at 11:35pm
Could it be a feature that is enabled/disabled perhaps? Gives skin makers the chance to decide if they'll have them or not - sometimes a skin doesn't necessarily need them.
Re: Head and Base Everywhere - Posted By Michael (wrighty) on 31st Dec 07 at 11:36pm
I reckon it should be in the 'forum colours' part!
Then people can add them depending on the skin!
Re: Head and Base Everywhere - Posted By Dreg[Bot] (dregondrahl) on 1st Jan 08 at 1:09am
Should be easy to do, the system should however be able to work with % widths too, that would be awsome!
Re: Head and Base Everywhere - Posted By Ross (admin) on 2nd Jan 08 at 10:35am
I'll see if something like this can be added in the next update.
Re: Head and Base Everywhere - Posted By Dreg[Bot] (dregondrahl) on 2nd Jan 08 at 7:23pm
Maybe something like this ?
<div class="head">
<div class="head_left"></div>
<div class="head_right"></div>
</div>
<div class="slip_bg">
{ TABLE }
</div>
<div class="base">
<div class="base_left"></div>
<div class="base_right"></div>
</div>
That way it will work for fixed, and percentage width; it also will be ready for slipstream easier. Tho i think you may use tables instead to create the head/base effect maybe because its more browser compatible, then using "float" ?
Re: Head and Base Everywhere - Posted By Ross (admin) on 4th Jan 08 at 1:51pm
I've decided against having an input option for the "slip_bg" as I doubt most people would know what it is. And it'd need CSS to style it anyway. But I'll add the div in anyway as well as the head/base image fields. I'll also be outputting the head/base divs regardless of if any images have been entered so that if the user wants they can style the whole thing themselves in the header.
Oh, and I'll give extra class names to the ones around the welcome table so that they can be easily removed. Does that sound like a good plan?
Re: Head and Base Everywhere - Posted By Samus (samus) on 4th Jan 08 at 2:02pm
Sounds like a real good plan.
Re: Head and Base Everywhere - Posted By Michael (wrighty) on 4th Jan 08 at 2:24pm
Awesome!
Re: Head and Base Everywhere - Posted By Ross (admin) on 4th Jan 08 at 2:57pm
In which case this'll be going live in the next update. I think I managed to get all of the tables.
Re: Head and Base Everywhere - Posted By Dreg[Bot] (dregondrahl) on 4th Jan 08 at 3:08pm
Yupyup
I wasn't thinking of a field either, just a div is fine for slip_bg
This is awesome! RAWRR!