PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   Unregistered Showing in Members Category (http://www.photopost.com/forum/bugs-1-0-0/117474-unregistered-showing-members-category.html)

phlogiston February 6th, 2005 03:54 PM

Unregistered Showing in Members Category
 
RC3, Viewing browseimages.php with "Act as Members' Category" set to YES.

I'm getting "Unregistered" showing in the list of subcats created from members names.
It only happens if at least one username is alphabetically after "Unregistered", I think it's the last user's bit appearing as Unregistered (moved to it's place in the alphabet) & the link doesn't work (cos it goes to userid=0).

I can't find at all what's going on ":)"

vipe February 6th, 2005 04:43 PM

Re: Unregistered Showing in Members Category
 
Same problem here...

ConqSoft February 6th, 2005 05:09 PM

Re: Unregistered Showing in Members Category
 
Same here...

Brian February 7th, 2005 07:47 AM

Re: Unregistered Showing in Members Category
 
If you'll look for this code in your browseimages.php file and remove it:
Code:

Content visible to verified customers only.
Then find:
Code:

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

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

ConqSoft February 7th, 2005 08:07 AM

Re: Unregistered Showing in Members Category
 
I can't seem to find that second piece of code to replace. :confused:

Brian February 7th, 2005 08:24 AM

Re: Unregistered Showing in Members Category
 
That's what I get for trying to type this early in the morning... I had the $ sign missing from the second bit of code, but just edited the post to change that.

Terry Norris February 7th, 2005 11:05 AM

Re: Unregistered Showing in Members Category
 
I applied the changes to the file and I am still getting the same error that the original poster is.

Brian February 7th, 2005 03:46 PM

Re: Unregistered Showing in Members Category
 
Would you mind submitting a support ticket then so I can have a look?

vipe February 7th, 2005 06:44 PM

Re: Unregistered Showing in Members Category
 
I get this error after changing the second bit of code:

Parse error: parse error, unexpected '{' in /home/site/public_html/community/gallery/browseimages.php on line 367

Brian February 8th, 2005 06:58 AM

Re: Unregistered Showing in Members Category
 
Be sure that you're changing the *exact* code posted.

ConqSoft February 8th, 2005 07:04 AM

Re: Unregistered Showing in Members Category
 
I didn't get that error, but the change seems to jumble up the member's category even more. :( Might be related to some other changes being made with an open ticket I have, so I put it back the way it was for now.

Tom M February 9th, 2005 01:24 PM

Re: Unregistered Showing in Members Category
 
I'm getting this error (Unregistered showing up) and I upgraded using the zip file that I downloaded today.

ConqSoft February 9th, 2005 01:28 PM

Re: Unregistered Showing in Members Category
 
Yeah, Unregistered is still showing up in my list as well.

Brian, feel free to take a look on my system, since that ticket is still open.

Brian February 9th, 2005 05:45 PM

Re: Unregistered Showing in Members Category
 
Sorry everyone, I was misunderstanding the original problem here. If you'll look in your browseimages.php file for this 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.

Tom M February 9th, 2005 06:27 PM

Re: Unregistered Showing in Members Category
 
I'm confused... :confused:

If I appy this fix then I have a "last upload" for the Members Category that I uploaded using another account with no corresponding member being shown in the category listing. Without this fix in place I get the Unregistered even though it was a registered user.

EDIT: After deleting the pictures located in the "dynamic" sub-categories I now have 1 too few sub-cats showing in the category listing. It's there and can be accessed via the category number. It just doesn't display.

phlogiston February 9th, 2005 07:40 PM

Re: Unregistered Showing in Members Category
 
I tried the second of Brian's fixes here and it Unregistered bit but left the list of Members one short.

I've sorted that by moving a counter variable:
still in browseimages.php,
FIND
Code:

Content visible to verified customers only.
and REPLACE it with
Code:

Content visible to verified customers only.
This may be just a workaround though and it could throw the number off for something I haven't thought of :S
(It works for me tonight so I'm not looking further ;))

ConqSoft February 9th, 2005 07:52 PM

Re: Unregistered Showing in Members Category
 
Yep... One was missing from mine as well. Moving the counter increment fixed that.

quachvu February 18th, 2005 04:24 AM

Re: Unregistered Showing in Members Category
 
yes that fixed, i wonder why Brian dont update these errors in the Download File of Gallery? i just download Gallery Zip File and such Bugs are still in new download. so i think every new members must come here to find and fix bugs. it waste time ....

ConqSoft February 18th, 2005 07:23 AM

Re: Unregistered Showing in Members Category
 
They'll be in the next release... It gets hard to manage if you keep updating an old release, because no one knows what "version" of that release that they have.

Plus, it's an RC, so bugs are expected.

Brian February 18th, 2005 08:01 AM

Re: Unregistered Showing in Members Category
 
Exactly. I've fixed a few of the larger bugs that have popped up, and one that required about 5 different changes to try and make things easier on people. In general though, we don't update the files for smaller bugs.


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