PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   I updated to photopost 7.0 having problem with delete (http://www.photopost.com/forum/photopost-pro-bug-reports/141707-i-updated-photopost-7-0-having-problem-delete.html)

twiztidnati January 12th, 2010 11:51 PM

I updated to photopost 7.0 having problem with delete
 
Hello, I uploaded 7.0 got everything working good, only problem is that, when I go to delete a photo, the button is broken. Don't know if this is a problem resulting from something I did, or with the program. I enabled users to be able to delete their own photos. The button shows up under photo options, just doesn't do anything. Photopost is on my site at Gaming Screenshots - MMORPG - My Photo Gallery
Any help is appreciated. Thanks, Richie

Chuck S January 13th, 2010 05:46 AM

The button under photo options is only for admin and only shows for you admin. Users see the regular edit photo link and they go there to delete

Your button is not broken it is ajax. The move delete stuff will appear as it always has under the photo details part of the page so hit move delete and scan down. ;)

twiztidnati January 13th, 2010 10:28 PM

Not the right thing
 
The move/delete button it'self is broken. I am looking at the admin photo options, trying to delete a photo myself. When I click on move/delete it doesn't take me anywhere just sits there. The only way I am able to delete a photo is by going to edit photo.

Another problem I am having is that my images are now coming out fuzzy. I had this problem before, but it was when I was using magick now I use GD1 or 2 both are having the same problem, any suggestions?

Chuck S January 14th, 2010 08:21 AM

It is not suppose to take you anywhere as I previously posted.

You click it and then you go down to the photo details box and you will see the move delete stuff.

what is your thumbnail quality setting under admin upload options?

marybeshaw January 16th, 2010 09:01 PM

Yes, it's ajax
 
I ran into this same problem, because I'm styling my gallery to fit in with our web site. Then I fixed it! I thought I'd share what I did, just in case it helps other people.

It turns out I deleted a tag:

<div id="extrainfo"></div>

I put it back on the page, and it works again.

This is how it works:
- you click move/delete
- fancy JavaScript goes to the server to get the move/delete form
- the JavaScript puts that form inside that "extrainfo" div on the page
- voila! you have a move/delete form without having to leave the page you are on

In my case, it broke because I removed that div. So it's no surprise that putting it back fixed the problem. :eek:

Mary

Chuck S January 16th, 2010 09:16 PM

Exactly ;)


All times are GMT -5. The time now is 04:25 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