• garybibb

    (@garybibb)


    When i uploaded my blogroll, i noticed that the links don’t show that they were updated like they used to. Is there a way to fix this? Also, how can i get items to appear in my right column instead of my left?
    http://www.bibbsrevenge.com

Viewing 13 replies - 1 through 13 (of 13 total)
  • Trench

    (@trench)

    Also having problems with the blogroll. I’ve CHMOD’ed link-update-cacahe.xml to 666 but still no change.

    Nick Momrik

    (@mtdewvirus)

    It’s actually links-update-cache.xml
    I know the instructions were wrong at one point.

    Trench

    (@trench)

    I CHMOD’ed that too to 666 and still nothing.

    markku

    (@markku)

    I’ve never made the “updated” feature of the link manager work properly, so ever since wp-1.0 I just used a hack function, that uses a blo.gs blogroll file. It fetches your list of favorites every hour, so it displays the recent updated weblogs in your list. I have it in a very basic plugin format now, but haven’t packed for release. Let me know it someone here might need/want it so I’ll have it placed for download on my site.

    Trench

    (@trench)

    Does include_once(ABSPATH.WPINC.’/link-update-xml.php’); need to be included on index.php?

    xrlq

    (@xrlq)

    Same problem here.

    kyramas

    (@kyramas)

    Yes just put it there (on the php code on top) no matter what version you have…
    That did the trick for me !

    Trench

    (@trench)

    For some reason adding that line causes a huge gap on the top of my page. I’ve removed the line.

    xrlq

    (@xrlq)

    If I put it at the very top, it screws things up. This doesn’t, but doesn’t seem to fix anything, either:
    <?php
    include_once(ABSPATH.WPINC.’/link-update-xml.php’);
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>

    Thread Starter garybibb

    (@garybibb)

    Ok i think i am more confused now. That’s alright i guess. Still, how do i move things from left column to the right one?

    Trench

    (@trench)

    I guess what I need is explicit instructions on how to get WordPress 1.2 to chcek for updated links. Not a complaint I just really want to figure this out.

    Trench

    (@trench)

    Ok, I added include_once(ABSPATH.WPINC.’/links-update-xml.php’);
    to the very top of index.php but when I go to view my site in Firefox it flashes white real quick and for a brief second I can actually see it say include_once(ABSPATH.WPINC.’/links-update-xml.php’);
    Is there a way to fix that?

    Thread Starter garybibb

    (@garybibb)

    What about moving things from the left column to the right like i asked originally?

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

The topic ‘Blogroll’ is closed to new replies.