coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: hyacinth on May 29, 2006, 10:09:57 AM

Title: 99999 members only?
Post by: hyacinth on May 29, 2006, 10:09:57 AM
I know that "index.php?cat=10001" is me, the registered has the following id in the order "index.php?cat=10003","index.php?cat=10004".........
as a result, what will happen when there are more than 99999 members?
Title: Re: 99999 members only?
Post by: Joachim Müller on May 29, 2006, 10:14:59 AM
cat id will then be 100000, 100001, 100002 etc. It is calculated as 10000 plus member id. There's no limit. Has been asked and answered before. Looking at the code will show you as well.