Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:[SOLVED] New messages are sent to all users (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:[SOLVED] New messages are sent to all users
#47685
Re:[SOLVED] New messages are sent to all users 8 Months ago  
Every user in Joomla belongs to a specifc group; this is specified in the table jos_users. The available groups are defined in the table jos_core_acl_aro_groups:

A default Joomla 1.5 installation always contains the groups (extract from the table):
[code:1]
| id | parent_id | name | lft | rgt | value |
| 24 | 23 | Administrator | 15 | 18 | Administrator |
| 25 | 24 | Super Administrator | 16 | 17 | Super Administrator |
[/code:1]

So the u.gid >=24 is referring to all users which belong to the group with an ID of 24 or higher, which in standard cases would be the Administrators and the Super Administrators.

Stephan
schoenbi (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
      Topics Author Date
 
[SOLVED] New messages are sent to all users
schoenbi 2008/03/19 15:42
 
thread linkthread link Re:[SOLVED] New messages are sent to all users
tlombard 2008/03/24 23:42
 
thread linkthread linkthread link Re:[SOLVED] New messages are sent to all users
schoenbi 2008/03/25 01:34
Go to top