Needs review
Project:
Facebook social plugins integration
Version:
6.x-6.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2011 at 21:56 UTC
Updated:
26 Feb 2015 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ferdi commentedWhat you want is for everyone to share/like the content in your site. That's the idea behind this project.
Comment #2
crimsondryad commentedNo, you misunderstand what I asked for. I would like to be able to assign the "Share" perms to a different role than "Like" perms. I would also like the application key to be available *only* to admins, while allowing other roles to administer what gets linked where. The way it's set up now requires an admin user to do anything with the module. It also doesn't allow us to turn off pieces...like if we wanted to only use "Like" on the site, "Share" can't be restricted. Again, role-based perms would be the easiest way to do that because the admin just wouldn't give the role to the user.
From a corporate standpoint, we don't want the average bear to know / have access to our Facebook API key.
Comment #3
meecect commentedCan this be re-opened? I'd like to be able to let developers and admins be able to access the fb_social admin pages without havig to give them the 'admin' password. As it is right now, only admin (user 1) can administer this module. It seems like a pretty simple change. Just add one permission in hook_perm (or whatever, been a while since I did custom module development) to 'administer fb_social' and restrict that role to access admin/structure/fbsocial
If you won't do it, would you accept a patch?
Comment #4
drupalninja99 commentedAdded a patch that changes 'administer site configuration' to 'administer fb_social'
Comment #5
drupalninja99 commentedThis patch includes some whitespace fixes.
Comment #6
jsdix commentedExpanded on #4 and allowed users with the 'administer fb_social' permission to have the ability to administer the Presets tab.