View Single Post
Old 05-18-2007, 06:38 AM   #51 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Darkness - Free vBulletin Template

Quote:
Originally Posted by ntburchf View Post
Thanks!!
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
Code:
<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">
                    &nbsp;<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">
                &nbsp;<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 etc

example
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
Sean is offline   Reply With Quote