Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free vBulletin Templates > Darkness

Darkness - Free vBulletin Template

Our most popular gaming template for vBulletin. Comes with heaps of free headers.
    

Reply
 
LinkBack (6) Thread Tools Rate Thread Display Modes
Old 05-24-2006, 07:48 PM   #31 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [vBulletin 3.5.x] Darkness free template [download]

Hey Holger yeah all new the new releases use this new style for the header, but the fix to change it back is very easy.
Im just about to leave for the shops, but if u check back in 1 hour i will post the code fix.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 12:23 AM   #32 (permalink)
 
Title: Member
Join Date: May 2006
Posts: 9
Rep Power: 0 holger is on a distinguished road
Re: [vBulletin 3.5.x] Darkness free template [download]

Did you post the fix?
holger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-27-2006, 12:42 AM   #33 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [vBulletin 3.5.x] Darkness free template [download]

Sorry thx for reminding me.

goto your style manager and replace the header template with:
Code:
<!-- logo -->
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <td width="11"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="135"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="100%"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="11"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
 </tr>
 <tr>
  <td width="11"><img width="11" height="135" border="0" src="$stylevar[imgdir_misc]/topside1.jpg" alt="" /></td>
  <td colspan="2" width="100%" height="135" class="header"></td>
  <td width="11"><img width="11" height="135" border="0" src="$stylevar[imgdir_misc]/topside2.jpg" alt="" /></td>
 </tr>
 <tr>
  <td width="11" class="side2">
   <table width="11" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="11" height="518"></td>
    </tr>
    <tr>
     <td width="11"><img src="$stylevar[imgdir_misc]/side4.jpg" border="0" width="11" height="25" alt="" /></td>
    </tr>
   </table>
  </td>
  <td width="134" class="side1"><img src="$stylevar[imgdir_misc]/side1.jpg" width="134" height="518" border="0" alt="" /><br /><img src="$stylevar[imgdir_misc]/side1.gif" width="134" height="25" border="0" alt="" /><br /><img src="$stylevar[imgdir_misc]/pixel.gif" width="10" height="1" border="0" alt="" /></td>
  <td width="100%">
   <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="100%" class="headerbot"><img src="$stylevar[imgdir_misc]/spacer.gif" height="4" alt="" /></td>
    </tr>
    <tr>
      <td width="587"><img src="$stylevar[imgdir_misc]/buttonback.jpg" border="0" width="568" height="30" alt="" /><img src="$stylevar[imgdir_misc]/buttoncor.gif" border="0" width="15" height="30" alt="" /></td>
    </tr>
   </table>
<br />
<!-- /logo -->
<table width="96%" cellpadding="0" cellspacing="0" border="0" align="center">
 <tr>
  <td width="41"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="100%"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
  <td width="41"><img src="$stylevar[imgdir_misc]/spacer.gif" alt="" /></td>
 </tr>
 <tr>
  <td width="41"><img src="$stylevar[imgdir_misc]/q1.jpg" border="0" width="41" height="7" alt="" /></td>
  <td width="100%" class="q3"></td>
  <td width="41"><img src="$stylevar[imgdir_misc]/q1-1.jpg" border="0" width="41" height="7" alt="" /></td>
 </tr>
 <tr>
  <td width="41"><img src="$stylevar[imgdir_misc]/q4.jpg" border="0" width="41" height="26" alt="" /></td>
  <td width="100%" class="q5"></td>
  <td width="41"><img src="$stylevar[imgdir_misc]/q4-1.jpg" border="0" width="41" height="26" alt="" /></td>
 </tr>
 <tr>
  <td width="41"><img src="$stylevar[imgdir_misc]/a1.jpg" border="0" width="41" height="15" alt="" /></td>
  <td width="100%" class="a2"></td>
  <td width="41"><img src="$stylevar[imgdir_misc]/a1-1.jpg" border="0" width="41" height="15" alt="" /></td>
 </tr>
 <tr>
  <td width="41" class="aq1"></td>
  <td width="100%" bgcolor="#181818">
