2 edb Oct 06, 2009 23:56

thanks
Ask Toppie for a copy of our plugin ;)
¥
EdB wrote:
By editing the right bits in the database is the only way to change the ID of the author.
Yabba made me a private plugin for that. (he does that a lot, making private plugins)
You can have that plugin, but be warned : it is karmaware.
we want you to donate 1$ or 1€ or 1£ to a good cause.
Run this query in phpMyAdmin
UPDATE evo_items__item SET `post_creator_user_ID` = 55 WHERE `post_ID` = 99;
Or from conf/hacks.php
$DB->query('UPDATE T_items__item SET `post_creator_user_ID` = 55 WHERE `post_ID` = 99;');
BTW shouldn't there be an option to do this from backoffice? This would be a nice feature, I think.
For those who need it, yeah this would be great in the back office. But most don't so maybe it should be a plugin. Oh wait! It already is!
It already is a plugin, yes ;)
By editing the right bits in the database is the only way to change the ID of the author. I believe it would be in evo_items__item.