[wp-testers] Request for two file changes, someone?

Jeremy Visser jeremy.visser at gmail.com
Sun Jun 25 13:04:23 GMT 2006


Hi Spencer,

I've created a diff file for the changes you've made against WP 2.0.3
straight out of SVN which can be easily applied to a freshly unzipped
copy of WordPress.

I'm going to paste it into this email, but in case it doesn't turn out
right, you can view it at the following URL:
http://narnia.bounceme.net/jeremy/temp/kubrickfix.diff

Here follows the contents of the diff:

Index: wp-content/themes/default/header.php
===================================================================
--- wp-content/themes/default/header.php	(revision 3923)
+++ wp-content/themes/default/header.php	(working copy)
@@ -24,12 +24,13 @@
 	#page { background: url("<?php bloginfo('stylesheet_directory');
?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
 <?php } ?>
 	#header { background: url("<?php bloginfo('stylesheet_directory');
?>/images/kubrickheader.jpg") no-repeat bottom center; }
-	#footer { background: url("<?php bloginfo('stylesheet_directory');
?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;}
+	#footer { background: url("<?php bloginfo('stylesheet_directory');
?>/images/kubrickfooter.jpg") no-repeat bottom left; border: none; }
+	#footer { /margin-left: 2px; }

 /*	Because the template is slightly different, size-wise, with
images, this needs to be set here
 	If you don't want to use the template's images, you can also delete
the following two lines. */
 		
-	#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px;
height: 198px; width: 758px; }
+	#header     { margin: 0 !important; margin: 0 0 0 2px; padding: 1px;
height: 198px; width: 758px; }
 	#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; }

 /* 	To ease the insertion of a personal header image, I have done it
in such a way,
Index: wp-content/themes/default/style.css
===================================================================
--- wp-content/themes/default/style.css	(revision 3923)
+++ wp-content/themes/default/style.css	(working copy)
@@ -208,7 +208,7 @@

 /* Begin Structure */
 body {
-	margin: 0;
+	margin: 0 0 20px 0;
 	padding: 0;
 	}

@@ -449,7 +449,7 @@
 	}

 #sidebar #searchform #s {
-	width: 115px;
+	width: 108px;
 	padding: 2px;
 	}

On 6/25/06, spencerp <spencerp1 at gmail.com> wrote:
> I really need someone's help on modifying two files for the default theme.
> So it could be implemented before the official release of 2.0.4.
>
> I would do this, if I knew how, sigh. I already talked with Matt about this,
> here's a copy of the email.
>
> ----------------------------------------------------------
> spencerp wrote:
> I'm not sure if you'd like to or not, but I made up a "fixed" version of the
> Kubrick default 1.5 theme. I was wondering if maybe that could be added to
> the WordPress 2.0.4 version quick?
>
> Sure, could you send in the fixes as a "diff", or just highlighting the
> changed lines?
> --------------------------------------------------------------
>
> If someone could do this for me, it would be awesome. =) Here's a link to
> the txt that contains the changes:
> http://www.vindictivebastard.net/downloads3/default-code-changes.txt
>
> It's marked first as the Original code, or CSS code, then the second section
> is the "Changed code or CSS code". Thanks in advanced..
>
> These changes will fix some display errors in IE6, Firefox and Opera..
>
> Spencer Passmore
> spencerp1 at gmail.com
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>

-- 
Jeremy Visser
Email: jeremy.visser at gmail.com
Website: http://jeremy.serveblog.net/


More information about the wp-testers mailing list