PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   Bug ? Posting on closed pictures is possible via Quick-Reply (http://www.photopost.com/forum/bugs-1-0-0/119467-bug-posting-closed-pictures-possible-via-quick-reply.html)

JoergZ October 25th, 2005 03:35 PM

Bug ? Posting on closed pictures is possible via Quick-Reply
 
I think there is a bug in vBa-Gallery for vB 3.x

When you close a picture, it seems everything is o.k. The "closes" images is shown instead of the "reply" button, and there is no "quote" button on the comments, for quote in the quick-reply-box.

But if you enter a text in the quick-reply box and send it, it will be accepted and inserted to the comments, though the picture is close.

Can someone confirm this bug ?



Jörg

Brian October 25th, 2005 03:42 PM

Re: Bug ? Posting on closed pictures is possible via Quick-Reply
 
I can't believe that one hasn't been discovered before. If you'll open your gallery/showimage.php file though and look for this code:
Code:

Content visible to verified customers only.
Replace with this:
Code:

Content visible to verified customers only.
That should take care of the problem.

JoergZ October 25th, 2005 03:55 PM

Re: Bug ? Posting on closed pictures is possible via Quick-Reply
 
Yes, that solves the problem.

Thanks for the quick fix.


BR

Jörg


All times are GMT -5. The time now is 04:07 PM.

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