Jump to content

More of a database question


Recommended Posts

Posted

Hi, I hope someone can assist me :)

I want to be able to export the information about one of my member groups, so that we can list the members and review who should remain in that Group.
The Group contains over 70 members, so I was wondering how to somehow get this information into a Spreadsheet, or if it can be done using a mySQL query.
(I also want to be able to include Member using it as a Secondary Group if that helps!)

Thanks in advance, Mark

Posted

Have you got access to phpMyAdmin? if so you can run a few queries like the following to list all information from one particular group:

SELECT * FROM ipb_members where member_group_id = 12



The group in this case is 12. You can figure out your groups from conf_global.php

Hope this helps.

3DKiwi

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...