The MU forums have moved to WordPress.org

Is there a working Calendar for MU? (5 posts)

  1. dmaher
    Member
    Posted 17 years ago #

    I installed a few, entered the code into the sidebar.php file (does it go anywhere in particular?) and reloaded my website but it didn't show up. I put the Calendar plugin directory into the mu-plugins directory on my server but it doesn't look any different, the event calendar is not showing. What am I doing wrong? I checked the forums for a working calendar plugin but didn't find anything that was confirmed working. I'm after trying 2 of them now.

  2. dmaher
    Member
    Posted 17 years ago #

    I should also mention the sidebar.php file I'm modifying is the one in the theme directory I'm using.

  3. dmaher
    Member
    Posted 17 years ago #

    Sorry, my bad. They all work, I just shouldn't be pulling the whole directory into the plugins folder, I should be pulling what's in the directory into the plugins folder.

  4. moose123
    Member
    Posted 16 years ago #

    Hi,

    Can you (or someone) point me to an events calendar that works with WPMu? I've tried wp-easy-php-calendar and Kieran O'Shea's calendar and was unable to get them to work in Mu.

    Thanks a lot.

  5. tkreucher
    Member
    Posted 16 years ago #

    Hi Moose123,

    What kind of issues did you see with Kieran's calendar when you tried to get it going? I've used Steve Atty's modified files and can somewhat get it working, but I've outlined the problem I'm seeing at the bottom of this thread.

    My .htaccess file looks like this:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /wpmu/

    RewriteRule ^.*/calendar/(.*)/(.*) wp-calendar.php?year=$1&month=$2 [QSA,L]
    RewriteRule ^.*/calendar wp-calendar.php [QSA,L]

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    Curious if we are having the same sort of trouble. :)

    Trase

About this Topic

  • Started 17 years ago by dmaher
  • Latest reply from tkreucher