Jump to content


Buy 2 skins get 1 free
Refer members and earn 20% commission on purchases they make!

- - - - -

Darkness - Free vBulletin Skins vB4


341 replies to this topic

#41 Fragalot

    Ipood

  • Members
  • 4,372 posts

Posted 31 May 2006 - 03:34 AM

i know :)

#42 Norman

    Member

  • Members
  • 5 posts

Posted 01 June 2006 - 05:17 PM

Yeah, this is really great! Thx. :D

#43 holger

    Bluepearl Veteran

  • Members
  • 9 posts

Posted 04 June 2006 - 02:25 AM

Sean said:

At the moment the best way to fix this problem for users using high resolutions it to add the header image using CSS and then having it fixed using CSS.

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 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 04 June 2006 - 11:28 PM

You just use the old one

#45 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 13 April 2007 - 09:47 PM

Darkness Version 3.0 released
-Updated to work with vBulletin 3.6.5
-Added custom images
-Added forumhome category spacing

#46 ntburchf

    Bluepearl Veteran

  • Members
  • 35 posts

Posted 15 April 2007 - 06:12 PM

Hi Sean though you were going to add the bevels back to the left side in darkness.
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 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 16 April 2007 - 03:32 AM

Hello ntburchf,
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 ntburchf

    Bluepearl Veteran

  • Members
  • 35 posts

Posted 22 April 2007 - 08:01 PM

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
<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 etc

example
Maps - -=DoW=- Gamers

#49 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 22 April 2007 - 10:19 PM

Yeah man i agree it does look alot better like this, 100% i will release this in the next release.

#50 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 17 May 2007 - 10:21 AM

Darkness Version 3.1 released
Updated to work with vBulletin 3.6.7

#51 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 17 May 2007 - 10:38 AM

ntburchf said:

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

<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 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

#52 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 27 May 2007 - 07:32 PM

Darkness Version 3.2 released
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 ludeau

    Member

  • Members
  • 12 posts

Posted 27 August 2007 - 03:19 PM

Merci beaucoup ;)

Posted Image


#54 bigjoe7

    Member

  • Members
  • 8 posts

Posted 29 August 2007 - 04:00 AM

Hi - do you know when this will be enabled for 3.6.8 and vBadvanced CMPS v3.0 RC1?

Is the way to use the present build with my versions?

#55 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 29 August 2007 - 04:39 AM

u can use the current version with no problems, but will need some templates reverted.

I will try my best to get these templates updated this week

#56 aseer

    Member

  • Members
  • 13 posts

Posted 04 September 2007 - 06:22 AM

this one look so good

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 Sean James

    Administrator

  • Administrators
  • 12,627 posts
  • LocationSydney Australia

Posted 04 September 2007 - 06:35 AM

This thread of the thread display of the template?

#58 aseer

    Member

  • Members
  • 13 posts

Posted 04 September 2007 - 06:46 AM

Sean said:

This thread of the thread display of the template?

look for the red color @ Attach pic

Attached Thumbnails

  • Attached Image: untitled.GIF

Back


:confused: See U SooN :confused:


#59 aseer

    Member

  • Members
  • 13 posts

Posted 04 September 2007 - 06:48 AM

it appear Just on Free vBulletin Templates

but other forums it looks good ??

so what's the wrong

Back


:confused: See U SooN :confused:


#60 aseer

    Member

  • Members
  • 13 posts

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

Links

Customers

Our Network

Our Friends


  • Follow us...
  • Subscribe to our Announcements
  • Follow us on Twitter
  • Follow us on Facebook
  • Follow us on LinkedIn
  • Follow us on Google +
  • We accept Paypal & 2Checkout with Mastercard and Visa