PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   [RC4-Bug] Last Post not being updated when a post is being deleted (http://www.photopost.com/forum/bugs-1-0-0/118422-rc4-bug-last-post-not-being-updated-when-post-being-deleted.html)

Kirby May 25th, 2005 07:38 PM

[RC4-Bug] Last Post not being updated when a post is being deleted
 
When a post which is currently the last post for a category is being deleted, the last post info is not being updated.
So it will still display this post, although it is no longer there.
This leads to an infinite redirections-loop when you click the link.

Furthermore

Code:

Content visible to verified customers only.
doesn't look right to.

Never-Ever use unescaped data from user input in SQL queries, right? ;)

Kirby May 27th, 2005 02:05 PM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
*bump*

Kirby May 28th, 2005 10:25 PM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
*shameless bump*
Anyone?
Brian?

Kirby May 30th, 2005 07:32 AM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
* Another shameless bump *

ConqSoft May 30th, 2005 07:40 AM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
(It's a 3-day Holiday weekend here in the USA. Not sure where you're located.)

Kirby May 30th, 2005 09:27 AM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
In Germany :)

Brian May 30th, 2005 11:05 AM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
If you'll look in your moderate.php file for this bit of code:
Code:

Content visible to verified customers only.
And replace it with this:
Code:

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

Globalbuzz May 30th, 2005 12:05 PM

Re: [RC4-Bug] Last Post not being updated when a post is being deleted
 
Brian ... would this be the

ADV_GALLERY_MODERATE template

please?

edit: no prob found the moderate.php file

thanks


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