blpiltin
Forum Replies Created
-
Forum: Plugins
In reply to: If not EventCalendar, what?I use the ICS Calendar. It imports and displays a Google calendar and it seems to work pretty well with only a few bugs/glitches. I tried the Events Calendar, but I couldn’t get it to display anywhere but the top of the page and there were some other nagging issues I couldn’t seem to resolve so… Hope that helps. -Brian
Forum: Plugins
In reply to: [Plugin: ICS Calendar] unterminated string literal… Ok, it’s working now, don’t know what I did wrong… anyway, thanks for the fix and God bless you. -Brian
Forum: Plugins
In reply to: [Plugin: ICS Calendar] unterminated string literalI can’t get it to work even after applying those patches. Anyone else having the same problem? Thanks. -Brian
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Styling the sidebar widget?There are a couple of bugs in the code that you need to fix in order for it to conform to the the theme and look better overall. Here are the fixes and hopefully the author will include them in the next release:
Within the file ics-import.php do the following:
1. Change line 325 from:
print "<h2>".$widget['widget_title'].'</h2><ul>';
to:print $widget['widget_title'].'<ul>';
2. Add the line:extract($args, EXTR_SKIP);
somewhere after:global $dl_pluginICS;(probably around line 296)That should make it work like any other sidebar widget. Hope it helps!
Peace,
BrianForum: Fixing WordPress
In reply to: How to Add “Log-In” For Guests on Website?