Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Aerohead - Gorgeous Skin that Mixes Usability with Style! (supported vers) Details »»
Aerohead - Gorgeous Skin that Mixes Usability with Style! (supported vers)
Version: 1.03, by ForumMonkeys ForumMonkeys is offline
Developer Last Online: Oct 2012 Show Printable Version Email this Page

Version: 3.6.9 Rating:
Released: 09-17-2007 Last Update: 04-27-2008 Installs: 69
Template Edits
Additional Files  
No support by the author.

ForumMonkeys recently acquired vBmode, who offered this free vBulletin skin to the public. As the new owner of vBmode, I'd like to continue doing so. Why the new thread then? I was told by an admin here that I cannot take ownership of that thread, so this is my only option. The original thread is located here:

https://vborg.vbsupport.ru/showthread.php?t=145320

This is a free vBulletin skin product from VBMode.com and BulletinSkins.com. The "vBulletin skin by..." link may not be removed - branding free licenses can be obtained at: BulletinSkins.com . This skin may not be redistributed without explicit, written permission.

Without further ado, I bring you Aerohead!

Demo:
Fixed Version
Fluid Version

ZIP contains:
  • Image set
  • Skin PSD
  • XML style files (Includes both fixed and fluid versions) (3.6.8)
  • LICENSE_and_instructions-VBM.txt with easy installation

Please click the install button if you use this style.

Thank you and enjoy!

Note: the former thread is *not* supported and the ZIP will *not* be updated. This is the new "official", supported thread.

Version 1.01: fix for descriptions in categories breaking style
Version 1.02: updated for vB 3.6.9
Version 1.03: updated for vB 3.6.10

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 10-13-2007, 04:59 PM
ForumMonkeys's Avatar
ForumMonkeys ForumMonkeys is offline
 
Join Date: Sep 2007
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spank View Post
Glad to help
Thanks man

Quote:
Originally Posted by geevest.com View Post
Friend font size verry small..i can make it bigger size...can u help me?
thx
You can change the font sizes in the AdminCP, just find the style and select All Style Options and you'll see all the CSS. You'll probably want to just change the font size for the BODY.

Quote:
Originally Posted by willstaa View Post
hi

i still get the threads is undefined javascript error, ive have Enable "External Javascript," "RSS Syndication" and "XML Syndication."

any ideas
thanks
Another idea is to use one of the latest posts plugins here.

Quote:
Originally Posted by willstaa View Post
mines on a intranet so dont have ftp to it any ideas
Another idea is to use one of the latest posts plugins here. Especially since for whatever reason you do not have any access to the files. (odd)
Reply With Quote
  #33  
Old 10-14-2007, 08:36 PM
DrewzR/T DrewzR/T is offline
 
Join Date: Jul 2005
Location: Norfolk, VA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wondering if there will be any additional hacks released to fill up the gap in the left side. I've added a list for Site supporters but its not a big site so theres still alot of space.

Maybe an Arcade box that lists the top 3 members in the arcade. Anybody have any ideas?
Reply With Quote
  #34  
Old 10-14-2007, 08:50 PM
DrewzR/T DrewzR/T is offline
 
Join Date: Jul 2005
Location: Norfolk, VA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason my sigs were showing up on every post even with the correct code originally there to only make it appear once. Would like to add for those who only want signatures only on first post.

FIND
Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">
and move it AFTER this
Code:
<!-- sig -->
Reply With Quote
  #35  
Old 10-17-2007, 05:42 PM
flybarless flybarless is offline
 
Join Date: Oct 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by edderlee View Post
Thanks!

Also, if anyone is looking to display the sidebar on every page of their forum instead of just on forumhome, these are the instructions you should follow to do so.

In your FORUMHOME template, find this:

Code:
<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:
Code:
<!-- / 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:

Code:
<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:

Code:
</td>
  </tr>
</table>
I did the folowing mod and the forum stats no longer work. Any suggestions?

Thanks.
Reply With Quote
  #36  
Old 10-19-2007, 06:09 PM
flybarless flybarless is offline
 
Join Date: Oct 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having an issue where the Quick Reply window shrinks after you click on the quick reply button. It's only doing this in mozilla.

Any ideas how to fix this ?

Thanks
Reply With Quote
  #37  
Old 10-19-2007, 11:39 PM
sedline sedline is offline
 
Join Date: Jul 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can i add one more section like in screnshort and give a link
Reply With Quote
  #38  
Old 10-20-2007, 12:59 PM
safakuygur's Avatar
safakuygur safakuygur is offline
 
Join Date: Sep 2007
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ben türkçemi yazcam..

teşekkür ederim kardeşim

birde şu sol bölümü nasıl kaldıracagız onu yassa idin :hehe
Reply With Quote
  #39  
Old 10-24-2007, 01:33 PM
RainingThrees3 RainingThrees3 is offline
 
Join Date: Oct 2007
Location: Winterville, GA
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice skin...thanks for the share man.
Reply With Quote
  #40  
Old 10-24-2007, 08:03 PM
thedark1's Avatar
thedark1 thedark1 is offline
 
Join Date: Oct 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice skin.....but its seriously screwing up vbadvanced cmps layout when using the news module..... latest threads works fine though....

any ideas on how to fix this?
Reply With Quote
  #41  
Old 10-27-2007, 10:06 PM
scootertgm scootertgm is offline
 
Join Date: Jan 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I remove the "Another Section" box or edit it?

Sorry, I'm relatively new to VB.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:48 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05668 seconds
  • Memory Usage 2,326KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete