Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hey aritzalvarez,

    The second code works great, although my site name seems to appear twice? Any ideas about that?

    Here is the link to the page I’m working on… https://www.edenfallband.co.uk/Wordpress/

    Sorry, I’m not good with CSS myself.

    I was having this same problem but found a way to fix it.

    At first I was uploading all the images in one go but found I was having the same problem, instead I uploaded each image individually and that solved the problem.

    Hope that helps ??

    Thread Starter SeanB

    (@seanb)

    Thanks but I’ve already got all the pages up now.

    Thread Starter SeanB

    (@seanb)

    Done

    https://sean.freesuperhost.com/about.php

    Now to get the rest of my pages back online ??

    btw I’ll give credit to you guys.

    Thread Starter SeanB

    (@seanb)

    Thanks both of you. MacManx you way works but like I said. I didn’t want on the index.php page. Thanks for showing it out to me though.

    I’m gonna try what j0llyr0ger said……

    Thread Starter SeanB

    (@seanb)

    Nvm, I found it and got it installed.

    Thread Starter SeanB

    (@seanb)

    Could you give me a link to this hack?

    Thread Starter SeanB

    (@seanb)

    I know how to write posts, I want to make it as a seperate page though and not to appear on the index.php page. Heres the code from around the text…..

    <i><div id=”rap”>
    <h1 id=”header”>“><?php bloginfo(‘name’); ?></h1>

    <div id=”content”>
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>

    <?php the_date(”,'<h2>’,'</h2>’); ?>

    <h2>About</h2><br>

    This site was first made on 10th January 2005, starting with v 1.0 which was made with HTML.<br>
    I then moved onto v 2.0 which was made with Photoshop and Image Ready but looked crap and only lasted<br>
    for about a day. V 3.0 was also made with Photoshop and Image Ready but looked much better, that lasted for<br>
    about a month ?? This version is v 4.0 and is made with Word Press, a blogging tool. Much easier to update<br>
    than the other sites.<br>

    This site is just for putting anything I want on it, if you want to ask something or give a suggestions e-mail me.
    </div>

    <?php endforeach; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>
    </div>
    </i>

    Thread Starter SeanB

    (@seanb)

    I don’t understand what you mean by your first question, all I did was get the index.php file and edit it to make the text appear.

    Also you can view the source by going View>Source in your borwser ??

    Forum: Your WordPress
    In reply to: Just up
    Thread Starter SeanB

    (@seanb)

    I’ve decided to let normal users post articles. I made new catergories such as guides, tutorials, reviews etc.

    Hopefully it’ll get more people interested in the site and more content.

    Thanks for replying.

    Forum: Your WordPress
    In reply to: Just up
    Thread Starter SeanB

    (@seanb)

    *bump*

    Forum: Fixing WordPress
    In reply to: wp-login
    SeanB

    (@seanb)

    If I do that then I’ll just get all the errors back.

    Forum: Fixing WordPress
    In reply to: wp-login
    SeanB

    (@seanb)

    I not really having much luck with this now, could someone send me their working login.php file to me at [email protected]?

    Cheers.

    Forum: Fixing WordPress
    In reply to: wp-login
    SeanB

    (@seanb)

    tbh I don’t really understand that…….

    This is the code I’ve around those lines…

    if ($user_login && $user_pass) {
    if ( wp_login($user_login, $user_pass, $using_cookie) ) {
    if (! $using_cookie) {
    $user_pass = md5(md5($user_pass)); // Double hash the password in the cookie.
    setcookie(‘wordpressuser_’. COOKIEHASH, $user_login, time() + 31536000, COOKIEPATH);
    setcookie(‘wordpresspass_’. COOKIEHASH, $user_pass, time() + 31536000, COOKIEPATH);
    }

    if ($is_IIS)
    header(“Refresh: 0;url=$redirect_to”);

    Forum: Fixing WordPress
    In reply to: wp-login
    SeanB

    (@seanb)

    I’m working my way through the errors on my login page. After I log in I get these errors…..

    Warning: Cannot modify header information – headers already sent by (output started at /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-config.php:34) in /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-login.php on line 164

    Warning: Cannot modify header information – headers already sent by (output started at /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-config.php:34) in /data/members/free/tripod/uk/s/e/a/seanb/htdocs/wp-login.php on line 165

    I had alot more errors like that so just removed the header code before it and they stopped coming up. Just not sure how to fix these to?

Viewing 15 replies - 1 through 15 (of 16 total)