Link to the theme (https://custom.simplemachines.org/index.php?theme=90)
Aero79 is light theme with a calm and peaceful feel to it. Comes in 2 colors: light blue and light brown, called Aero79 and Terra97. You can select those in admin - current theme section.
In addition there is no less than 5 html boxes for you to insert html codes into, they will show up on 1.) above forum 2.) left of the forum 3.) right of the forum 4.) between userinfo and forum and finally 5.) below the forum but before the copyright.
Graphics are free to use in a SMF context site.
very cool :D
Yes, very nice. I installed to see in my site, looks really peacefull :)
I installed this so that I could use the Terra version but only the Aero is available, is there a different link to the Terra theme?
No, you simply select which color version in "current theme settings" of Aero. ;) Aero79 and Terra79 are play on words - the blue colorversion is Aero and the brown is Terra.
Quote from: amber333 on October 06, 2006, 11:22:26 AM
I installed this so that I could use the Terra version but only the Aero is available, is there a different link to the Terra theme?
:D
It seems that Ad Management is not working with aero. Installation is ok with package, but nothing appears in boards
As any other mod you need to modify every theme with the same changes as default theme.
- And could we PLEASE refrain from such reviews like "this theme is not complete" and "this theme do not support that". Unless you are actually making a good point why every theme should look EXACTLY the same, don't bother to review at all!
(geez, this makes me want to dismiss the whole review system alltogether. )
Excellent theme.
I'm having some difficulties with the extra html boxes (great idea, by the way).
I want to use the boxes to add ads with javascript code. Most ads work fine, but Google adsense don't show up in Firefox (not adblock or anything like that, I checked). In Internet Exploder they do show up.
Any ideas?
Also, the changes I had to the "box-right" don't get displayed in the admin, even though they show up in the forum. The things I put in "box-between" does show up in admin. Weird.
The code used for Google ads: how does it look like..?
I'm suspecting it has something to do with the .js file include:
<script language="javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxx";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
//2006-11-24: xxx
google_ad_channel = "xxxxxxxxxxxxxx";
google_color_border = "6699CC";
google_color_bg = "FFFFFF";
google_color_link = "003366";
google_color_text = "000000";
google_color_url = "663366";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
This works though:
<script language="javascript">
var uri = 'http://xxx.xxx.com/imp?type(js)g(xxxxxx)a(xxxxxxx)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script>
And as I said, this is a Firefox specific problem.
Very nice theme ... We are some 1,000 aviation enthusiast waiting for a 1.1 Final version, though your RC3 works fine as far as we've got.
One day you may upgrade to Aero80, because all the thousand of us are devoted to the some 900+ MD-80 airliners flying around worldwide.
Thanks again, Bloc, nice work!!!
Jan-Erik
Très beau théme vraiment!
Merci beaucoup
Very nice theme!
Hi, great theme! I have one question, where can I go to edit the width of the forum? I see the options listed under current theme, but I would like to use 960px as the width. What files do I need to edit and where?
Thanks for a great theme!
Mike
does this work with 1.1.4?
Yes, it works with all 1.1.x versions.
Bloc,
How do you add another link? And very nice theme.
Look in index.template.php for the function "template_menu()" and just copy one of the sections there, modifying the links etc.
I just want to be sure to ask before I do this (I know this topic is old but...)
I want to add a Gallery button and a Forum button, because I use the Portal, and the Gallery.
How do I go about doing this correctly?
Check the index.template.php for something called "function template_menu()", which defines all menu items. Look at the code on how its building the items and simply copy one to a new one.