l053r
Forum Replies Created
-
Forum: Plugins
In reply to: wpomatic duplicate posts fix for wordpress 2.8?I Have WordPress 2.8, and WPOMATIC. The Editing was done on wp-includes/post.php
Heres the deal, So Far I have Tried The Following Methods:-
1. As tacomamama mentioned
“Unfortunately, I can’t find the corresponding line of code in wordpress 2.8’s post.php file. Any idea where to put that “return 0;”? Would that still fix the problem?”
and i did and i replaced return 0; with $suffix = 2; at Line 1750 as Pointed out by “Nexton”
Result: FAILED! didn’t work
—————————2. Then as suggested by Nexton (which is as follows)
“I found it.
There are 3 lines you need to change.
-1750
-1766
-1780In these lines you should remove the suffix and add return 0;
Cheers”So i replaced return 0; with $suffix = 2; on all the lines mentioned above.
Result: FAILED! didn’t work
———————————-3. I even tried as mentioned by mrmidjam in their post:-
“ok used myphpadmin and deleted all rows in “wp_wpo_campaign_post” and i can now post”
I deleted ALL the rows at phpmyadmin >>> YOURDATABASE >>> wp_wpo_campaign_post >>> Browse
Result: FAILED! didn’t work
—————————–
I just thought i would share my results with the world since non of them work so if anyone stumbles upon a solution that actually works please do let me know at L053r1 at gmail dot comcheers
PeaceForum: Plugins
In reply to: wpomatic duplicate posts fix for wordpress 2.8?did you delete all the rows at phpmyadmin >>> YOURDATABASE >>> wp_wpo_campaign_post >>> Browse ?
And if so then did it work? i mean did it solve the duplicate posting issue? Please do let me know cuz I’m experiencing the same issue.
Forum: Fixing WordPress
In reply to: Category Post Count as Linkwhere is wp_list_categories located?
Forum: Fixing WordPress
In reply to: Category Post Count as Linkhmm im too facing the same situation as Crewchief.
Forum: Plugins
In reply to: (WP-o-Matic) Not works with Blogger Blog?solved:
Installed Simplepie-core plugin
downloaded Simplepie from simplepie.org and substitute the simplepie-core file simplepie.inc with the on downloaded from Simplepie.orgwhere is the simplepie.inc located? I have downloaded simplepie-core from simplepie.org what should i do now?