Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter derTimme

    (@dertimme)

    good advice, i’ll do that.

    Thread Starter derTimme

    (@dertimme)

    that doesn’t matter to me as long as it works,
    aaand it does 🙂

    i see why people would want to avoid that because it looks a little more “hardcoded” but i don’t think i will change anything what could be affected by this.

    so, anyway, thank you very much for helping me out here!

    timme.

    Thread Starter derTimme

    (@dertimme)

    i am very glad that you are trying to help even if you stab in the dark.

    but the one with div.texty small does not work either 🙁

    would it not be possible to maybe add something between any of those lines?:

    <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
    
    				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    				<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
    				<small>By <?php the_author_posts_link(); ?> | <?php the_time('j') ?>. <?php the_time('M') ?> <?php the_time('Y') ?> | <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></small>
    				<div class="postmetadata">

    (those are from the single.php which i figure is responsible for the … well.. single post view which is somehow wrong (?)

    Thread Starter derTimme

    (@dertimme)

    ok i added

    .texty .postmetadata {
        background: url("images/shadow.gif") no-repeat scroll center bottom transparent;
        clear: both;
        margin: 0 0 60px;
        min-height: 40px;
        padding: 6px 0;
    }

    but it does not seem to work. also i tried it without the dot or without a space in before the postmetadata but it doesn’t work either.

    Thread Starter derTimme

    (@dertimme)

    awesome, thank you very much!

    now theres this other thing that the author name / date / category is displayed at the wrong place, next to the image on the post-page.. i don’t get that either.
    got any idea how to solve this, too?

    Thread Starter derTimme

    (@dertimme)

    Ok, ive got it!
    I just used the Script to install wordpress which was offered by the hosting company and installed it online with another prefix (del_) into the same database, then i copied the new automatically created wp-config from the server to the hard drive, just changed the del_ to wp_ and now it works.

    ftr: it had to be mysql5.timme.cc – i dont really know why it did not worked out before, maybe i had the wrong username or something…

    thanks anyway!

    Thread Starter derTimme

    (@dertimme)

    192.168.0.1 does not work
    neither does 127.0.0.3 (which is displayed in the phpmyadmin panel)

    is there maybe something about chmod or .htaccess or has that nothing to do with my case?

    Thread Starter derTimme

    (@dertimme)

    i already did that, when i wrote “uploaded everything” i basically meant the files via ftp and import the old database via sqladmin.

    thats not it 🙁

    PS: before someone comes up with that, i already tried both
    define('DB_HOST', 'mysql.timme.cc');
    and
    define('DB_HOST', 'mysql.news.timme.cc');
    and also mysl4 and mysql5…

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