zeeg
Forum Replies Created
-
It appears there don’t seem to be efficient indices on the table. Definitely a slip up on our part.
Here’s a quick fix:
create index disqus_dupecheck on wp_commentmeta (meta_key, meta_value(11));
We will be moving away from the comment meta I guess since it’s inefficient for querying against values in WordPress.
Forum: Plugins
In reply to: Lifestream Plugin Not Installing New UpdateWhat’s the problem? May also want to cross-post this to our official forums for a more timely reply ??
Forum: Plugins
In reply to: [Plugin: Lifestream] Show/Hide of multiple items is not workingThe id generation is fixed now in 0.99.8.3 — In the next release I’ll tweak the id to not use a decimal.
Forum: Plugins
In reply to: [Plugin: Lifestream] error message when I try to activate pluginThis is simply an error due to you using PHP4.
Forum: Plugins
In reply to: Using WP comments for a plugin.While considering this, I’m also wondering if I could set the post ID to 0 in the comments table, and have a secondary table which overlaps with this so that I can point event->comment.
Forum: Plugins
In reply to: exception- file_get_contents could not read the lifestream.php: 960This should be fixed in 0.98h/0.99.
Forum: Plugins
In reply to: Can’t upgrade from Lifestream 0.93bSo no problems then?
Forum: Plugins
In reply to: [Plugin: Lifestream] Parsing error during installationSounds like you didn’t read the requirements.
PHP5 and MySQL5 are both required.
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Trouble adding custom icons for feedsFixed int he latest version.
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Trouble adding custom icons for feedsSize shouldn’t matter, can you throw me a link to an example?
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Trouble adding custom icons for feedsAre you specifying them as a full URL?
Forum: Plugins
In reply to: [Plugin: Lifestream] Nothing shows up0.95c fixes this (but I’d go with 0.96)
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Duplicate eventslifestream_event (it might be _events) is the main table, but its a bit more complicated than to simply remove an event.
Can I ask that you cross-post this over to our official support forums, so that it can receive more visibility.
Off hand, I can’t see any reason why it would be duplicating posts for any plugin other than stumbleupon (I believe stumbleupon messed up their feeds).
Forum: Fixing WordPress
In reply to: [Plugin: Lifestream] Not getting Twitter feedIf you have SSH access on your host, you could try doing
php -r "echo file_get_contents('https://twitter.com/statuses/user_timeline/captainnapalm.rss?page=1&count=20');"
Forum: Plugins
In reply to: register_activation_hook problemTurns out it was just a typo in the code for the lifestream_update() function call.