Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Bloc on June 20, 2006, 02:34:15 PM

Title: Aero79
Post by: Bloc on June 20, 2006, 02:34:15 PM
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.
Title: Re: Aero79
Post by: EgAr on June 20, 2006, 08:52:41 PM
very cool  :D
Title: Re: Aero79
Post by: Elmacik on June 20, 2006, 09:08:42 PM
Yes, very nice. I installed to see in my site, looks really peacefull :)
Title: Re: Aero79
Post by: 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?
Title: Re: Aero79
Post by: bloc on October 06, 2006, 01:14:54 PM
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.
Title: Re: Aero79
Post by: Iara on October 09, 2006, 10:03:47 AM
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
Title: Re: Aero79
Post by: bjp on October 18, 2006, 02:59:49 PM
It seems that Ad Management is not working with aero. Installation is ok with package, but nothing appears in boards
Title: Re: Aero79
Post by: bloc on October 18, 2006, 05:03:07 PM
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. )
Title: Re: Aero79
Post by: jamenvafan on November 27, 2006, 05:20:50 AM
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.
Title: Re: Aero79
Post by: bloc on November 27, 2006, 04:08:41 PM
The code used for Google ads: how does it look like..?
Title: Re: Aero79
Post by: jamenvafan on November 28, 2006, 03:18:21 AM
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.
Title: Re: Aero79
Post by: md80forum on December 09, 2006, 01:39:39 PM
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
Title: Re: Aero79
Post by: Pimprelune on January 20, 2007, 05:11:12 AM
Très beau théme vraiment!

Merci beaucoup
Title: Re: Aero79
Post by: MagoSa on June 05, 2007, 12:25:09 PM
Very nice theme!
Title: Re: Aero79
Post by: planetricki on August 29, 2007, 05:20:17 PM
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
Title: Re: Aero79
Post by: wickedstangs on November 10, 2007, 05:10:34 PM
does this work with 1.1.4?
Title: Re: Aero79
Post by: bloc on November 10, 2007, 05:15:14 PM
Yes, it works with all 1.1.x versions.
Title: Re: Aero79
Post by: wickedstangs on November 13, 2007, 12:07:07 PM
Bloc,
How do you add another link? And very nice theme.
Title: Re: Aero79
Post by: bloc on November 14, 2007, 07:00:23 AM
Look in index.template.php for the function "template_menu()" and just copy one of the sections there, modifying the links etc.
Title: Re: Aero79
Post by: moonrise on January 14, 2011, 11:04:41 PM
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?
Title: Re: Aero79
Post by: bloc on January 16, 2011, 12:31:43 PM
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.