I will post the reply here so that anyone else having this issue can have the answer
------------------------------------------------------------------------------------------------------------------------------------------
Hello,
OK, this should be working now.
I edited your "regular staff user" List Group and included only the desired folders. So now no folders should be shown when looking for files to edit…
Here's the tricky part. The reason why you can't see the "enter.php" file in the dropdown box when you login as the "staff member" user, is because you have configured Snippetmaster "Regular" user permissions like this:
--------------------------
Regular - User can only edit snippets if they are listed in the Users access control list of the Snippet Tag
--------------------------
Here is the documentation page on how the "users" permissions works:
http://www.snippetmaster.com/documentation/admin-users.html
The SNIPPET you created on the "enter.php" page has no Access Control List… so the "staff member user" is not able to "see" this Snippet.
You have two solutions:
1. Change the way "Regular" user permission works. (Login as admin, choose admin link, then use option#2 for "Regular" user permissions.)
2. Add the "users='staff member 1'" attribute to the Snippet Tag access control list, like this:
<!-- #BeginSnippet name="entry prices table" users="staff member 1" -->
3. Make the staff member 1 use a "power user" instead of "regular" user. (Then this user can see ALL snippets, no matter what regular user permissions are set as.)
I hope that makes sense?
Let me know….