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');