The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
AlienBlue Style Details »» | |||||||||||||||||||||||||
The AlienBlue vBulletin Style was originally to be released at AlienSector, however never made it past the initial demo stage on the website. The AlienBlue vBulletin Style has since been converted by SixteenOhNine to work with vBulletin 3.5.4.
Comes in Blue, Red and Green colors with fixed and fluid versions for each color. An unbranded version is available at the below link for $25 (does not include links back to SixteenOhNine). v1.01 includes a fix to the logout link, a correct version of the Fluid Blue style and the merging of the two zip files into one. Release URL: http://www.sixteenohnine.com/vbulletin-project-8.html Please be sure to click install if you use this style! It will ensure you are notified of any updates. Screenshot is available below. Show Your Support
|
Comments |
#62
|
|||
|
|||
The left column doesn't work with vbadvanced, but it's a great theme. *installs*
|
#63
|
||||
|
||||
This is a really nice style
Was going to use it before I bought my current one. And now that I'm looking on adding another style - figured I'd come back to this one, problem is - i'm using 3.6 now, any chance this will be updated to work with 3.6? |
#64
|
|||
|
|||
Hey,
Think youc an make some for vBulletin 3.6? From, Adam |
#65
|
|||
|
|||
cool man 100%
|
#66
|
|||
|
|||
I added the AlienBlue-fluid and I am missing icons now and the coloring isn't like the standard AlienBlue-Fixed. Also when in threads alot of the thread options don't work like rate thread, thread tools and search this thread. Any idea why? I am using vbulletin 3.5.4 and vbadvanced. Some of my vbadvanced modules are showing up now that I added this theme. Thanks.
|
#67
|
|||
|
|||
Hey,
Think you can make this for vBulletin 3.6? |
#68
|
|||
|
|||
Wow, have I missed a lot of posts. Sorry guys. Looks like my spam filter was gobbling up all the posts.
3.6 is in development as I speak. I hope to launch it shortly. To fix most of your display problems, install the fixed version, then install the fluid version on top of it. The fluid version doesn't contain all the details, it only modifies the fixed version. No, that's not pointed out in the documentation or anything (my apologies), it'll be taken care of as well. I'll probably make the fluid a full version so you don't have to mess with this anymore. I'm not real familiar with vBAdvanced, but I don't think AlienBlue will support it fully right off the back. If anyone does any modes to increase it's vBA support, feel free to PM me with the details so I can share with all. Thanks! |
#69
|
|||
|
|||
Quote:
|
#70
|
||||
|
||||
I have this installed on 3.6.4 and i'm having some issues with vbmenu_register
the DHTML menus work fine throughout the site except for inside a multi page thread. menus like "thread tools", "search thread", and "rate thread" will only work on a single page thread. once it goes to multiple pages, they die. when I look at the page nav alienblue has this : id="pagenav.16" class="vbmenu_control" all of the 3.64 templates that work have this : id="pagenav.42" class="vbmenu_control" I'm just starting with VB3 so I have no idea where that id is generated & I can't figure out why it's different in the alienblue skin. I don't see any template change that would have effected it. here's the javascript error I get Code:
fetch_object("pagenav_form") has no properties http://www.sternfannetwork.com/forums/clientscript/vbulletin_global.js?v=364 Line 1718 |
#71
|
|||
|
|||
I've just fixed the problem with vBulltin staff's help. Please try this:
Edit navbar template, append this code to the end. Code:
<!-- PAGENAV POPUP --> <div class="vbmenu_popup" id="pagenav_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form"> <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" /> <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" /> </form> </td> </tr> </table> </div> <!-- / PAGENAV POPUP --> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|