
01-19-2009, 05:13 PM
|
 |
|
|
Join Date: Jan 2002
Location: Maastricht, NL
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by n8td
It works fine for 3.7 if you use Stoebi's updated superpm.php file. The only problem is the UCP navigation on the left side is messed up for me. Anyone know how to fix that?
https://vborg.vbsupport.ru/showthrea...43#post1085543
EDIT:
I fixed the UCP navigation issue.
In superpm.php find:
PHP Code:
$phrasegroups = array('posting', 'postbit', 'pm');
Replace with:
PHP Code:
$phrasegroups = array('posting', 'postbit', 'pm', 'user');
|
This is the solution for 3.7.2, works perfect.
|