545 - vbSkinworks - 3.7.x

.Vodka.

New Member
Here's 545 for vB version 3.7.2.

545.jpg


Live demo: zhNetwork - Powered by vBulletin

Have fun.
 

Filez

New Member
It must mean that he missed something if he is the one who ported it or just got it from a bad source. Im not going to explain the whole cycle but you can fix the error with a simple code and it has been posted on here before.
 

madtrex

New Member
Thanks for the info Filez, as I will search for the information :) Only being a member since July clearly I have not seen everything yet :)
 

Jasper0

New Member
I put quite a bit of work into this skin after I installed it, only to end up getting the same errors and unable to fix it.. :(

Have tried a couple of things with no success.. ;(
 

Arasius

New Member
If your NOTICE system is not working in 3.7.2 for this template...

try to do this

in NAVBAR template find:

Code:
<!-- nav buttons bar -->
<!-- / nav buttons bar -->

<br />

After add:

Code:
<if condition="$show['notices']">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
		<td class="thead">$vbphrase[notices]</td>
	</tr>
	<tr>
		<td class="alt1">$notices</td>
	</tr>
	</table>
	<br />
</if>

Cya
 

AWC108

New Member
Thank you so much.

This my favorite vB skin of all times! But I have a question.

Can I make this to Fluid? I want the skin full left to right.



Thanks.
AWC108
 
Top