Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mrsticks

    (@mrsticks)

    I just got around to checking more into this. I am currently on WP v 2.2. The upload functionality is in wp-includes/functions-post.php in the wp_upload_bits(). It was then I noticed that this issue has been addressed. Now, if you upload a file with the same name as a previously uploaded file ( in the same month ), it renames the new upload.
    ie.
    One June 3 you upload FILE.ext
    it gets put into
    wp-content/uploads/2007/06/FILE.ext

    Later on June 15 you upload another ( different contents ) FILE.ext
    this file is put into
    wp-content/uploads/2007/06/FILE1.ext

    This solution works for me.

    Thanks devs.

    -peter

    Thread Starter mrsticks

    (@mrsticks)

    Yeah I changed that CSS line to my file name and the file is there, yet the Blue remains.

    I suppose I could try another theme maybe.

    I have the artistic ability of a sloth, so making my own theme could be messy, and I was more interested in getting the site to look somewhat decent without the hassle!

    Again, looking at the HTML WP produces, I see the style tag it employs to produce the Blue using “header-img.php?upper=69aee7&lower=4180b6”.
    And that is actually commented out, so I have no good reason why the Blue is being produced at all!

    I’m out for the night, but I will check back here in the AM. Thanks for the help!

    Thread Starter mrsticks

    (@mrsticks)

    Ive been going nuts. I may be new to WP, but I am no stranger to the internet, and this is truly a pain, I agree. Oh this is default theme v1.6.

    Just for my own sanity:
    Here’s the HTML that gets produced.

    ——8<——-

    <link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”http://www.peterstickney.com/xmlrpc.php?rsd&#8221; />
    <style type=’text/css’>
    <!–#header { background: url(‘http://www.peterstickney.com/wp-content/themes/default/images/header-img.php?upper=69aee7&lower=4180b6&#8217;) no-repeat bottom center; }
    #headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: black; }
    –></style>
    </head>
    <body>
    <div id=”page”>

    <div id=”header”>
    <div id=”headerimg”>
    <h1>All That is Stickney</h1>
    <div class=”description”>A Full Fledged Stickney Operation</div>

    </div>
    </div>
    <hr />
    ——8<——-

    And here’s the code from header.php. It looks like wp_head() is reponsible for writing some of the above code, including the background image, as I see it, I could be wrong. I know there’s some CSS that defines the bgimage, but that doesnt actually seem to work if I edit that.

    ——8<——-
    <?php wp_head(); ?>
    </head>
    <body>
    <div id=”page”>

    <div id=”header”>
    <div id=”headerimg”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </div>
    </div>
    <hr />
    ——8<——-

    What is wrong with me?

    -peter

    I was having the same problem as the OP and most of you, if I read everything correctly. I was taken back at how many people had the same problem. In my case, I fixed mine quite simply. In my WP Admin, I went to Options->General and erased what I had in the Blog Address box. Then I made the permalinks the date/time format and it just worked. I havent looked at my .htaccess, but I assume it is the same one it was creating before, which is the same one the OP had. In the end, WP just copied the WordPress Address to the Blog Address box.
    My issue is resolved and that is how i did it. Ive got the most recent version of WP, downloaded day before yesterday, v 2.0.2

Viewing 4 replies - 1 through 4 (of 4 total)