Hm i am not able to install this thing. Tried it via fileupload as well as putting it to ./includes/xml/cpnav_rpm.xml
Always same error message:
File invalid
(Datei ung?ltig)
cpnav_rpm.xml file content:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="vbulletin">
<navgroup phrase="users" permissions="canadminusers" displayorder="110">
<navoption displayorder="130">
<text>Read PMs</text>
<link>read_pms.php</link>
</navoption>
</navgroup>
</navgroups>
I am using 3.6.4 with CMPS and some other hacks.
EDIT:
workaround if any other has this problem (i think it depends because displayorder 130 is alreay used with another menu or something)
OPEN: ./includes/xml/cpnav_vbulletin.xml
FIND:
<navoption displayorder="120">
<phrase>access_masks</phrase>
<link>accessmask.php?do=modify</link>
</navoption>
AFTER ADD:
<navoption displayorder="121">
<text>Read PMs</text>
<link>read_pms.php</link>
</navoption>
This will add the Menu in the Users Admin menu by Hand.