PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   5.2 Upload and Move Image Issues(FIXED) (http://www.photopost.com/forum/photopost-pro-bug-reports/116215-5-2-upload-move-image-issues-fixed.html)

ghinton October 16th, 2005 05:53 PM

5.2 Upload and Move Image Issues(FIXED)
 
I am experiencing several issues since doing a clean install of PhotoPost 5.2 and vBulletin 3.5 with the integration. Images are stored in a directory outside of the PhotoPost installation.

First, when a person goes to upload a photo, they are given ALL menu choices, even if they do not have permission to do so. This results in photos being posted in areas that are not visible.

Secondly, if the first has happened, and you use the Bulk Actions or Approve Photos are to move the photos to a different category then it results in the No Thumbnail photo being displayed, as mention at http://www.photopost.com/members/for...d.php?t=114148
I have checked to see if the situation was similar with the coding, but it is correct according to what was posted in that post.

ghinton October 16th, 2005 05:59 PM

Just a note... I'm not sure if the second issue is related to http://www.photopost.com/members/for...d.php?t=116094 or not

Chuck S October 16th, 2005 07:51 PM

I am experiencing several issues since doing a clean install of PhotoPost 5.2 and vBulletin 3.5 with the integration. Images are stored in a directory outside of the PhotoPost installation.

I would ask where and can you post a url

I need more info here to comment further

ghinton October 16th, 2005 08:47 PM

I have emailed you the information Chuck

Chuck S October 17th, 2005 09:50 AM

Well images being stored in a directory outside photopost you have things set like this under Storage Options in admin

Next as stated bulk actions in the admin do not update the cache as stated although editphoto does when editing one image.

You can try this around line 464 of adm-misc.php

// Let's update the category cache
update_catcache();
update_catprops();

adminlog( "Moderated Images" );


All times are GMT -5. The time now is 08:10 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97