Darkness - Free vBulletin Skins vB4
#41
Posted 31 May 2006 - 03:34 AM
#42
Posted 01 June 2006 - 05:17 PM
#43
Posted 04 June 2006 - 02:25 AM
Sean said:
For example:
background: url("templates/ClanzDarkness2/images/top.jpg");
background-repeat: no-repeat;Sean,
sorry but I still need you help. Where can I get the new topimage?
Or can I use the old one?
rgds
Holger
#44
Posted 04 June 2006 - 11:28 PM
#45
Posted 13 April 2007 - 09:47 PM
-Updated to work with vBulletin 3.6.5
-Added custom images
-Added forumhome category spacing
#46
Posted 15 April 2007 - 06:12 PM
I know how to do it, I just thought you were going to make it default agin in legacy bit
http://www.bluepearl...cy-changes.html
thanks!
#47
Posted 16 April 2007 - 03:32 AM
i have had mixed opinions about this, and decided to leave it out as default. I will also add a TXT file to the release explaining how to add the code as a add-on.
Thanks for reminding me.
#48
Posted 22 April 2007 - 08:01 PM
I just thought it looked nice with the rest of the template layouts.
this is it here right, long time since I changed the postbit_legacy
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="29" height="22"><img border="0" width="29" height="22" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b1.jpg"></td>
<td width="100%" height="22" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b2.jpg">
</td>
<td width="24" height="22"><img border="0" width="24" height="22" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b3.jpg"></td>
</tr>
<tr>
<td width="29" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b4.jpg"></td>
<td width="100%" bgcolor="#34342A">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
<div class="smallfont">
<br />
<if condition="$post['joindate']"><div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">$vbphrase[age]: $post[age]</div></if>
<div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">
$vbphrase[posts]: $post[posts]
</div>
</td>
<td width="24" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b6.jpg"></td>
</tr>
<tr>
<td width="29" height="28"><img border="0" width="29" height="28" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b7.jpg"></td>
<td width="100%" height="28" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b8.jpg"></td>
<td width="24" height="28"><img border="0" width="24" height="28" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b9.jpg"></td>
</tr>
</table>
I just think it matches the rest of the buttons better with the shadows etcexample
Maps - -=DoW=- Gamers
#49
Posted 22 April 2007 - 10:19 PM
#50
Posted 17 May 2007 - 10:21 AM
Updated to work with vBulletin 3.6.7
#51
Posted 17 May 2007 - 10:38 AM
ntburchf said:
I just thought it looked nice with the rest of the template layouts.
this is it here right, long time since I changed the postbit_legacy
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="29" height="22"><img border="0" width="29" height="22" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b1.jpg"></td>
<td width="100%" height="22" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b2.jpg">
</td>
<td width="24" height="22"><img border="0" width="24" height="22" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b3.jpg"></td>
</tr>
<tr>
<td width="29" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b4.jpg"></td>
<td width="100%" bgcolor="#34342A">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
<div class="smallfont">
<br />
<if condition="$post['joindate']"><div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">$vbphrase[age]: $post[age]</div></if>
<div style="border: 1px solid #000000; background-color: #1A1A1A; margin-bottom: 3px" width="100%">
$vbphrase[posts]: $post[posts]
</div>
</td>
<td width="24" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b6.jpg"></td>
</tr>
<tr>
<td width="29" height="28"><img border="0" width="29" height="28" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b7.jpg"></td>
<td width="100%" height="28" background="http://www.dow-gamers.net/vb/images/Darkness/darkness/b8.jpg"></td>
<td width="24" height="28"><img border="0" width="24" height="28" src="http://www.dow-gamers.net/vb/images/Darkness/darkness/b9.jpg"></td>
</tr>
</table>
I just think it matches the rest of the buttons better with the shadows etcexample
Maps - -=DoW=- Gamers
Had some issues trying to implement this with the new layout of vBulletin.
For some reason on every 2nd post the width of the users cell went to 50% of the screen.. i will test it more on my test forum
#52
Posted 27 May 2007 - 07:32 PM
Restored original header with CSS modifications so it doesnt repeat.
Modified the postbit_legacy template so it looks nicer
Fixed up some table issues
#53
Posted 27 August 2007 - 03:19 PM

#54
Posted 29 August 2007 - 04:00 AM
Is the way to use the present build with my versions?
#55
Posted 29 August 2007 - 04:39 AM
I will try my best to get these templates updated this week
#56
Posted 04 September 2007 - 06:22 AM
but i didn't like it when i go to thread
Edit :- i use a resize for big images and it work perfect
thanx Sean
Back
:confused: See U SooN :confused:
#57
Posted 04 September 2007 - 06:35 AM
#59
Posted 04 September 2007 - 06:48 AM
Back
:confused: See U SooN :confused:
#60
Posted 04 September 2007 - 07:09 AM
i have solve the problem by remove code tags :p
thanx now no problem and it work great ;)
Back
:confused: See U SooN :confused:
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users

















