kirill3772
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Images Uploaded to wrong directoryResolves
Forum: Plugins
In reply to: [Front End PM] Image UploadResolved
Forum: Plugins
In reply to: [Front End PM] Image UploadI figured it out, replace line 197 echo “<a href= with echo “<img src=
Thank you so much for your help
Forum: Plugins
In reply to: [Front End PM] Image UploadVery nice, thank you so much. I know i keep asking, but this is the last thing i need, is there a way for me to display this attachment inside the message box before the user clicks on it, without having to go into another browser?
So users can see images directly in their message box?
Thank you for your help, best response time and support so far out of all plug ins I have used
Forum: Plugins
In reply to: [Front End PM] Image UploadSomething like echo fep_get_attachment_image() i assume, but that is not the whole function.
Forum: Plugins
In reply to: [Front End PM] Image UploadCould you please give me the function and where to enter it so that the uploaded image is from the correct user is displayed? Perhaps in my case just limit the files to images only, and only so authors and admin can send them, others can only view.
However I do not want to ask too much of you. The code to just display attached image and where to place it would be great.
Thank you
Forum: Plugins
In reply to: [Front End PM] Image UploadThere is a plugin called wp user avatar, which uploads images directly into wordpress library, it attaches them to the author and displays them as soon as they are uploaded. I only compare because this plugin does not require a post to upload an image, so similar yo FEPM. Do you think that maybe using wordpress media library so wp-content/uploads instead of wp-content/uploads/front-end-pm and calling the image from that folder would work better?
Forum: Plugins
In reply to: [Front End PM] Image UploadI have go through all the support posts, reinstalled the plugin through wordpress, now it seems that when I upload the image, at first it lets me download it, but a few moment later it gives me “invalid token” I have tried this on several websites and the result is the same. If the images are being uploaded fine, what function can i use to just display the image, I do not need a link to download it.
I do not know which folder would be correct, perhaps make a new one in the front end pm plugin, but I can see them via FTP in wp-content/uploads/front-end-pm/2015/07 or wp-content/uploads/front-end-pm/ if i disable the “organize my uploads into month-and-year folders”
Forum: Plugins
In reply to: [Front End PM] Images Uploaded to wrong directoryI have go through all the support posts, reinstalled the plugin through wordpress, now it seems that when I upload the image, at first it lets me download it, but a few moment later it gives me “invalid token” I have tried this on several websites and the result is the same. If the images are being uploaded fine, what function can i use to just display the image, I do not need a link to download it
Forum: Plugins
In reply to: [Front End PM] Image UploadSo the files are being uploaded actually, but to the wp-content/uploads/front-end-pm/2015/07 folder, i believe that the plugin is calling the wrong folder to show images. How do i call the image from the right location after it has been posted? I found the “echo” line in the fep-attachment-class.php what do I need to change this to to call the right folder?
Forum: Plugins
In reply to: [Front End PM] Only works with default Permalink SettingsHi
I really like this plugin so far, it works better than any other free ones I tried. However, I am having an issue with sending attachments. It allows me to go to my folders on pc and select an image, but it does not upload it to the actual site.
I assume this is how you share images via private messages. Perhaps this would be done easier if the media upload function from post editor was added instead?
Thank you