[MOD] Advanced Group Management v. 1.5.3 ...:: UPDATE ::...

Modules for the Admin Control Panel
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

Re: [MOD] Advanced Group Management v. 1.5.2

Postby Aslan » 21 Aug 2008, 15:04

UPDATE TO v. 1.5.3

thx... and... look for this... is a little error in ordering...

Code: Select all
#
#-----[ OPEN ]--------------
#
functions_user.php
#
#-----[ FIND ]--------------
#
      $sql = 'SELECT *
         FROM ' . GROUPS_TABLE . '
         ORDER BY group_order DESC';
      $result = $db->sql_query_limit($sql, 1);
      $row = $db->sql_fetchrow($result);
      $last = $row['group_order'];
      $db->sql_freeresult($result);
      
      $user_ary = array();
      $sql_ary = array(
         'group_name'         => (string) $name,
         'group_desc'         => (string) $desc,
         'group_desc_uid'      => '',
         'group_desc_bitfield'   => '',
         'group_order'         => (int) $last+1,
         'group_type'         => (int) $type,
      );
#
#-----[ REPLACE ]-------
#
      $user_ary = array();
      $sql_ary = array(
         'group_name'         => (string) $name,
         'group_desc'         => (string) $desc,
         'group_desc_uid'      => '',
         'group_desc_bitfield'   => '',
         'group_type'         => (int) $type,
      );
      
      if (!$group_id)
      {
         $sql = 'SELECT *
            FROM ' . GROUPS_TABLE . '
            ORDER BY group_order DESC';
         $result = $db->sql_query_limit($sql, 1);
         $row = $db->sql_fetchrow($result);
         $last = $row['group_order'];
         $db->sql_freeresult($result);
         $sql_ary['group_order']   = (int) $last+1;
      }
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
Sorry, my english is not perfectly :D
Aslan
Cadet I
Cadet I
 
Posts: 18
Joined: 30 Mar 2007, 09:30
Gender: Male


Re: [MOD] Advanced Group Management v. 1.5.3 ...:: UPDATE ::...

Postby Saffleur » 31 Aug 2008, 11:58

Is this supposed to fix the issue with the bottom Group never being able to be moved up?

In my ACP I cannot move the very last group up in the order. I've checked all file edits etc.
User avatar
Saffleur    
Supporter
Supporter
 
Posts: 17
Joined: 25 May 2007, 16:51
Favorite Team: Baltimore Ravens
Gender: Male
phpBB Knowledge: 5

Re: [MOD] Advanced Group Management v. 1.5.2

Postby jojork » 24 May 2009, 04:49

Thankyou for this mod..


Plees
it is possible to add all Group to profile
jojork
Cadet IV
Cadet IV
 
Posts: 40
Joined: 06 Jan 2009, 02:47
Location: Slovakia
Gender: Male

Re: [MOD] Advanced Group Management v. 1.5.3 ...:: UPDATE ::...

Postby relaxed4u » 29 Aug 2009, 17:21

i will try this
User avatar
relaxed4u    
Crewman
Crewman
 
Posts: 8
Joined: 30 Jun 2009, 05:31
Favorite Team: F.C. Barcelona
Gender: Male

Re: [MOD] Advanced Group Management v. 1.5.3 ...:: UPDATE ::...

Postby imkingdavid » 01 Sep 2009, 11:52

:shock: WOW....

This actually looks like a really really good MOD. Are you still keeping up with development of it? If you need any help, send me a PM. :) :hello: :good: :cool: :clapping:

EDIT: I realize that your last posted update (1.5.3) is from more than a year ago. So it's unlikely that you're keeping up with this or that this MOD is 3.0.5 compatible. If you do not wish to continue with this MOD, I might be willing to take over for you. Send me a PM if you're interested. :)
imkingdavid    
phpBB Team Member
phpBB Team Member
 
Posts: 22
Joined: 29 May 2006, 02:07
Favorite Team: Baltimore Ravens
Gender: Male
phpBB Knowledge: 8

Re: [MOD] Advanced Group Management v. 1.5.3 ...:: UPDATE ::...

Postby Aslan » 24 Nov 2009, 19:01

now i working on new version... comming soon with more features and all bugs fixed, thx for help ;) and just use my mod
Sorry, my english is not perfectly :D
Aslan
Cadet I
Cadet I
 
Posts: 18
Joined: 30 Mar 2007, 09:30
Gender: Male

Previous

Return to ACP

Who is online

Users browsing this forum: No registered users and 5 guests