The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Aerohead - Gorgeous Skin that Mixes Usability with Style! Details »» | |||||||||||||||||||||||||||
Aerohead - Gorgeous Skin that Mixes Usability with Style!
Developer Last Online: Feb 2018
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:
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
|
Comments |
#62
|
||||
|
||||
You can remove it in the FORUMHOME template, as someone already pointed out.
Quote:
<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> |
#63
|
|||
|
|||
nice work
thanks |
#64
|
|||
|
|||
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> HTML Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td> |
#65
|
||||
|
||||
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> |
#66
|
|||
|
|||
Looks ajaxy lol (very nice).
Navigation needs a little work as it is a little too white. 9/10. |
#67
|
|||
|
|||
Quote:
Cheers |
#68
|
||||
|
||||
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.
|
#69
|
||||
|
||||
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.
|
#70
|
||||
|
||||
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; } } |
#71
|
||||
|
||||
Thanks for your help, Wayne. I will get an update together, today.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|