Topic: GoolgleMap permissions
icozip
avatar
Noob
Noob
Posts: 1

Posted:
Jun 26, 2007

I thought I'd already posted this, but I don't see it in here so I'll try again.

I can't figure out the permissions for the GoogleMap module. I want to restrict some users from submitting their markers and I want to keep unregistered users from even viewing the module.

this format is suggested by the permissions module:

GoogleMap:: | GoogleMap:: | none

but it doesn't seem to work.

I've tried this:

GoogleMap:: | .* | none

..but no luck. Any other suggestions?
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Jul 02, 2007

According to the pnuser.php file, it would be:

Code
  1. GoogleMap:: | :: | none


icon_wink

Chestnut ! Cool
Site Admin