nm2net
Forum Replies Created
-
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 wellThey 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);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
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?
the same here .. 2.9.2
Forum: Plugins
In reply to: [Plugin: LINICKX LifeStream] multiple postsHey 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
In reply to: [Plugin: LINICKX LifeStream] not workingHi,
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
In reply to: [Plugin: LINICKX LifeStream] not working?
Does anyone have this plugin working?
Forum: Plugins
In reply to: [Plugin: LINICKX LifeStream] not workingForgot to say:
if I visit /wp-content/plugins/linickx-lifestream/run.php I see the home page of my blogForum: Plugins
In reply to: [Plugin: mySTAT] valid HXTML at myStat_footer()LOL
& should be replaced with & amp; (no space)Forum: Plugins
In reply to: [Plugin: mySTAT] valid HXTML at myStat_footer()ops.. here is the correct code:
Replace: time_load&id -> time_load&id Replace: &rnd=".rand() -> &rnd=".rand()