View Full Version : VB 3.5 Beta 4 Grey style!
Remedy 13th July 2005, 07:23 PM good day all
i just finished a very simple style for vb 3.5 beta 4 ;-) and its free for all to use
i hope you enjoy it all :)
install:
1- put "grey" folder under "images" folder in your forum
2- a pic called "title.jpg" inside the "grey" folder is for the forum title to be written in.
3- enjoy :)
any comments are welcomed!
Remedy 13th July 2005, 07:47 PM screen shot!
Floris 15th July 2005, 01:55 AM Before I release this, have you also submitted it to vBulletin.com ?
Sovereign 30th July 2005, 06:57 AM Doesn't work with Firefox, the header where your logo goes is broken! See here! (http://www.vbulletin-fans.com/attachment.php?attachmentid=2849&d=1122562312)
moka_ghorab 31st July 2005, 07:22 PM thanks guys but can i install it in vBulletin 3.0.7 :) ???
Sovereign 31st July 2005, 11:36 PM No, 3.5 styles don't work with 3.0.7
moka_ghorab 1st August 2005, 12:25 AM oh :( why don't work i wanna it
any body can design this for 3.0.7
thnx
MyForuM 1st August 2005, 09:57 PM ...:::::thanks;):::::::...
deus 2nd August 2005, 06:41 AM Becuase I'm a nice guy I fixed it for firefox.. The header doesn't seem to work right with IE but who cares about bowser that isn't compliant.
Header Template.
<!-- logo -->
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td width="4%">
<img border="0" src="images/grey/1_0_0.jpg" width="60" height="135"></td>
<td width="9%">
<img border="0" src="images/grey/1_1_0.jpg" width="109" height="135"></td>
<td width="80%">
<img border="0" src="images/grey/1_2_0.jpg" width="455" height="135">
</td>
<td width="80%">
<img border="0" src="images/grey/1_2_0.jpg" width="462" height="135">
</td>
<td width="3%">
<img border="0" src="images/grey/1_3_0.jpg" width="113" height="135"></td>
<td width="3%">
<img border="0" src="images/grey/1_4_0.jpg" width="62" height="135"></td>
</tr>
<tr>
<td width="4%">
<img border="0" src="images/grey/1_0_1.jpg" width="60" height="68"></td>
<td width="9%"></td>
<td width="80%"></td>
<td width="3%"></td>
<td width="3%"></td>
<td width="3%">
<img border="0" src="images/grey/1_4_1.jpg" width="62" height="68"></td>
</tr>
<tr>
<td background="images/grey/1_0_2.jpg" width="4%"> </td>
<td colspan="4">
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
Footer
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />
$spacer_close
<!-- /content area table -->
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td class="tfoot">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]" width="100%">
<div class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
// Initialize 'Active' Table Cells
//activecells_init();
//-->
</script>
</td>
<td width="3%" background="images/grey/1_4_2.jpg"> </td>
</tr>
<tr>
<td width="4%">
<img border="0" src="images/grey/1_0_3.jpg" width="60" height="49"></td>
<td width="9%">
<img border="0" src="images/grey/1_1_3.jpg" width="109" height="49"></td>
<td background="images/grey/1_2_3.jpg" width="80%"></td>
<td background="images/grey/1_2_3.jpg" width="100%"></td>
<td background="images/grey/1_2_3.jpg" width="100%"></td>
<td width="3%">
<img border="0" src="images/grey/1_4_3.jpg" width="62" height="49"></td>
</tr>
</table>
Sovereign 2nd August 2005, 07:08 PM Now it's messed up in IE...I'm not kidding!
deus 2nd August 2005, 09:20 PM Now it's messed up in IE...I'm not kidding!
clearly you didn't read my post did you.
The header doesn't seem to work right with IE but who cares about a bowser that isn't compliant.
Sovereign 2nd August 2005, 11:36 PM Compliant with what? And is there a patch to fix IE?
deus 3rd August 2005, 12:06 AM Compliant with what? And is there a patch to fix IE?
http://www.w3.org/Consortium/
The patch to fix IE is not to use it.. Firefox is your best choice.
hpwilhelm 3rd August 2005, 12:28 AM http://www.w3.org/Consortium/
The patch to fix IE is not to use it.. Firefox is your best choice.
CSS is your best choice ;)
And firefox is the better browser :cool:
hihoo 13th August 2005, 07:25 AM :) :D ;) :p :\ :| thanks man
Bungie 14th August 2005, 01:25 AM Eh? :) :) :) :)
wordplay 14th August 2005, 11:39 PM somehow i cant unzip that attachment, i keep downloading an apperently currupt file, when i open the zip file it says:
unexpected end of archive... can somebody re-upload it or something?
Sovereign 20th August 2005, 05:00 AM One other gripe: the board is too wide! And this
<td width="4%">
<img border="0" src="images/grey/1_0_0.jpg" width="60" height="135"></td>
<td width="9%">
<img border="0" src="images/grey/1_1_0.jpg" width="109" height="135"></td>
<td width="80%">
<img border="0" src="images/grey/1_2_0.jpg" width="455" height="135">
</td>
<td width="80%">
<img border="0" src="images/grey/1_2_0.jpg" width="462" height="135">
</td>
<td width="3%">
<img border="0" src="images/grey/1_3_0.jpg" width="113" height="135"></td>
<td width="3%">
<img border="0" src="images/grey/1_4_0.jpg" width="62" height="135"></td>
</tr>
doesn't seem to match up...makes my board way wider than I want. Grrr.
Sovereign 27th August 2005, 01:11 AM BUMP: Is there a way to make this style fit properly on 1024x768 rather than 1280x1024?
Mira-chan 27th October 2005, 05:25 PM Thanx for the skin Remedy! :)
Remedy 31st October 2005, 04:45 PM you welcome all
hmmmmmm
wonders!
it has been tested in IE with no proples at all!!
and the attachments works fine :)
mindtrix 8th November 2005, 02:26 AM I can't seem to download it.. keep getting an End of Archive error. Could someone please re-upload it?
rnat.net 19th November 2005, 01:11 PM thanks man
|