vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




Aerohead - Gorgeous Skin that Mixes Usability with Style!

Edder
04-19-2007, 11:18 PM
http://www.vbmode.com/images/aero/aero.gif

Aerohead is a trendy, modern-looking skin that gives off a great vibe, perfect for any community. The skin's neatly organized layout will simplify your forum's learning curve and make your members even happier than before. While this was designed with usability in mind, it also maintains pleasing aesthetics, giving your forum the shine needed to attain stardom!

I should also mention that Aerohead is a free skin from vBmode.com (http://www.vbmode.com/). The "Design by vBmode.com" copyright link may not be removed and this skin may not be redistributed without explicit, written permission. Please respect our copyright wishes by leaving the link intact as this allows us to continue contributing free vBulletin skins to the community. :)

Demo:

Fluid Version (http://www.vbmode.com/demo/?styleid=10)
Fixed Width Version (http://www.vbmode.com/demo/?styleid=11)

.Zip Contents:

Image set
Skin, logo and button source files in Photoshop format
XML style files (both fixed and fluid versions are included)
Readme.txt
Screenshots:

http://www.vbmode.com/images/aero/forum.gif

http://www.vbmode.com/images/aero/postbit.gif

Please click the install (http://www.vbulletin.org/forum/vborg_miscactions.php?do=installhack&threadid=145320) button if you use this style. I will do my best to answer support requests in this thread, so don't hesitate to ask for help.

Thank you and enjoy!

Kind regards,

Edwin Lee
vBmode.com (http://www.vbmode.com/)


Updated to 3.6.7

Joeychgo
04-20-2007, 01:06 AM
Thats a real nice skin! Thanks for releasing it here!

Peggy
04-20-2007, 04:28 AM
Nice work, as always Edder :)

Airwolf
04-22-2007, 09:54 PM
well nice work
i am waiting them to confirm my license to get this one

Airwolf
04-23-2007, 02:42 PM
got it :)
thank you

micxuy
04-28-2007, 06:22 AM
thanks a lot; its great.

But may i ask how can i add the slide bar into the forum, thread and inside the thread too?

Thank you very much

Edder
04-29-2007, 01:06 PM
In your FORUMHOME template, find this:


<table width="100%" border="0" cellpadding="0" cellspacing="0" class="content">
<tr valign="top">
<td width="217">
<div class="tcat2">Latest Threads</div>
<div class="ct">
<script type="text/javascript" src="external.php?type=js"></script>
<script type="text/javascript" src="$stylevar[imgdir_misc]/latestthreads.js"></script></div>
<div class="tcat2">Forum Statistics</div>
<div class="ct"><strong>$vbphrase[threads]</strong>: $totalthreads<br />
<strong>$vbphrase[posts]</strong>: $totalposts<br />
<strong>$vbphrase[members]</strong>: $numbermembers<br />
<strong>Number of Users Online</strong>: $totalonline<br />
<phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
<div class="tcat2">Another Section</div>
<div class="ct">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec et urna ac erat consequat tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras risus nibh, egestas ac, fringilla at, molestie quis, <a href="#">urna</a>.</div> </td>
<td width="13"></td>
<td>
Delete it.

Then, scroll all the way to the bottom and find this:
<!-- / icons and login code -->
</td>
</tr>
</table>
Delete it and save the FORUMHOME template.

Then, edit your HEADER template and scroll all the way to the bottom. Add this at the end:


<table width="100%" border="0" cellpadding="0" cellspacing="0" class="content">
<tr valign="top">
<td width="217">
<div class="tcat2">Latest Threads</div>
<div class="ct">
<script type="text/javascript" src="external.php?type=js"></script>
<script type="text/javascript" src="$stylevar[imgdir_misc]/latestthreads.js"></script></div>
<div class="tcat2">Forum Statistics</div>
<div class="ct"><strong>$vbphrase[threads]</strong>: $totalthreads<br />
<strong>$vbphrase[posts]</strong>: $totalposts<br />
<strong>$vbphrase[members]</strong>: $numbermembers<br />
<strong>Number of Users Online</strong>: $totalonline<br />
<phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
<div class="tcat2">Another Section</div>
<div class="ct">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec et urna ac erat consequat tincidunt. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Cras risus nibh, egestas ac, fringilla at, molestie quis, <a href="#">urna</a>.</div> </td>
<td width="13"></td>
<td>
Save the template and then edit your FOOTER template. Scroll all the way to the bottom and add this at the end:


</td>
</tr>
</table>

Peggy
04-29-2007, 01:10 PM
Excellent! Will this work on any simple style Edder?

Edder
04-29-2007, 01:23 PM
Excellent! Will this work on any simple style Edder?
It will, more or less. Once you swap in your own CSS, it should come out nicely.

Peggy
04-29-2007, 02:03 PM
It will, more or less. Once you swap in your own CSS, it should come out nicely.
hhmmmm... explain please?

micxuy
04-30-2007, 02:13 AM
thanks a lot

badasscobalt
05-05-2007, 01:48 AM
I am trying to get the navbuttons to work with vbadvance too but it won't show. Please let me know what is going on. My site is www.cobaltcoupe.net

All my image paths are set correctly, and all the rest of the images are showing perfectly its just the navbuttons for vbadvance. All the forum pages show the buttons.

jiadele
05-05-2007, 03:15 AM
It showed "XML Error: not well-formed (invalid token) at Line 1174" during I installed.
what's going on ?

Edder
05-07-2007, 12:02 AM
hhmmmm... explain please?
Well, if you use the code I posted, it's just skin and bones HTML. As you already know, you would also have to customize the CSS to show some style - sorry for the pun.
I am trying to get the navbuttons to work with vbadvance too but it won't show. Please let me know what is going on. My site is www.cobaltcoupe.net

All my image paths are set correctly, and all the rest of the images are showing perfectly its just the navbuttons for vbadvance. All the forum pages show the buttons.
Because vBadvanced and your forum are in two different directories, the images won't show up unless you change all of the URLs in your Main CSS to absolute URLs (e.g. instead of aero/misc/nav.gif, you need to change it to http://www.yourdomain.com/forums/aero/misc/nav.gif)

Hope that helps!
It showed "XML Error: not well-formed (invalid token) at Line 1174" during I installed.
what's going on ?
I honestly have no idea. Does it only happen when installing the Aerohead skin?

Edder
05-15-2007, 11:42 PM
Aerohead has been updated for vBulletin 3.6.7. This brings it to internal version 1.02. A few images have been added to the /misc folder and some code changes have been made such as the addition of template hooks that accommodate the upcoming vBulletin Blog and Project Tools products.

Edder
05-16-2007, 10:05 PM
For some reason, when I upgraded to vBulletin 3.6.7 on my demo forum, it converted all URLs to absolute URLs. As a result, all of you who are using the 3.6.7 version of Aerohead that you downloaded today/yesterday are hotlinking all of the images from my server. Don't worry, it's not your fault, but I would really appreciate it if you could help me resolve this.

I've updated the XML files in the Aerohead zip file with the correct image paths. Please either 1) fix all of the URLs in stylevars and Main CSS or 2) download the updated .XML files and reinstall the skin.

Thank you!

RecklessTim
05-20-2007, 06:20 AM
Thank you very much for the work you did. The style looks great, very clean.

Everything is working fine, I made sure all the image links were fixed.
I would like to know if you can help with my Arcade link, I can't seem to get the code right to create a button for it in the navbar. I am also looking for a place where I can find various code for the side bar. ie. Latest threads.

Thanks again, great work.

crest
07-12-2007, 10:14 PM
Thanks for the Skin Edder, looks awesome!

I'm having problems with the Latest threads .js, I enabled the External JS, RSS and XML, but it won't display them.

Any clue?

kostas1974
02-07-2008, 06:02 AM
thanx a lot

Designer~nIdOo
02-21-2008, 02:48 AM
Thanks / شكراا

ramyrk23
05-12-2008, 12:43 PM
nice style
i like this


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum