Page 1 of 1

Change ownership of multiple pages

Posted: Thu Mar 01, 2007 8:53 am
by tommik
I have somewhat 800 pages in my CMS and I'm finally getting more people to update the content with me. However, I want them to be able to change only their area of pages. I have been maintaining the pages myself and therefore they are owned by admin. Now I want to change the ownership to the current area editors. There seems to be no way to change the ownership of multiple pages at once and it's very slow to do this manually.
I'm not very experienced in coding with PHP and SQL so I was wondering if someone could create a module/hack to change ownership of multiple pages at once? If there is some existing fast way to do this and I just haven't found it please let me know.

Thanks a bunch for any help!

Re: Change ownership of multiple pages

Posted: Fri Mar 02, 2007 7:55 pm
by Elijah Lofgren
I would just use phpMyAdmin and edit multiple rows at once in the cms_content changing the ownerid to the new one.

Hope this helps,

Elijah