Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles

Reply
 
Thread Tools
Aerohead - Gorgeous Skin that Mixes Usability with Style! Details »»
Aerohead - Gorgeous Skin that Mixes Usability with Style!
Version: 1.04, by ProSkinner.com ProSkinner.com is offline
Developer Last Online: Feb 2018 Show Printable Version Email this Page

Version: 3.6.7 Rating:
Released: 04-19-2007 Last Update: 06-09-2007 Installs: 335
Template Edits
Additional Files  
No support by the author.

Update: Aerohead is being supported by ForumMonkeys in this thread. Please direct all questions in that thread.



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. 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
Fixed Width Version

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






Please click the install 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

Supporters / CoAuthors

Show Your Support

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

Comments
  #62  
Old 04-25-2007, 02:34 PM
ProSkinner.com's Avatar
ProSkinner.com ProSkinner.com is offline
 
Join Date: Aug 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by giovannicosta View Post
good style, how do i get rid of:
You can remove it in the FORUMHOME template, as someone already pointed out.
Quote:
Originally Posted by M0ther View Post
how do I enable the 'Remember me' checkbox next to the top login fields? This is present in the default style, but I don't see an option to enable or disable this, so it may be buried in the forum template.
In your HEADER template, find this line:

<input name="vb_login_username" id="navbar_username" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" type="text" class="forms2" /><input name="vb_login_password" id="navbar_password" type="password" tabindex="102" class="forms3" />

Add this line after it:

<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" style="margin: 0px 3px 2px 0px;" id="cb_cookieuser_navbar" accesskey="c" /><span style="padding-right: 4px;">$vbphrase[remember_me]</span></label>
Reply With Quote
  #63  
Old 04-25-2007, 03:14 PM
alaadin2003 alaadin2003 is offline
 
Join Date: May 2006
Location: Eygpt
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work

thanks
Reply With Quote
  #64  
Old 04-25-2007, 09:56 PM
VG Pros VG Pros is offline
 
Join Date: Mar 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to edit my navbar template but I'm doing it with little success. I am adding ibArcade to it but where do I add it? Here is the code I'm trying to find:

HTML Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And I'm suppose to put this above it:

HTML Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
Reply With Quote
  #65  
Old 04-26-2007, 03:10 AM
ProSkinner.com's Avatar
ProSkinner.com ProSkinner.com is offline
 
Join Date: Aug 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your HEADER template, find this line:

<li class="nav-button"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></li>

Add this above it:

<li class="nav-button"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></li>
Reply With Quote
  #66  
Old 04-26-2007, 04:52 AM
Josh1 Josh1 is offline
 
Join Date: Mar 2006
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks ajaxy lol (very nice).

Navigation needs a little work as it is a little too white. 9/10.
Reply With Quote
  #67  
Old 04-26-2007, 08:16 AM
Mr_Dave Mr_Dave is offline
 
Join Date: Sep 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by edderlee View Post
I believe you need at least 8 threads before they show up as the script pulls the latest 8. You can always change the number by editing latestthreads.js in the /aero/misc/ directory.
Thanks for responding, the default amount was set at 10. I've changed this but it still doesn't seem to work, do you have any other ideas?

Cheers
Reply With Quote
  #68  
Old 04-26-2007, 02:06 PM
ProSkinner.com's Avatar
ProSkinner.com ProSkinner.com is offline
 
Join Date: Aug 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr_Dave View Post
Thanks for responding, the default amount was set at 10. I've changed this but it still doesn't seem to work, do you have any other ideas?

Cheers
Well, right now your board is off... Since the latest threads script pulls the latest 10 threads using RSS, it can't do that as the RSS feed has been turned off, too. I would turn your forum back on.
Reply With Quote
  #69  
Old 04-26-2007, 07:39 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a nice style. Very easy to change the colors of and change to suit an upcoming site. I can easily offer various color schemes with simply changing the CSS.
Reply With Quote
  #70  
Old 04-27-2007, 02:29 AM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a bug fix. Change your aero/misc/latestthreads.php to have the following contents:
Code:
ctr = 0;
for (x in threads)
{
  document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><br />");
ctr++;
if (ctr == 10) 
  {
     break;
  }
}
Then people won't get Javascript errors on the forumhome page if they don't have 10 or more. It will still be limited to 10 threads, even if they want 50 in their external feed. If they have 0 threads, it just quits with no errors. They have have 500 it shows 10.
Reply With Quote
  #71  
Old 04-27-2007, 02:40 PM
ProSkinner.com's Avatar
ProSkinner.com ProSkinner.com is offline
 
Join Date: Aug 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your help, Wayne. I will get an update together, today.
Reply With Quote
Reply

Thread Tools

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 06:47 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.04971 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (2)bbcode_html
  • (4)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
  • (1)pagenav_pagelinkrel
  • (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