Installed Table Export module along with the Visibility API Module. Not matter how I configured the Role Specific Visibility Settings only the Administrator could see the Export icon. The only way I could get other users (anon., authenticated, etc.) to see the Export icon was to comment out lines 201 and 205 from the table_export.module. The lines I commented out are:

Line 201 if (user_access($module['module'])){

Line 205 }

Not sure if this is the appropriate fix, but it does allow my authenticated users to see the Export Icon.

mlcc2000

Comments

tjholowaychuk’s picture

hmm its possible that the table was not shown using theme('table') which will mess with that, I will look into it, some of the permissions are a bit missleading i may just get rid of some things. Thanks! I will post a new release asap.

tjholowaychuk’s picture

Status: Active » Closed (fixed)

I have tested this on multiple computers / browsers and everything appears to be fine it may be a conflict with other system settings or other modules. I added a new release, if you still have problems after please submit another bug. Thanks!

mlcc2000’s picture

Will load up the new version and test it out. Thank you.