Needs work
Project:
Gigya Toolbar
Version:
6.x-2.0
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 13:20 UTC
Updated:
19 Oct 2011 at 23:30 UTC
I like this module very much, it will be great if the toolbar can be disable for admin pages.
Comments
Comment #1
Gigya commentedYou're right.
We'll implement it asap.
Comment #2
Gigya commentedComment #3
Gigya commentedDone.
Please download the new version (6.x-2.0) : http://drupal.org/node/607722
Comment #4
Gigya commentedComment #6
spazfoxI'm glad the bar is disabled on admin pages now, but I think it would be better to allow the user the ability to define the pages on which it does and does not appear (similar to the way blocks and some other modules are configured). On my site, for example, I would like to disable the bar on all of my pages using SSL (because it returns a "partially encrypted" message for users...probably because it is pulling data from somewhere other than my SSL encrypted page).
Comment #7
spazfoxWhile I think this should be made an admin configuration, anyone who needs this functionality immediately can hard code it into the module by changing the first line of function gigyaToolbar_footer (around line 48) from:
if ( arg(0) == 'admin') {to something like:if (( arg(0) == 'admin') || (arg(0) == 'cart') || (arg(0) == 'user')) {Comment #8
dmendo11 commentedSpazfox,
I am sorry for bringing this right now and hope this is ok to ask here.
I totally agree on your statement from number 6. Ha this been fixed? I have customers telling me the same.
David