Title: nm2net's Replies | WordPress.org

---

# nm2net

  [  ](https://wordpress.org/support/users/nm2net/)

 *   [Profile](https://wordpress.org/support/users/nm2net/)
 *   [Topics Started](https://wordpress.org/support/users/nm2net/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nm2net/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nm2net/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nm2net/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nm2net/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nm2net/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] [Plugin: WP-Optimize] wp_term_relationships](https://wordpress.org/support/topic/plugin-wp-optimize-wp_term_relationships/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-optimize-wp_term_relationships/#post-1962989)
 * Anyways, it worked fine for me. Thanks ambrosite 😉
 * Additionally I used
    `DELETE FROM wp_postmeta WHERE post_id NOT IN (SELECT ID
   FROM wp_posts);` to clear the wp_postmeta table as well
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] [Plugin: WP-Optimize] wp_term_relationships](https://wordpress.org/support/topic/plugin-wp-optimize-wp_term_relationships/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-optimize-wp_term_relationships/#post-1962988)
 * They just didn’t made the database design well. InnoDB tables (except the most
   important one! – posts) and not a single relation.. however.
 * Thanks for your suggestion ambrosite. I ran the query with a SELECT just to check
   what it covers, and I see there are some records
    WHERE tt.taxonomy **=** ‘category’.
   Would that be a problem, and should I include it into the where clause? /I am
   not very familiar with the WP details/
 *     ```
       WHERE tt.taxonomy != 'link_category'
       AND tt.taxonomy != 'category'
       AND tr.object_id NOT IN (SELECT ID FROM wp_posts);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] [Plugin: WP-Optimize] wp_term_relationships](https://wordpress.org/support/topic/plugin-wp-optimize-wp_term_relationships/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-optimize-wp_term_relationships/#post-1962794)
 * btw, I dont know of this is actual for the current version of WP, but you should
   check it out : [http://www.ambrosite.com/blog/clean-up-wordpress-revisions-using-a-mysql-multi-table-delete](http://www.ambrosite.com/blog/clean-up-wordpress-revisions-using-a-mysql-multi-table-delete)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Delete Posts] [Plugin: Auto Delete Posts] The settings page ruins this whole plugin](https://wordpress.org/support/topic/plugin-auto-delete-posts-the-settings-page-ruins-this-whole-plugin/)
 *  [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-auto-delete-posts-the-settings-page-ruins-this-whole-plugin/#post-1683741)
 * I’ve made a quick test and it worked for me, but the settings page is really 
   not clear enough.
    Still can’t figure what what is for the “Site wide/Per post”
   setting!?
 * One question as well: is this plugin dependent on the inbuilt WP_CRON?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: FeedWordPress Duplicate Post Filter] Feedwordpress not aggregating? Try deactivating Duplic](https://wordpress.org/support/topic/plugin-feedwordpress-duplicate-post-filter-feedwordpress-not-aggregating-try-deactivating-duplicate-post-filter-plugin/)
 *  [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-feedwordpress-duplicate-post-filter-feedwordpress-not-aggregating-try-deactivating-duplicate-post-filter-plugin/#post-1359276)
 * the same here .. 2.9.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: LINICKX LifeStream] multiple posts](https://wordpress.org/support/topic/plugin-linickx-lifestream-multiple-posts/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-linickx-lifestream-multiple-posts/#post-1273142)
 * Hey Nick 😉
 * Thanks for the updates! I really have no time last days, but I will try to test
   it over the weekend or next few days, and I will post my thoughts here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: LINICKX LifeStream] not working](https://wordpress.org/support/topic/plugin-linickx-lifestream-not-working/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-linickx-lifestream-not-working/#post-1270153)
 * Hi,
    thanks for your response. I have checked my htaccess, and discovered that‘
   RewriteEngine On’ on the first line was preventing to show run.php correctly.
 * /wp-content is writebale. However I have created /wp-content/lnx_lifestream_feeddb.
   txt with write permissions (0666) just for a case, also I have switched the update
   option to ‘cron’, and it is now working 😉
 * Just as idea, would be really nice if the text and the images for each feed item
   could be visible into the post in next versions of your plugin. Currently I see
   only the title, and the title again as link.. I will do that myself now because
   I need it working in this way.
 * Solved!
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: LINICKX LifeStream] not working](https://wordpress.org/support/topic/plugin-linickx-lifestream-not-working/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-linickx-lifestream-not-working/#post-1270142)
 * ?
 * Does anyone have this plugin working?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: LINICKX LifeStream] not working](https://wordpress.org/support/topic/plugin-linickx-lifestream-not-working/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-linickx-lifestream-not-working/#post-1270020)
 * Forgot to say:
    if I visit /wp-content/plugins/linickx-lifestream/run.php I see
   the home page of my blog
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: mySTAT] valid HXTML at myStat_footer()](https://wordpress.org/support/topic/plugin-mystat-valid-hxtml-at-mystat_footer/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-mystat-valid-hxtml-at-mystat_footer/#post-1254732)
 * LOL
    & should be replaced with & amp; (no space)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: mySTAT] valid HXTML at myStat_footer()](https://wordpress.org/support/topic/plugin-mystat-valid-hxtml-at-mystat_footer/)
 *  Thread Starter [nm2net](https://wordpress.org/support/users/nm2net/)
 * (@nm2net)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-mystat-valid-hxtml-at-mystat_footer/#post-1254731)
 * ops.. here is the correct code:
 *     ```
       Replace: time_load&id -> time_load&id
       Replace: &rnd=".rand() -> &rnd=".rand()
       ```
   

Viewing 11 replies - 1 through 11 (of 11 total)