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 |
#102
|
||||
|
||||
An update for 3.6.6 will be heading your way, tomorrow!
|
#103
|
|||
|
|||
how do i make the latest post of each forum appear ?
|
#104
|
||||
|
||||
nice style, one question.
how i make it so the postbit section with Username, title, posts etc is in one group/section, not seperate, i think it would look alot better, thanks. |
#105
|
||||
|
||||
Quote:
I get it on to the VBadvancedportal as well ... not really what I want ... |
#106
|
|||
|
|||
Hello I recently moved my forum to a new server, and now something funny has happend. My message posting box is not aligned correctly. Everytime I create a new thread, or post a reply the text area is not aligned to the left side properly. Any help would be great.
Below is a screenshot: |
#107
|
|||
|
|||
Looks nice. Does this come in blue?
|
#108
|
||||
|
||||
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.
|
#109
|
||||
|
||||
I don't have the exact code, but if you search on vBulletin.org, you'll find a number of hacks that can do this.
Quote:
In your postbit_legacy template, find this code: Code:
<if condition="$post['usertitle']"><div class="usrbit">User Title: <strong>$post[usertitle]</strong></div></if> <if condition="$post['rank']"><div class="usrbit">User Rank:<strong>$post[rank]</strong></div></if> <if condition="$post['joindate']"><div class="usrbit">$vbphrase[join_date]: <strong>$post[joindate]</strong></div></if> <if condition="$post['field2']"><div class="usrbit">$vbphrase[location_perm]: <strong>$post[field2]</strong></div></if> <if condition="$post['age']"><div class="usrbit">$vbphrase[age]: <strong>$post[age]</strong></div></if> <div class="usrbit"> $vbphrase[posts]: <strong>$post[posts]</strong> </div> <if condition="$show['infraction']"><div class="usrbit">$vbphrase[infractions]: <strong>$post[warnings]/$post[infractions] ($post[ipoints])</strong></div></if> <if condition="$show['reputation']"><div class="usrbit"><if condition="$show['reppower']">$vbphrase[reppower]: <strong><span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></strong></div></if> Code:
<div class="usrbit"><if condition="$post['usertitle']">User Title: <strong>$post[usertitle]</strong><br /></if> <if condition="$post['rank']">User Rank:<strong>$post[rank]</strong><br /></if> <if condition="$post['joindate']">$vbphrase[join_date]: <strong>$post[joindate]</strong><br /></if> <if condition="$post['field2']">$vbphrase[location_perm]: <strong>$post[field2]</strong><br /></if> <if condition="$post['age']">$vbphrase[age]: <strong>$post[age]</strong><br /></if> $vbphrase[posts]: <strong>$post[posts]</strong><br /> <if condition="$show['infraction']"><br />$vbphrase[infractions]: <strong>$post[warnings]/$post[infractions] ($post[ipoints])</strong><br /></if> <if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <strong><span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></strong></if> </div> Quote:
Code:
<table align="center" cellspacing="0" cellpadding="0" class="page" width="100%"> Quote:
No, but the .PSD is included so you are free to make it blue, yourself! |
#110
|
|||
|
|||
3 things.. running 3.6.7
Nothing is showing up in the latest thread box. I have two main categories on my test board. MAIN and TEST. I have several sub categories under TEST. This area of the forum is shoved down under the "Another Section" box and spans the full width instead of nested in the right like MAIN is. Why do you have it set up to pull something from vbmode.com? In Firefox, I have NoScript installed, and it is showing that there is something that is drawing from that site and by default is currently blocking it. You may want to fix the coding so that it no longer is pulling from vbmode.com. Right now, the installed version I have is pulling the mass majority of the images from vbmode instead of my server. I'm sure you don't want that drain on your server. |
#111
|
||||
|
||||
Quote:
There are three reasons as to why the latest threads script isn't displaying properly. 1) Your forum is offline when it should be online 2) Rhe RSS options have not yet been enabled 3) Your posts are all in private forums. Check to see if your subcategories are set as child forums under Test. Also, make sure that Test is set to not act like a forum. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|