PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Number of Photo's dont match up (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117660-number-photos-dont-match-up.html)

Gizmo99 February 20th, 2005 09:35 AM

Number of Photo's dont match up
 
Ok

Did a import from PP for 2nd time

http://bbs.rsownersclub.co.uk/galler...00&userid=6432
Show 1 of 17 on number of Images in Members Gallery

http://bbs.rsownersclub.co.uk/galler...imageuser=6432
Show 1 out of 19 images, includes images from ALL Categories !!!

http://bbs.rsownersclub.co.uk/galler...?&c=500&page=2
show the user having 17 images again only images in that Category

I did notice that aload of iamges and comments apeared up UNREGISTERED when first inported,
Found post http://www.vbadvanced.com/forum/showthread.php?t=5373

I then edited the code for

Code:

Content visible to verified customers only.
Did a Upadate Counters afterwards and everything was sorted :)

I have also added phlogiston fix inthe same post

It looks like PP adds ALL images regardless of Category uploaded to, into the users Galley. Where as VB Galley Doesn't. Can this be fixed ?? that way users galleries remain correct, as in number of iamges posted :)

Giz

Gizmo99 February 23rd, 2005 04:11 AM

Re: Number of Photo's dont match up
 
up :)

Brian February 23rd, 2005 09:27 AM

Re: Number of Photo's dont match up
 
Quote:

Originally Posted by Gizmo
It looks like PP adds ALL images regardless of Category uploaded to, into the users Galley. Where as VB Galley Doesn't. Can this be fixed ?? that way users galleries remain correct, as in number of iamges posted :)

I wasn't aware that PP worked like that... Either way, that's not the way vBa Gallery works as it is only going to show the images uploaded to that category for that user, so there's nothing here to fix.

ConqSoft February 23rd, 2005 09:30 AM

Re: Number of Photo's dont match up
 
Yeah, I kinda prefer it the way Gallery does it too. If the image isn't in the user's member gallery, I don't want it added to the total there.

Brian February 23rd, 2005 09:58 AM

Re: Number of Photo's dont match up
 
So PP does work that way? I wasn't aware of that. Still doesn't sound very logical though and we definitely won't be changing the way vBa Gallery works.

ConqSoft February 23rd, 2005 09:59 AM

Re: Number of Photo's dont match up
 
On PP, each member's gallery consists of every image they've uploaded, in any category.

Brian February 23rd, 2005 10:17 AM

Re: Number of Photo's dont match up
 
I believe someone was asking about how to create a category like that before and we may add an option for something like that in a future version, but certainly won't be changing the members' category option to work like that. Doing that would also defeat the purpose of being able to have more than one category set as a members' category.

Gizmo99 February 26th, 2005 07:05 PM

Re: Number of Photo's dont match up
 
No prob team, kust checking I was not missing something :)

Keep it Brian and team :)

Giz

msd February 27th, 2005 08:30 PM

Re: Number of Photo's dont match up
 
Quote:

Originally Posted by Brian
I believe someone was asking about how to create a category like that before and we may add an option for something like that in a future version, but certainly won't be changing the members' category option to work like that. Doing that would also defeat the purpose of being able to have more than one category set as a members' category.

I think it was me :) ... in the following post:
http://www.vbadvanced.com/forum/showthread.php?p=15772

But I noticed that, as you mentioned there, it will not be very hard to do a mod. To code the PP version of "Member's Categories" will be as hard as to do a page listing usernames (who have ever posted an image) sorted by last image post (or another criteria), and having the username linking to the same 'View all of X's images' (browseimages.php?do=member&imageuser=#), which you already have working perfectly.

It's been a while (>1 year) since I wrote some php code (I'm getting rusty), but when I have the time, I'll try to do it. Hopefully, someone in an urgent need of this mod will do it before me... (and share with all of us... :D )

-Chef- February 28th, 2005 12:34 AM

Re: Number of Photo's dont match up
 
Quote:

Originally Posted by msd
a page listing usernames (who have ever posted an image) sorted by last image post (or another criteria), and having the username linking to the same 'View all of X's images' (browseimages.php?do=member&imageuser=#)

This functionality addition would be my number one need/request right now.
Right now I am using a memberlist.php ( here ) to at least somewhat achive it but I would love something more seperate and compact.


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