mokkie
Forum Replies Created
-
Forum: Plugins
In reply to: Calendar URL/Embedding CalendarSorry for the flurry of posts . . . In the spirit of troubleshooting, I changed the permalink structure to something pretty, and updated my htaccess file accordingly (see below). Still no access to the calendar via URL/calendar path.
HTACCESS CODE:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^calendar/([^/.]+)/([^/.]+)/?$ wp-calendar.php?year=$1&month=$2 [QSA,L] RewriteRule ^calendar/?$ wp-calendar.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: Calendar URL/Embedding CalendarActually, ultimately, I want to simply embed the calendar into my blog (i.e. http://www.kieranoshea.com/calendar/2008/mar) instead of linking to it. Where would I find instructions for that? Thanks for any help.
Forum: Plugins
In reply to: Events Calendar causing fatal error!Hey, I just got the fatal error everyone (above) is mentioning. I downloaded the Calendar plugin today. The comments indicate that the problem had been resolved, but apparently, not? I’m using WP 2.3.1. (I have no idea what the K2 theme might be so I’d guess I’m not using it.) I’d love to use this plugin. What do I need to do to make it work?
Forum: Fixing WordPress
In reply to: URL re-direct?(smile) Well, that’s what I’ve been trying to make work, but it ain’t working so I’ve been wondering if I have the right thing. I guess I’ll keep searching.