Forboding Angel wrote:It's pretty simple to implement actually, as a working example, here are lines 134-137 in "Overall_Header"
<tr><td class="headertd">
<table border="0" cellpadding="0" cellspacing="0" width="760">
<tr><td bgcolor="#20292E" class="headertd"><img src="/images/pixel.gif" height="10" width="1" /><br /></td>
<td bgcolor="#C8D2DA" width="758" class="headertd"> <!-- 4C626F -->
Copy the entire template and rename it to "Currentstylename Fluid", change lines 134-137 in "Overall_Header" to:
<tr><td class="headertd">
<table border="0" cellpadding="0" cellspacing="0" width="85%">
<tr><td bgcolor="#20292E" class="headertd"><img src="/images/pixel.gif" height="10" width="1" /><br /></td>
<td bgcolor="#C8D2DA" width="84%" class="headertd"> <!-- 4C626F -->
And all should be right with the world, that way in the user cp the user would be able to choose what he or she likes best. It is very simple to do. I have never even worked with PHPBB templates and I found the answer in about 5 minutes, so meh, go figure.
Btw 85% because it's bad form to quite literally take up the entire page if you do not have sidebars. 100% would be as eyesore and the current fixed with is now on large resolutions.
"location_bar.gif" can be fixed quite easily by doing it the right way (which should have been done in the first place) by simply using a 1 px slice of it, setting that as a background image, then at either side you have a 5 pixel image which is the rounded corners.
Same can be done for "bottom.gif".
Now given the fact that the above is 5 minutes worth of work, is it that big of a deal to implement? Or is it the fact that no one knew (or even bothered to look) into how to do it? We're talking about a grand total of less than 8 lines here.
If someone would be so kinda as to zip up the current template, I can make the changes, and post it wherever you want. You don't even need to make hooha about it or anything, just allow for the option to be there.
tobi wrote:Jeez, GTFO bitch or fix it yourself. kthxbai.
I offered to make an alternative over a year ago. kthxbai
Even before phpbb allowed for user defined styles, it was still patheticly easy to do by a simple if statement that tripped a parameter in a cookie when the user logs on (by using a checkbox... "Fluid Width: 1|0"). All you do is tell the theme that if x exists, load a different file. That's super easy to do do, and technically, that's the
messy way to do it.
You say "Bitch" as though I was incapable of doing it myself, which I find amusing, considering that so long ago I offered to make an alternative. Talk about cutting off your nose to spite your face... I would also like to know why you felt the need to 'attack' me personally when my post wasn't even directed at you. That just doesn't make sense to me.