jonkern
Forum Replies Created
-
Forum: Plugins
In reply to: [WPListCal] [Plugin: WPListCal] Link QuestionYa, you can put the link into the event_format parameter and use %NAME% instead of %LINKEDNAME% as the link text.
Forum: Plugins
In reply to: [Plugin: WPListCal] Event Location is not showing up[wplistcal display_mode="list" event_format="%NAME% at %LOCATION%" ...]Also, make sure to remove the commas between your attributes in the shortcode.
Forum: Plugins
In reply to: [Plugin: WPListCal] Event Location is not showing upYou need to include %LOCATION% in your event_format if you want it to show up.
Forum: Plugins
In reply to: [Plugin: WPListCal] Fatal Error: timezone_abbreviations_list()Fixed in 1.3.2
Forum: Requests and Feedback
In reply to: [Plugin: WPListCal] This is a huge bug on WP 2.84I’m sorry that you are seeing an issue on your server. I run WordPress 2.8.4 on my production site and WPListCal works just fine. If you can provide some details about your issues, maybe we can find the cause.
Forum: Plugins
In reply to: Advanced page options broken under WPListCalI haven’t seen this issue. My suggestion would be to upgrade your WordPress install to 2.7 or later and then update WPListCal to 1.2 which was released today.
Forum: Plugins
In reply to: [Plugin: WPListCal] Visual editor not workingDownload version 1.0.8.1 for a fix to the Visual Editor.
Forum: Plugins
In reply to: [Plugin: WPListCal] cant update options andPlease download version 1.0.3 to fix the options problem.
The time issue is probably because you are using 24hr time instead of 12hr time. 1.0.3 has support for 24hr time in the admin panel. Just go to the settings page for the plugin and change the 12/24 hour time option.
Forum: Plugins
In reply to: Updated Options NOT Showing Right AwayThere is nothing in the code that would cause this. Have you tried clearing your browser’s cache?
Forum: Plugins
In reply to: Fatal errorMake sure you are running at least WordPress 2.0.3. the_editor() is a standard WordPress function.
Forum: Plugins
In reply to: InternationalisationAll strings use the wordpress gettext functions, so you should be able to make a language pack just like you would for wordpress itself.
Forum: Plugins
In reply to: Error: cannot load wplistcal.phpYou need to put wplistcal.php directly inside wp-content/plugins. Not in a subfolder.