Ok here is what you need to do. In VBGooglemap.php
This is assuming your supermod group is 5
Find:
Code:
if (($get_xml_user["displayusergroupid"]==6)OR($get_xml_user["displayusergroupid"]==7))
Replace With
Code:
(($get_xml_user["displayusergroupid"]==5)OR($get_xml_user["displayusergroupid"]==6)OR($get_xml_user["displayusergroupid"]==7))
Next, in your markers.xml file you need to edit your entries and change the
type of each marker to yellow for all you supermods.
Upload and that should fix it