The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Classic x and alt x Styles -upDated to 3.6 Details »» | |||||||||||||||||||||||||||
vB Classic x and alt x Styles -upDated to 3.6
Developer Last Online: Nov 2023
SOFTWARE USAGE: vB 3.6 current ( upGraded as vB upgrades )
PSD SUPPLIED: Yes - ones needed to rework the style , logo - right logo CHANGES MADE UPON REQUEST: No - but -will change name on logos Demos : @ homepage -> Calssic x :: Roll over buttons - text vBmenu & postbit - fixed Classic alt x :: Text links - button vBmenu & post bits - fluid vBulletin did a great job on the style , just did a little work on it to bring it to our idea of the 3.6 version of vBulletin , added a few things , reworked a little of this and that . font for the header is not what they used . if you know what it is will rework the psds for them . SCREEN SHOT: Attachment 58148what we remember of the vB2 style , rounded off to remove the sharp corners . 2 header options . fixed and fluid . as many if not all of the templates that could be edited have been to keep the style through out the entire forum - user cp , mod options registration ect . other mods : thread starter in post bit highlighted stickies and announcements sub forums in columns and ?. . images are vBulletin vB2 - from various places to complete the entire set . additional images and some misc ones were improvised . enjoy templates for some mods are available , to keep the style uniform @ site . Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
|||
|
|||
going to install this now, i know this is totally off topic, but how did you get the links to work in the upper right hand corner of the page ( the links for "forum, Homepage, arcade, downloads etc" )
thanks so much! |
#13
|
|||
|
|||
one uses a roll over :
Code:
<td><a href="arcade.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('arcade','','$stylevar[imgdir_misc]/_nav-arcade_on.gif',1)"><img name="arcade" border="0" src="$stylevar[imgdir_misc]/_nav-arcade.gif" alt="arcade" /></a></td> can use this pattern and just make the 3 changes for each button you need . an on an off button is needed . if we have them and were not in the misc dir of the style ask and can quick make the right ones , supply the code . the other is just a simple text link : Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum</a> : <a href="$vboptions[homeurl]">Home Page</a> : both are located in the header template . |
#14
|
|||
|
|||
hello, also off topic but i cant find in the other one were i n the upper right corner two buttons are located. Forum and homepage. Where can i put a third or fourth button in .... Many thanks
|
#15
|
|||
|
|||
the roll over buttons -
psds for the buttons used for this area are in the psd dir ( we have some additional ones - ask if they are what you need and were not included in the 'misc' dir ) , you will need an on and an off button , uploaded into the misc dir . if you have trouble making different ones , ask and will make them . near the bottom of the header template - the area for the roll-overs starts at : Code:
<table class="nav-x" cellspacing="0" cellpadding="0" border="0"> Code:
<td><a href="$vboptions[forumhome].php$session[sessionurl_q]" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('forum','','$stylevar[imgdir_misc]/_nav-forum_on.gif',1)"><img name="forum" border="0" src="$stylevar[imgdir_misc]/_nav-forum.gif" alt="forum" /></a></td> you will need to change the link ( underlined ) the image idenitifyer name -different for each image- 2 places ( red ) and the 2 image names ( italic ) |
#16
|
|||
|
|||
Thanks working great
|
#17
|
|||
|
|||
|
#18
|
|||
|
|||
Where can I download the original Classic Liquid?
|
#19
|
||||
|
||||
Original?
|
#20
|
|||
|
|||
Well, the one used on vbulletin.com. I found one that requires importing of two xml files - is it IT?
|
#21
|
||||
|
||||
The one used on vb.com is the standard default that comes with vbulletin software.
Unless you're talking about the vb2 variation... which I believe is available in this forum somewhere. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|