<!-- content table -->
$spacer_open

$_phpinclude_output
now because the background is added using CSS so the style passes XHTML validation add the code below to your "MAIN CSS" in the section titled "Additional CSS Definitions"
HTML Code:
.header {
background: url("http://www.bluepearl-design.com/forums/images/Darkness/misc/top.jpg");
}
All u need to do now is upload your old header top.jpg to replace the new one.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-29-2006, 02:14 AM   #34 (permalink)
 
DARKCYBER's Avatar
 
Title: Member
Join Date: Feb 2005
Age: 25
Posts: 1
Rep Power: 0 DARKCYBER is on a distinguished road
Re: [vBulletin 3.5.x] Darkness free template [download]

Great Theme Sean...........
__________________
DARKCYBER is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-30-2006, 06:06 AM   #35 (permalink)
 
Title: Member
Join Date: May 2006
Posts: 9
Rep Power: 0 holger is on a distinguished road
Re: [vBulletin 3.5.x] Darkness free template [download]

Sean,

would like to change it but don't know what you mean with 2old header top.jpg"

From where do I get the old?
holger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-30-2006, 11:40 PM   #36 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [vBulletin 3.5.x] Darkness free template [download]

I was guessing you used the old version of Darkness and just upgraded and wanted the to use the same header as 3.5.3?
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 08:28 AM   #37 (permalink)
 
Title: Member
Join Date: May 2006
Posts: 9
Rep Power: 0 holger is on a distinguished road
Re: [vBulletin 3.5.x] Darkness free template [download]

Ohh sorry,

I am in the wrong forum here.

I mean the phpbb-Darkness2 template (and the Darknesswebsite)

Maybe you remember that the top image will be repaeted on the

higher resolutions screen which will look as a corrupted headerimage.

Your promised to show a solution by "adjusting" the topright image.

Did you already made that correction and if yes, where can I find it?

TIA
holger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 02:15 PM   #38 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [vBulletin 3.5.x] Darkness free template [download]

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:
Code:
background: url("templates/ClanzDarkness2/images/top.jpg");
background-repeat: no-repeat;
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 08:44 PM   #39 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: [vBulletin 3.5.x] Darkness free template [download]

used that technique many times aswell... the only problem is, that the file is waay bigger than it should be, and therefore takes more bandwidth... taht's all
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-31-2006, 08:48 PM   #40 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: [vBulletin 3.5.x] Darkness free template [download]

This is how it is already Fragalot, the above solution only stops the header from repeating when users have a resolution above 1280x1024
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« i need help | - »

LinkBacks (?)
LinkBack to this Thread: http://www.bluepearl-design.com/forums/darkness/1723-darkness-free-vbulletin-template.html
Posted By For Type Date
» Darkness vBulletin Template This thread Refback 11-17-2007 09:32 PM
Bluepearl Network This thread Refback 07-11-2007 08:38 AM
Free vBulletin Templates This thread Refback 07-09-2007 11:54 PM
Bluepearl Network » vBulletin Templates This thread Refback 07-02-2007 11:15 PM
Bluepearl Network » Blog Archive » Darkness vBulletin Template This thread Pingback 06-25-2007 02:11 PM
Free vBulletin Templates This thread Refback 05-21-2007 09:17 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Darkness - Free vBulletin Template
Thread Thread Starter Forum Replies Last Post
bo20 - Free vBulletin Template Sean bo20 52 Yesterday 03:36 AM
USFTECH Free vBulletin Template Sean USFTECH 121 08-25-2008 12:59 AM
BP-Brown - Free vBulletin Template Sean BP-Brown 49 06-01-2008 08:43 AM
X-Factor - Free vBulletin Template Sean X-Factor 69 10-05-2007 12:11 PM
BP-Grey - Free vBulletin Template Sean BP-Grey 19 09-10-2007 10:40 PM


  
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 05:16 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52