MyBB Community Forums

Full Version: Upgrade and Groups Page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i go about getting a page for both of these things with the coding for it?

example.com/groups.php
example.com/upgrade.php
$query = $db->simple_select("usergroups");
while($row = $db->fetch_array($query))
{
        // Stuff here
}
(2015-11-24, 02:15 PM)Sazze Wrote: [ -> ]
$query = $db->simple_select("usergroups");
while($row = $db->fetch_array($query))
{
        // Stuff here
}

Thanks Sazze!
Did a basic groups page (doesn't show leaders or how many that is part of the group, though). But let me know if you want it.
(2015-11-24, 08:46 PM)Sazze Wrote: [ -> ]Did a basic groups page (doesn't show leaders or how many that is part of the group, though). But let me know if you want it.

I'll send you a PM now. Cool