[Release] Aero Green (phpBB 3.0.3)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Anti-Spam Guide
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

[Release] Aero Green (phpBB 3.0.3)

Post by jrolson »

Will not work for browsers IE5 or IE6

Demo,
http://phpbbhq.com/index.php?style=5

Download,
http://phpbbhq.com/viewtopic.php?f=5&t=11
Last edited by jrolson on Tue Nov 18, 2008 11:11 pm, edited 20 times in total.
Arnika
Registered User
Posts: 21
Joined: Fri Mar 30, 2007 12:41 pm
Location: Budapest, Hungary
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by Arnika »

thanks jrolson :)
Bilo1000
Registered User
Posts: 11
Joined: Sun Jun 01, 2003 7:15 pm
Location: Normandie
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by Bilo1000 »

Installed on phpbb3 Gold , everything is ok !!!
I've also added Evil quick reply MOD and Last topics mod , everything looks good !!!!

Is there a possibility to have a french version (for images ?)

Regards ,
jamietje
Registered User
Posts: 21
Joined: Fri Jul 27, 2007 4:07 pm

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by jamietje »

love it, but I would like the green version of this one could some one do it for me :mrgreen:
chandlerou
Registered User
Posts: 233
Joined: Thu May 24, 2007 3:32 am

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by chandlerou »

Love it, sucks that you can't use a real background from Vista... Darn M$....
We are looking for talented stylers to join our team! PM Me for Details!
Current Project: Aphotic Umbra: Age of Conan
User avatar
pollos
Registered User
Posts: 145
Joined: Wed Jul 30, 2003 7:44 pm
Location: Menorca
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by pollos »

I love it too but I have a problem, in Firefox the "Jump to" dropdown is off the right hand side
Image
In IE it works fine :cry: any idea what's causing it??
My sig should go here... but I've nowt so say
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by jrolson »

Im using Firefox 2.0.0.11 and cant see this problem.

What browser version are you using and how did you get this problem to happen?
Ikke
Registered User
Posts: 9
Joined: Tue Oct 09, 2007 8:05 pm

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by Ikke »

I love the skin!! Awesome!
but ( practically) nobody on my forum speaks English, so could someone pls translate the buttons to Dutch? :geek:
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by jrolson »

pollos wrote:I love it too but I have a problem, in Firefox the "Jump to" dropdown is off the right hand side
Image
In IE it works fine :cry: any idea what's causing it??
See if this works.
In view_forum.html and view_topic.html

Find,

Code: Select all

<table width="100%" cellspacing="0">
<tr>
	<td align="right"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>
Replace with,

Code: Select all

<div align="{S_CONTENT_FLOW_END}">
<table width="100%" cellspacing="0">
<tr>
	<td align="right"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>
</div>
User avatar
oshawapilot
Registered User
Posts: 132
Joined: Fri Mar 24, 2006 8:40 pm
Location: Ontario Canada
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by oshawapilot »

Love it, great work - I think that this will become my default forum style after I'm done with my Christmas based theme in a few days.

However, quick question - I'm no style guru, but I'm sure this is a simple answer - my members don't like styles that only fill part of their screens based on my past history with them.

In the case of this style on my own personal system, with a 24" widescreen monitor, it's only filling about half of it.

How can I make it wider - I'd like it to fill at least 3/4 of the screen assuming a variable width, or full width if that fails.

Thanks!
___
Mark
endomilik
Registered User
Posts: 144
Joined: Sat Jun 19, 2004 10:54 pm
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by endomilik »

oshawapilot wrote:Love it, great work - I think that this will become my default forum style after I'm done with my Christmas based theme in a few days.

However, quick question - I'm no style guru, but I'm sure this is a simple answer - my members don't like styles that only fill part of their screens based on my past history with them.

In the case of this style on my own personal system, with a 24" widescreen monitor, it's only filling about half of it.

How can I make it wider - I'd like it to fill at least 3/4 of the screen assuming a variable width, or full width if that fails.

Thanks!
it cant cuz the header navigation can only go up to 969 width. u will have to do some editing image and increase their width. or change it in overall_header the navigation style class or watsoever...if u dont know what im talking about.. I cant explain it :(
User avatar
pollos
Registered User
Posts: 145
Joined: Wed Jul 30, 2003 7:44 pm
Location: Menorca
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by pollos »

I'll try the code changes in the morning but, I've just looked at the demo site and it displays OK:roll: I'm testing on xampp/apache/php5 on my computer and Firefox 2.0.0.11 I'll test it on my live server and hopefully it should behave.
oshawapilot wrote:How can I make it wider - I'd like it to fill at least 3/4 of the screen assuming a variable width, or full width if that fails.
I'd also like to be able to change it to full screen if that's possible.
My sig should go here... but I've nowt so say
User avatar
oshawapilot
Registered User
Posts: 132
Joined: Fri Mar 24, 2006 8:40 pm
Location: Ontario Canada
Contact:

Re: [Release] Vista 1.0.0 (phpBB 3.0.0)

Post by oshawapilot »

pollos wrote:I love it too but I have a problem, in Firefox the "Jump to" dropdown is off the right hand side
Image
In IE it works fine :cry: any idea what's causing it??
For the record, the same thing happens on Camino (Mac).
___
Mark
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Vista 1.0.1 (phpBB 3.0.0)

Post by jrolson »

Updated to 1.0.1
User avatar
oshawapilot
Registered User
Posts: 132
Joined: Fri Mar 24, 2006 8:40 pm
Location: Ontario Canada
Contact:

Re: [Release] Vista 1.0.1 (phpBB 3.0.0)

Post by oshawapilot »

So no way to make this style wider?
___
Mark
Locked

Return to “[3.0.x] Styles in Development”