I would like to take out some of the Album options that appear in the drop down list. For example I do not want the users to be able to modify the size of the pictures that are uploaded into the system or change permissions.
Only the adminstrator should be able to do this.
Please any help would be appreciate it
Posts: 8601
you can edit getItemLinks in modules/core/module.inc or you can have your theme strip out any links you don't want.. see themes/floatrix/theme.inc in G2.1-RC-2.. it loops through links to split into 2 groups, but you could easily just remove some instead.