Gossamer Forum
Home : Products : Others : Gossamer Community :

Number of users - links, forum, community - different

Quote Reply
Number of users - links, forum, community - different
Ok, today I've plan to mail all users. When I got in GLinks administration, it says there are 4844 users to mail to. In GForum administration, there is 4848 users and in GCommunity there is 4847 users.

Which one is correct one? Any why are those number different while they should be the same.

Regards.

UnReal Network
Quote Reply
Re: [deadroot] Number of users - links, forum, community - different In reply to
Hi,

Did you synchronize them to start with? (ie when you install GComm)

Could also be that some users have been manually removed from GLinks / GForum etc.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Number of users - links, forum, community - different In reply to
Yes, I've synchronized that at the start. Ok, maybe I understand why GFrom tells there is one user more (4847 users and 1 admin) but don't know why GLinks says it 4844. As I remember, I didn't delete any users from GLinks. Just some old links. Does also when you delete links users delete?

Also, is it possible to synchronize them again somehow?

Thanks.

Regards.

UnReal Network
Quote Reply
Re: [deadroot] Number of users - links, forum, community - different In reply to
Hi,

In GLinks, do this query:
Code:
SELECT COUNT(*) FROM glinks_Users WHERE Status = 'Registered';

..and:

Code:
SELECT COUNT(*) FROM glinks_Users WHERE Status = 'Not Validated';


I've got a feeling its probably cos the users were not imported, if "Not Validated", when you did the initial setup of GComm, and synchronized it.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Number of users - links, forum, community - different In reply to
Quote:
SELECT COUNT(*) FROM glinks_Users WHERE Status = 'Registered';

4846

Quote:
SELECT COUNT(*) FROM glinks_Users WHERE Status = 'Not Validated';

0

Hm...that doesn't tell me really much. Unsure

UnReal Network
Quote Reply
Re: [deadroot] Number of users - links, forum, community - different In reply to
Hi,

Afraid I'm out of ideas then, sorry Frown

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Number of users - links, forum, community - different In reply to
Hi Andy and deadroot,
I have not really a solution for your problem, but perhaps it has something to do with the autocreate error.
http://www.gossamer-threads.com/...?post=241697#p241697

You only have to find the users with this error, and create a new account for them.
I know that's is not easy, when you have over 4000 users.
If I where you, I would wait till someone tells you his login problems.

Matthias

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] Number of users - links, forum, community - different In reply to
Hi,

Quote:
If I where you, I would wait till someone tells you his login problems.

So would I Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!