Integrating Comment Images
-
Hi
Thank you for this useful plugin.
I use another plug in called Comment Images. It would be grateful if your plugin could also copy/move the images I have attached to comments.
Comment Images uses the wp_commentmeta table to store the image links for each comment they are used on. Here is an example:
Column Type Function Null Value
meta_id bigint(20) unsigned 60748
comment_id bigint(20) unsigned 16483
meta_key varchar(255) comment_image
meta_value longtext a:3:{s:4:”file”;s:100:”/home/linweb21/a/auctionsinaday.co.uk-1065977640/user/htdocs/wp-content/uploads/2014/06/IMG_9217.jpg”;s:3:”url”;s:71:”https://www.auctionsinaday.co.uk/wp-content/uploads/2014/04/IMG_9217.jpg”;s:5:”error”;b:0;}For a move the comment_id needs changing.
for a copy the entry needs copying and the comment_id needs changing. When I do this manually the meta_id is assigned to the next number.
- The topic ‘Integrating Comment Images’ is closed to new replies.