
07-07-2004, 08:11 AM
|
|
|
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by 58sniper
Here's an addon:
In admincp/user.php
find:
Code:
"user.php?$session[sessionurl]do=remove&userid=$userid"
=> $vbphrase['delete_user'],
and put this underneath that:
Code:
"pm.php?userid=$userid"
=> $vbphrase['view_user_pm'],
and then add a new phrase, 'view_user_pm' that says "View Private Messages".
This will add the VIEW PRIVATE MESSAGES option to the pulldown at the top when viewing a user in the admincp.
|
Hmmm.... => https://vborg.vbsupport.ru/showpost....1&postcount=94
|