PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old February 6th, 2005, 03:54 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Woodlands
Posts: 100
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 ""
phlogiston is offline  
Old February 6th, 2005, 04:43 PM   #2 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2005
Posts: 2
Re: Unregistered Showing in Members Category

Same problem here...
vipe is offline  
Old February 6th, 2005, 05:09 PM   #3 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,413
Re: Unregistered Showing in Members Category

Same here...
ConqSoft is offline  
Old February 7th, 2005, 07:47 AM   #4 (permalink)
Brian
Guest
 
Posts: n/a
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.
 
Old February 7th, 2005, 08:07 AM   #5 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,413
Re: Unregistered Showing in Members Category

I can't seem to find that second piece of code to replace.
ConqSoft is offline  
Old February 7th, 2005, 08:24 AM   #6 (permalink)
Brian
Guest
 
Posts: n/a
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.
 
Old February 7th, 2005, 11:05 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2004
Posts: 7
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.
Terry Norris is offline  
Old February 7th, 2005, 03:46 PM   #8 (permalink)
Brian
Guest
 
Posts: n/a
Re: Unregistered Showing in Members Category

Would you mind submitting a support ticket then so I can have a look?
 
Old February 7th, 2005, 06:44 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2005
Posts: 2
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
vipe is offline  
Old February 8th, 2005, 06:58 AM   #10 (permalink)
Brian
Guest
 
Posts: n/a
Re: Unregistered Showing in Members Category

Be sure that you're changing the *exact* code posted.
 
Old February 8th, 2005, 07:04 AM   #11 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,413
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.
ConqSoft is offline  
Old February 9th, 2005, 01:24 PM   #12 (permalink)
Member
 
Join Date: Jan 2004
Posts: 457
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.
Tom M is offline  
Old February 9th, 2005, 01:28 PM   #13 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,413
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.
ConqSoft is offline  
Old February 9th, 2005, 05:45 PM   #14 (permalink)
Brian
Guest
 
Posts: n/a
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.
 
Old February 9th, 2005, 06:27 PM   #15 (permalink)
Member
 
Join Date: Jan 2004
Posts: 457
Re: Unregistered Showing in Members Category

I'm 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.
Tom M is offline  
Old February 9th, 2005, 07:40 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jan 2003
Location: Woodlands
Posts: 100
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 )
phlogiston is offline  
Old February 9th, 2005, 07:52 PM   #17 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,413
Re: Unregistered Showing in Members Category

Yep... One was missing from mine as well. Moving the counter increment fixed that.
ConqSoft is offline  
Old February 18th, 2005, 04:24 AM   #18 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 5
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 ....
quachvu is offline  
Old February 18th, 2005, 07:23 AM   #19 (permalink)
Ultimate Member
Verified Customer
 
ConqSoft's Avatar
 
Join Date: Nov 2003
Location: Raleigh, NC
Posts: 1,413
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.
ConqSoft is offline  
Old February 18th, 2005, 08:01 AM   #20 (permalink)
Brian
Guest
 
Posts: n/a
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.
 
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Members upload as Unregistered aem Photopost Pro How Do I...? 11 October 27th, 2005 09:22 AM
Baffled -- Unregistered Members Posting New Ads Big Kahuna Classifieds Installation & Upgrades 9 December 13th, 2004 08:05 AM


All times are GMT -5. The time now is 11:21 AM.

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