• Hi!
    In the last few hours I’ve tried everything I can remember to make weblogs.com.changes.cache work.
    Links sorting is always the same, nothing changes.
    I’ve tried even breaking weblogs.com.changes.cache on purpose, changing its permissions to something else or breaking its path in links.config.php and it’s not even outputtinb an error.
    Ricardo

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    It is no longer turned on by default in index.php
    You need to
    require($abspath.’wp-links/links.weblogs.com.php’);
    in the top of your template.
    Mike

    Thread Starter Anonymous

    Oh man… it’s not documented. Next time I’ll post something here 5 minutes later instead of five hours later.
    Thanks Mike!!
    Ricardo

    what does this function do anyway?

    Thread Starter Anonymous

    It grabs the updated blogs list from weblogs.com periodically, and adds an updated timestamp to any blogs in your links lists which have been updated.
    You can then sort your links by updated timestamp.
    The last updated timestamp also appears in the title attribute ofthe links.
    Mike

    I am running WP 2.0.2 and put this in the page.php (I think that is what you meant by template):

    require($abspath.’wp-links/links.weblogs.com.php’);

    I also added this line to the list for pings (under options/writing):

    http://rpc.weblogs.com/RPC2

    Is there anything more I need to do?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘weblogs.com.changes.cache broken’ is closed to new replies.