The MU forums have moved to WordPress.org

Extended Live Archives (2 posts)

  1. laurenceo
    Member
    Posted 17 years ago #

    Has anyone had success at configuring the Extended Live Archives plugin to work with MU?

    In looking at it myself, I'm guessing that the only edit I need is to change where the cache is stored for each user. So, my thought is that the sole edit I need is to change the $af_ela_cache_root = dirname(__FILE__) . '/cache/'; variable in <b>af-extended-live-archive-options.php</b> to something like the following:

    $af_ela_cache_root = '/home/username/public_html/wp-content/blogs.dir/' . $blog_id . '/files/';

    ...similar to the K2 headers fix.

    Any advice?

  2. laurenceo
    Member
    Posted 17 years ago #

    Update: With two edits (http://webosdoulos.notsorry.net/2007/01/29/wpmu-and-extended-live-archives/) you can at least get the ELA plugin working on WPMU, though you still must manually create the cache directory and give it the proper permissions.

About this Topic

  • Started 17 years ago by laurenceo
  • Latest reply from laurenceo