How would I modify this plugin version 1.2.1 so that all members could see the server loads as well?
EDIT:
I have found out how to make server loads viewable for every usergroup. In the original xml file, open it with a text editor with word wrap turned off and delete the entirety of line 15:
Quote:
if ($vbulletin->userinfo['usergroupid'] == 6) {
|
and on line 44, where there are three closing brackets in a row, you also need to delete one closing bracket as well:
or you will get a parse error.