Notifications
Clear all

issue with review images

11 Posts
3 Users
0 Likes
5,247 Views
(@dannyn)
Eminent Member
Joined: 6 years ago
Posts: 35
Topic starter  

Hi,

 

so we are having an issue with images generally, where we can't edit or add in images for reviews. This also seems to tie in with a zapier integration where we are trying to reward customers that posted an image review and we just can't see any info about images in the metadata zapier reads from the review...

please let me know how we can fix this and have the image metadata transmitted properly and generally being able to remove/add images to reviews other then through the original review/comment form


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4176
 

Hi @dannyn,

Please let me know what images are you referring to? Where are posted that images and how are you uploading them?


   
ReplyQuote
(@dannyn)
Eminent Member
Joined: 6 years ago
Posts: 35
Topic starter  

Hi,

 we are using the addon we bought "media uploader"


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5944
 

Hi dannyn,

Please leave your website URL to allow us to check it. 


   
ReplyQuote
(@dannyn)
Eminent Member
Joined: 6 years ago
Posts: 35
Topic starter  

the website is  https://avalonking.com/


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5944
 

Hi  dannyn,

The images are adding at the time of commenting. After the comments are added you cannot edit or add another image in the current comment. The user can only delete own comments. This is a working logic of this addon.  

 


   
ReplyQuote
(@dannyn)
Eminent Member
Joined: 6 years ago
Posts: 35
Topic starter  

we had users sending in images afterwards so we had to delete and ask them to add reviews again... but nevertheless our main issue right now is that there is no data passed on to indicate if a comment/review had an image submitted


   
ReplyQuote
(@dannyn)
Eminent Member
Joined: 6 years ago
Posts: 35
Topic starter  

hi, 

any update on the issue maybe?


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5944
 

Hi dannyn,

We'll take into consideration to add such a functionality (delete files and add a new one using edit button) for future releases.

 


   
ReplyQuote
(@dannyn)
Eminent Member
Joined: 6 years ago
Posts: 35
Topic starter  

please check my last reply, I noted that the main issue with no metadata indicating a review has an image or not is our main concern and not the deleting and adding of images


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5944
 

All Information about comments attachments is saving in the wpprefix_commentmeta table, as shown in the screenshot.

image

e.g. if you need to know has the comment(review) attachment (image) or not, call the  get_comment_meta() function with these arguments:

  • commment_ID,
  • 'attachment_images',
  • true

for the comment with ID=5 the function call will be:

 get_comment_meta(5, 'attachment_images', true).

The same logic is with audio, video files, etc.


   
ReplyQuote
Share:
Scroll to top