[Release] Aero (phpBB 3.0.12)

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!
Scam Warning
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

pptol wrote: Chrome Version 22.0.1229.94 m
and I have installed SEO mods
No problems for me in Chrome using a clean install of Aero..
Not sure if that mod could be creating your problems. Maybe if it's disabling the jquery functions.

The letter size button sometimes takes 2 clicks the first time using it for it to create a cookie.
Sandra95
Registered User
Posts: 12
Joined: Tue Jul 10, 2012 6:56 am

Re: [Release] Aero (phpBB 3.0.11)

Post by Sandra95 »

Hi jrolson, for what is the pic aero/theme/images/colour/midrrtl.png?
How can i make a own header/banner for the christmastime?
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

Sandra95 wrote:Hi jrolson, for what is the pic aero/theme/images/colour/midrrtl.png?
How can i make a own header/banner for the christmastime?
midrrtl.png is a reversed image used when a "right to left" language is used.

Not sure about the banner...
Maybe replace it with the logo image?
pptol
Registered User
Posts: 9
Joined: Sat Jan 30, 2010 3:39 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by pptol »

jrolson wrote:
pptol wrote: Chrome Version 22.0.1229.94 m
and I have installed SEO mods
No problems for me in Chrome using a clean install of Aero..
Not sure if that mod could be creating your problems. Maybe if it's disabling the jquery functions.

The letter size button sometimes takes 2 clicks the first time using it for it to create a cookie.
I've installed all again, and the problem with palette is solucioned.

But, the problem with the ^A^ already is the forum

I give you the address of my forum if you want to visit to see the problem:
http://pixelypluma.16mb.co/foro/

Thanks in advanced!
pptol
Registered User
Posts: 9
Joined: Sat Jan 30, 2010 3:39 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by pptol »

Another qwestion...

How can I put Logo and Text in my forum at the same time?

Like this:

Image

Thanks in advanced!
Sandra95
Registered User
Posts: 12
Joined: Tue Jul 10, 2012 6:56 am

Re: [Release] Aero (phpBB 3.0.11)

Post by Sandra95 »

pptol wrote:Another qwestion...

How can I put Logo and Text in my forum at the same time?

Like this:

Image

Thanks in advanced!

Try this:
aero/template/overall_header.html

Find:

Code: Select all

    <!-- IF $A_LOGO == 'logo' -->
    	<div class="imagelogo">
    	<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/site_logo.png" alt="" /></a>
    	</div>
    <!-- ENDIF -->
    <!-- IF $A_LOGO == 'text' -->
    	<div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="description">{SITE_DESCRIPTION}</span></div>
    <!-- ENDIF -->
Replace with:

Code: Select all

    <!-- IF $A_LOGO == 'logo' -->
    	<div class="imagelogo">
    	<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/site_logo.png" alt="" /></a>
    	</div>
    	<div class="logo"><a class="headw" href="{U_INDEX}">{SITENAME}</a><br /><span class="description">{SITE_DESCRIPTION}</span></div>
    <!-- ENDIF -->
User avatar
masterbiz
Registered User
Posts: 65
Joined: Thu Dec 20, 2012 8:31 am

Re: [Release] Aero (phpBB 3.0.11)

Post by masterbiz »

Hi, I can not translate this code if you can help me thanks

Code: Select all

<!--  Mod topten_topics ver 1.0.2 by Micogian start -->
<div class="forabg">
	<div class="inner"><span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dd style="width: 34%">&nbsp;Ultimi Topics</dd>
					<dd style="width: 33%">&nbsp;Topics pi&ugrave; visti</dd>
					<dd>&nbsp;Ultimi Posts</dd>
				</dl>
			</li>
		</ul>
		<ul  class="topiclist forums" >
		<!-- BEGIN topten_list -->
			<li>
				<dl>
					<dd style="width: 34%; padding: 1px">{topten_list.LAST_TOPIC_DATA} &nbsp;<a style="font-weight: bold" href="{topten_list.LAST_TOPIC_LINK}" title="{topten_list.LAST_TOPIC_TITLE} (in: {topten_list.LAST_TOPIC_FORUM})">{topten_list.LAST_TOPIC_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.LAST_TOPIC_AUTHOR})</span></dd>
					<dd style="width: 33%; padding: 1px">{topten_list.VIEW_TOPIC_VIEWS} &nbsp;<a style="font-weight: bold" href="{topten_list.VIEW_TOPIC_LINK}" title="{topten_list.VIEW_TOPIC_TITLE} (in: {topten_list.VIEW_TOPIC_FORUM})">{topten_list.VIEW_TOPIC_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.VIEW_TOPIC_AUTHOR})</span></dd>
					<dd style="padding: 1px"><a style=" font-weight: bold" href="{topten_list.LAST_POST_LINK}" title="{topten_list.LAST_POST_TITLE} (in: {topten_list.LAST_POST_FORUM})">{topten_list.LAST_POST_TITLE_SHORT}</a> <span style="color: #708090">(di {topten_list.LAST_POST_AUTHOR})</span></dd>               
				</dl>
			</li>   
		<!-- END topten_list -->
		</ul>
	<span class="corners-bottom"><span></span></span></div>
</div>
<!--  Mod topten_topics ver 1.0.2 by Micogian end -->
I am attaching image so you can better understand

http://i.imgur.com/3qDzJ.png
speeddemon92
Registered User
Posts: 1
Joined: Wed Jan 09, 2013 2:04 am

Re: [Release] Aero (phpBB 3.0.11)

Post by speeddemon92 »

Is there anyway to make this theme look like the older AeroGreen? I perfer the old look before the startbar was added and need it for a special project =/
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

Version 1.5 planned.

Details
*The normal version and the color switcher version will be merged together into just 1 theme. (no functions will be lost.)
*More details coming later on...
pixie1
Registered User
Posts: 21
Joined: Sat Jan 29, 2011 1:07 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by pixie1 »

Thanks for the template ;)
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Aero (phpBB 3.0.11)

Post by jrolson »

Aero 1.5.0 released!

If you want the color switcher on, you will have to enable it in template/config.html
NilsP
Registered User
Posts: 2
Joined: Tue Feb 05, 2013 6:30 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by NilsP »

jrolson wrote:Aero 1.5.0 released!

If you want the color switcher on, you will have to enable it in template/config.html
Love this theme

Quick question:

In version 1.5 when you turn on color switcher and select blue the font resize does not work. Works fine on all other colors. Is this something I messed up or is it a bug.

Thanks
NilsP
Registered User
Posts: 2
Joined: Tue Feb 05, 2013 6:30 pm

Re: [Release] Aero (phpBB 3.0.11)

Post by NilsP »

NilsP wrote:
jrolson wrote:Aero 1.5.0 released!

If you want the color switcher on, you will have to enable it in template/config.html
Love this theme

Quick question:

In version 1.5 when you turn on color switcher and select blue the font resize does not work. Works fine on all other colors. Is this something I messed up or is it a bug.

Thanks
Sort of a bump

Is anyone else noticing this?
Pretorix
Registered User
Posts: 2
Joined: Mon Sep 22, 2008 10:13 am

Re: [Release] Aero (phpBB 3.0.11)

Post by Pretorix »

I really feel the same, I decided to upgrade to 1.5, and it works pefect forum, but I fail, the header button that expands a search engine, the color picker, enlarge or diminish the sources, and the top button hides the search box in the header.
Falla everything expands some paner or performs some action in the header.

After having formed the config of the style, it does not change the color of the topic either

To which may be due?
greetings
lukaszuk1995
Registered User
Posts: 11
Joined: Sat May 11, 2013 8:07 am

Re: [Release] Aero (phpBB 3.0.11)

Post by lukaszuk1995 »

Hi. @jrolson, great job. I have few questions.
1. How to disable a start (menu) orb in teh index of page?
Image
2. How to completly remove other colors from this style (without black) ?
3. How to change space between mChat and forums (on screen marked by red) ?
Image
Locked

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