I’d like to be able to copy an entry from a weblog in one site into a weblog in a different site. I believe the current Edit form only allows you to move entries between weblogs in the same site. Is that correct? If so, I think I need to develop an extension to add this functionality to my installation.
In that case, can I simply duplicate the exp_weblog_titles database row, modifying site_id and weblog_id appropriately, then duplicate the exp_weblog_data row and modify its entry_id? Or are there deeper ramifications I’m not seeing?
Thanks!
Ben
P.S. Maybe this should go into extension development forum, but I’m not sure that I didn’t miss an obvious way to do it without custom PHP code.