![]() |
Spring themed style for vB 4.1.x
1 Attachment(s)
This is my first style release for vBulletin. Designed and used on 4.1.12 but should be ok for older releases.
May not work for 4.2.x. I am marking this style as "unsupported" however I will attempt to address any problems you may have with it. Style affects:
Installation:
Important stylevars in case the background image, your sites logo, or the status icons aren't showing. ACP -> Styles & Templates -> Style Manager -> Spring -> Style Variable Editor doc_background --- the background image titleimage --- your logo imgdir_statusicon --- the status icons CHANGE LOG: Ver 1.0.1
|
You can download the psds here
|
The .xml file is ver 1.01. For some reason if I rename it to reflect that change it does not import properly (at least it doesn't on my test site :confused: )
To apply the change to postbit and postbit_legacy templates that are addressed in ver 1.0.1 follow code changes below. The posbit template fix: ACP -> Styles & Templates -> Style Manager -> Spring -> Edit Templates -> Postbit Templates -> postbit Find: Code:
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a> Code:
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}">View Infraction</a> The postbit_legacy template fix: ACP -> Styles & Templates -> Style Manager -> Spring -> Edit Templates -> Postbit Templates -> postbit legacy Find: Code:
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a> Code:
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}">View Infraction</a> |
coder seems to9 be a nature lover.. :)
but its too dark |
All times are GMT. The time now is 07:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|