Eric Mann
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Publication Archive] new version: how to change displayPlease, only one issue per thread. You already posted the more-than-10 question here: http://wordpress.org/support/topic/plugin-wp-publication-archive-show-more-than-10-links-per-page#post-3684493
Forum: Plugins
In reply to: [WP Publication Archive] Category Filter Not working for MeAs for the category filter issue … I’d need to see exactly how your publications are set up. Can you please contact me outside of the forum (eric[at]eamann[dot]com) so we can set up a way for me to diagnose this directly?
Forum: Plugins
In reply to: [WP Publication Archive] WP-Publication Archive Activation ErrorThat’s because version 2.3.3 is an entirely different thing.
From the looks of the error message, your system thinks there’s extra whitespace after the closing
?>in thewp-publication-archive.phpfile. To try to fix this, please edit your file to remove the closing?>entirely.Forum: Plugins
In reply to: [WP Publication Archive] Category Filter Not working for MeYes.
The file that generates the markup (both the dropdown and the text “Download Publication”) is
/includes/template.wppa_publication_dropdown.php. Copy this file (template.wppa_publication_dropdown.phpinto your theme and you can customize it in whatever way you need.Forum: Plugins
In reply to: [WP Publication Archive] Category Filter Not working for MeNo idea what tushar897 is talking about … that post looks like spam.
[mod: agree – reply moderated]4BWebDesign – this is strange indeed. Would you please show me the exact shortcode you’re using?
Forum: Plugins
In reply to: [WP Publication Archive] WP-Publication Archive Activation ErrorOK, this is strange because I’ve tested it myself on multiple systems and cannot reproduce the error.
I see you’re using WAMP (from the
includeline in your call stack). Is this a development system or a live server?Forum: Plugins
In reply to: [WP Publication Archive] Feature Request: Remote hosting capabilitiesThis has been enabled as of version 2.5
Forum: Plugins
In reply to: [WP Publication Archive] WP-Publication Archive Activation ErrorNice catch.
This was caused by some extra whitespace that somehow made its way in after the closing
?>tag in that file. I’ve gone through and tightened up the file endings for the whole plugin to fix the issue.Update to version 2.5.2 of the plugin and give it another shot.
Forum: Plugins
In reply to: [WP Publication Archive] Search featurePassword protection is on the roadmap, just not quite ready yet as of version 2.5 (or 2.5.1). Hopefully soon, though.
Forum: Plugins
In reply to: [WP Publication Archive] Interference with All-in-One Event CalendarJulian,
This is a problem where All-in-One Event Calendar is firing a core WordPress hook, but passing the wrong number of parameters. WordPress normally passes two parameters when it calls
apply_filters()on the post title. I’m depending on that for filtering within WP Publication Archive.To make things a bit more robust, though, I’ve just changed my filter to gracefully skip over things in case the second argument is not applied. Please update to version 2.5.1 and it should fix the problem.
Merry Christmas!
Forum: Reviews
In reply to: [WP Publication Archive] Nice plugin, but documentation is wrongJust to clear things up, I did a quick patch on the readme for version 2.3.3, updating the documentation to reflect you use category names rather than slugs. Nothing else in the plugin has changed yet, so there’s no update required.
Just to clear things up, I did a quick patch on the readme for version 2.3.3, updating the documentation to reflect you use category names rather than slugs. Nothing else in the plugin has changed yet, so there’s no update required.
Forum: Plugins
In reply to: [WP Publication Archive] Search featureThe plan is to have a new release done by the end of the month.
Forum: Plugins
In reply to: [WP Publication Archive] Feature Request: Remote hosting capabilitiesThe facility offered by WP Publication Archive to include publications for download as well as signpost site users to publications hosted on other sites in a single list is very appealing, particularly if the list is searchable and/or can be grouped by category/tag/type.
This will definitely be enabled in the next version. It should be released before the end of Dec 2012.
Forum: Plugins
In reply to: [WP Session Manager] Can set array like $wp_session['colors'][] = 'daa'Give version 1.1 a try. It implements this new pattern and should fix your problem.