Previous Thread
Next Thread
Print Thread
Rate Thread
#269865 02/25/2004 3:16 AM
Joined: Oct 2003
Posts: 3
Lurker
Lurker
Offline
Joined: Oct 2003
Posts: 3
I am looking for a way to list users based on what group they are in.

Basically I want a page to like Display all Moderators (Group 2).

The problem I have is when I try to do a query into the U_Group colum in the database I can only get one to work and that would be Users since it is "-3-" and only get those users who are only in that group.

I know there is a way to do this since the forums themselves do it. I just cannot figure it out.

Could anyone help me out with the query I should run to get this to work?

(Using version 6.0.2 btw)

Sponsored Links
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Moderators would also be users - so their groups would most likely look like '-2-3-'. So you can use a LIKE to grab them.

SELECT U_Username FROM w3t_Users WHERE U_Groups LIKE '%-2-%'

Although the group number doesn't determine their moderator status - you might want to query on the U_Status field.

SELECT U_Username FROM w3t_Users WHERE U_Status = 'Moderator'



Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)