Page 1 of 55
[Release] Aero (phpBB 3.0.12)
Posted: Fri Dec 21, 2007 1:13 pm
by jrolson
Style Name: Aero
Author: jrolson
Style Version: 1.5.2
phpBB Version: 3.0.12
Based on: prosilver
Official Facebook Page
*7 colors available.
Blue,
Black,
Red,
Green,
Pink,
Purple, and
Teal.
http://www.youtube.com/watch?v=DY3qYrIbtjM
Options in template/config.html,
$A_COLOR = Default color.
$A_COLOR_SWITCHER = Display color switcher?
$A_LOGO = Displays an image as logo, or browser-readable text.
$A_PM_ALERT = Display an alert on the header when you receive a new PM?
$A_ORB = Display start Orb?
To change the default width,
in
theme/common.css find '
#container', change the 'width' property to your percentage or pixels (% or px).
*If you want a fixed width, the minimum width is 850 pixels. You shouldn't go smaller than this.
To add a new button to the navigation bar,
Find,
Code: Select all
<!-- IF U_RESTORE_PERMISSIONS -->
<a class="squarebuttonl" href="{U_RESTORE_PERMISSIONS}"><span>{L_RESTORE_PERMISSIONS}</span></a>
<!-- ENDIF -->
Add after,
Code: Select all
<a class="squarebuttonl" href="{U_FAQ}"><span><img class="navbaricon" src="{T_THEME_PATH}/images/icon_faq.png" alt="" width="14" height="12" /> {L_FAQ}</span></a><span class="navspacel"></span>
Edit this button code to your liking...
To add borders to mods, (Only works w/ version 1.4.7 & above)
add {$A_BLOCK_START} before the mod's code
and add {$A_BLOCK_END} after the mod's code.
Always flush cache after editing!
Demo
Download button PSD
Download Aero
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 1:17 pm
by *Christian*
very VERY nice style you have there!

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 2:00 pm
by endomilik
Can I have a 95% Width.
I try editing the width. but it mess up

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 2:10 pm
by *Christian*
Find
styles/VistaX/theme/common.css on your server,
open it, find:
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
width: 760px;
margin: 0 auto;
}
edit the "Width: 760px;" to something like "Width: 900px;".
Keep playing with the number to find the right width for you.

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 3:06 pm
by endomilik
Sorry there is no common.css inside your theme folder.
Im also want % not px. because the % use auto resize on any resolution of their desktop.
while px stay the same.
I try to edit this
Code: Select all
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
background-color: #cee6f3;
background-image: url('./images/bg.gif');
background-repeat: repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
padding: 0 20px;
margin: 15px auto;
min-width: 650px;
width: 934px;
}
and it give me a mess up on the theme.
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 3:15 pm
by ChaosBurnt
VistaX/templates/overall_header.html
find:
<table width="
there will be a % value, most likely 100%
Replace the percentage value with 95%
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 3:25 pm
by endomilik
ChaosBurnt wrote:VistaX/templates/overall_header.html
find:
<table width="
there will be a % value, most likely 100%
Replace the percentage value with 95%
I dont think you dont know what im talking about.
Im trying to make the Width of the forum wider.
This isn't PHPbb2.
here what to edit
934 = that is the forum width.
I change it to 95% and forum is messed up.
See it for yourself.
I found the problem.
Its the header image is only 934 width.
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 3:37 pm
by ChaosBurnt
You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we
No-one has to try to help you!
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 3:40 pm
by endomilik
ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we
No-one has to try to help you!
Sorry but im not that dumb.
based on subsilver2 to change the forum width.
u have to go to edit /Theme/
stylesheet.css
Code: Select all
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0;
width:100%; <--------the width of the forum.
margin: 0 auto;
}
that how it is.
100% <- (%) mean it will auto resize itself based on the resolution of the desktop. it doesn't make the same as px.
u want me to change 100% on overall_header.html to 95% which is the default is already 100%. ur making it more smaller the width.
just to make it more understandable to u
Change the forum width to 100%. I try to change 934 width to 100% but it game me a error due to image on header only goes up to 934px width.
that picture might help. how to change forum width.
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 3:58 pm
by sevsev
I love the look of this style, great job
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 4:04 pm
by Darkelarious
The best vista style so far imo. Great Job

Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 4:21 pm
by ChaosBurnt
You're still being very impolite, my statement remains correct, that is how I control forum width on the style I personally design.
However, having just downloaded the style .zip and having looked at the .css file I can see why you're so stumped. In your .css file find all of the
and replace with:
This should then give you the effect you seek.
endomilik wrote:ChaosBurnt wrote:You're making any sense at all mate, you asked how you set the forum to 95%, as the example image suggests this style is based on subsilver2 how I stated 'is' how you make the forum width 95%.
Let's be less sarcastic shall we
No-one has to try to help you!
Sorry but im not that dumb.
based on subsilver2 to change the forum width.
u have to go to edit /Theme/
stylesheet.css
Code: Select all
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
padding: 0;
width:100%; <--------the width of the forum.
margin: 0 auto;
}
that how it is.
100% <- (%) mean it will auto resize itself based on the resolution of the desktop. it doesn't make the same as px.
u want me to change 100% on overall_header.html to 95% which is the default is already 100%. ur making it more smaller the width.
just to make it more understandable to u
Change the forum width to 100%. I try to change 934 width to 100% but it game me a error due to image on header only goes up to 934px width.
that picture might help. how to change forum width.
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 4:39 pm
by endomilik
ChaosBurnt wrote:You're still being very impolite, my statement remains correct, that is how I control forum width on the style I personally design.
However, having just downloaded the style .zip and having looked at the .css file I can see why you're so stumped. In your .css file find all of the
and replace with:
This should then give you the effect you seek.
Yes that what i just did on .css before.
I already mentioned on previous post. I think u didnt read the part "I already change the 934 width in css to 95%" but the header gives the problem. the image itself.
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 8:00 pm
by ChrisRLG
ChaosBurnt
endomilik
Might I suggest that you BOTH cool it.
Your post are both getting out of order for politeness.
Re: [Release] VistaX 1.0.0 (phpBB 3.0.0)
Posted: Fri Dec 21, 2007 10:53 pm
by fld
@endomilik how did you make more than one catogeries on your forum? you have like 3 there! i would like to know how you do that please
