The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Steel Blue 3.5.3 Details »» | |||||||||||||||||||||||||
Steel Blue - The first in the Steel Series from the team at vBEnhanced.com.
Style Name: Steel Blue for vB 3.5.4 Style Version: 3.5.4 (SEO'd) Features:
I will NOT provide support for the removal of features of this style. If you want to remove things, look in the relevant templates and remove them. This is the 3.5 Release of the Steel series in Teal for 3.5.4. Customised statusicon, buttons/misc and gradients folders included. ***Additional Instructions*** vBAdvanced Users: Put nzb_greeting and nzb_greeting2 in the globalized variables section of your vBA AdminCP - Default Settings. To change the 'Launch date' ticker on Forum Home, look in the FORUMHOME template, near the bottom. There is a start date field. To change the greetings that appear in the navbar, have a look in your nzbgreeting plugin. To have the Forum images show up for selected forums, go into your forumhome_forumbit_level*_post templates (both level1 and level2) and look for the condtitional that reads: PHP Code:
Further on in the same template is this conditional: PHP Code:
Oh, and it's XHTML Compliant. And the CSS is compliant too. (If you want support, you better have clicked INSTALL...I *can* see this you know.) Show Your Support
|
Comments |
#172
|
|||
|
|||
I've been using this excellent style on VB 3.0.X for some time now and have never had any problems at all.
I upgraded today to 3.5.1 and used the new version of the skin. I have now lost the quick reply box and just can't figure out what happened. All the options are enabled, but it just doesn't appear. Has anyone else had this problem? I know its a stupid question but I really am not very good with this stuff. Thanks Nathan.. |
#173
|
|||
|
|||
very nice looking ! thanks for sharing
|
#174
|
|||
|
|||
I'm having a problem that I actually saw mentioned in this thread a while back, but I didnt ever see a response that explained the resolution.
I've attached a screen capture to illustrate the problem. Meta data is being displayed in the welcome message. I'd like to clean the look of the page up and get rid of the second block. How do I edit what is displayed in this section? I'm a recent re-convert to VB and still getting reoriented. I defected for over 2 years to IPB, but I had finally had enough. Please bear with me while I get things figured out all over again. Also... I know many have asked so I dont expect a different result than anyone else, but any chance of getting the PSD files? I have a darker page background and the buttons went from looking great on white to looking awful on the darker background. I can create new ones, but this would save me a ton of time. |
#175
|
|||
|
|||
Great skin.
How can I get the create new thread and the new post icons away from the front page? |
#176
|
|||
|
|||
i wanna upgrade to 3.5.2 i m waitin for new version of this
|
#177
|
||||
|
||||
@Wolf: Thank you, I have implemented the fix you provided.
@nexusone: Check my signature. @FRMTRK: Done! Updated to 3.5.2. |
#178
|
|||
|
|||
so this style 100% update with vb 3.5.2 right great thanks
|
#179
|
||||
|
||||
I Have Updated The Time On-Line Script So That
It Shows Years As Well. As Follows Code:
<div> <script type="text/javascript" language="JavaScript1.2"> //modified by FECKIE December 10th 2005 /* ?![CDATA[ */ function setcountup(theyear,themonth,theday){ yr=theyear;mo=themonth;da=theday } //////////CONFIGURE THE countup SCRIPT HERE////////////////// //STEP 1: Configure the date to count up from, in the format year, month, day: //This date should be less than today setcountup(2004,10,2) //STEP 2: Configure text to be attached to count up var displaymessage="since $vboptions[bbtitle] came online!" //STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countup area var countupwidth='95%' var countupheight='20px' //applicable only in NS4 var countupbgcolor='alt1' var opentags='<span class="smallfont">' var closetags='</span>' //////////DO NOT EDIT PASS THIS LINE////////////////// var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") var crosscount='' function start_countup(){ if (document.layers) document.countupnsmain.visibility="show" else if (document.all||document.getElementById) crosscount=document.getElementById&&!document.all?document.getElementById("countupie") : countupie countup() } if (document.all||document.getElementById) document.write('<span id="countupie" style="width:'+countupwidth+'; background-color:'+countupbgcolor+'"></span>') window.onload=start_countup function countup(){ var today=new Date() var todayy=today.getYear() if (todayy < 1000) todayy+=1900 var todaym=today.getMonth() var todayd=today.getDate() var todayh=today.getHours() var todaymin=today.getMinutes() var todaysec=today.getSeconds() var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec paststring=montharray[mo-1]+" "+da+", "+yr dd=Date.parse(todaystring)-Date.parse(paststring) dyear=todayy-yr; dday=Math.floor((dd/(60*60*1000*24)*1)%365) dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1) dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1) dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1) if (document.layers){ document.countupnsmain.document.countupnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds "+displaymessage+closetags) document.countupnsmain.document.countupnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML=opentags+dyear+ " year, "+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds "+displaymessage+closetags setTimeout("countup()",1000) } /* ]]? */ </script> </div> |
#180
|
|||
|
|||
Got a problem I?m running the vBa CMPS and it's not show your username in the top right hand corner any ideas what I?ve done wrong.
forum.speedoleague.org.uk |
#181
|
||||
|
||||
Quote:
I will test it out on my forums and then integrate it. @speedoleague: add nzb_greeting and nzb_greeting2 to the Globalized Variables section of your vBAdvanced Settings. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|