Eric Mann
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Absolute Privacy] 2.0.6 breaksMy apologies. This issue did not come up in testing at all. I’ve just fixed this (and I did a quick scan to see if it would crop up anywhere else).
But Warnings in general shouldn’t be keeping you from logging in … so if you’re getting a “Cannot modify header information” warnings, you might have
WP_DEBUGset to true.I wasn’t able to reproduce this issue locally … so please test version 2.0.7 immediately and let me know if it resolves the issue.
Forum: Plugins
In reply to: [Absolute Privacy] Absolute Privacy badly brokenThe plugin has been patched as of version 2.0.6 to fix this vulnerability.
Forum: Plugins
In reply to: Absolute PrivacyThe plugin has been patched as of version 2.0.6 to fix this vulnerability.
The plugin has been patched as of version 2.0.6 to fix this vulnerability.
Forum: Plugins
In reply to: can login without passwordThe plugin has been patched as of version 2.0.6 to fix this vulnerability.
The plugin has been patched as of version 2.0.6 to fix this vulnerability.
The plugin has been patched as of version 2.0.6 to fix this vulnerability.
It looks like this is an issue scheduled to be fixed with a coming version of WordPress.
It was, and will be fixed in the next release.
The processing for this is in
/lb/class.wp-publication-archive.phparound line 233. The plugin takes the category names passed in and queries the database to get their IDs. This list of IDs is then passed in a larger query to retrieve publications mapped to those categories.It’s using the core
get_cat_ID()function, which takes a category name rather than a category slug. If there was any confusion in my documentation, it’s entirely my fault and will be fixed in the future.What do you mean “add a webpage target”? As in add a separate link for each image? If so, you can’t change that yet without rewriting a good portion of the plugin. However the feature is slated for a future version.
Forum: Everything else WordPress
In reply to: Where to post please?The first thing to do is work with someone to get a guide written that you think is satisfactory. If it needs screenshots or specific examples, get those nailed out and locked down.
Then, create a user wiki page in the Codex – basically your own personal version of the SVN instructions page – that has your refined guide on it. You can ask the site maintainers for signoff once it’s ready and get the “official” page updated.
Jane,
- Please don’t post comments like this in a forum thread marked “resolved.” If you have a new support issue, create a new thread.
- Please read my last post in this thread. The error was caused by poor coding in another plugin … which means there is no fix I can give you unless I know what plugins your site is using.
OK, I think you’ve found a bug. I’ll take a look and see what I can do to correct the issue.
It’s usually not used that way … but not outside the realm of possibility.
A lot would help if I could see the markup you’re using … but just putting the shortcode in with your text should render the banner with
display:blockset for its styling. That’s the first step to wrapping text around it.