I like this module very much, it will be great if the toolbar can be disable for admin pages.

Comments

Gigya’s picture

Assigned: Unassigned » Gigya

You're right.
We'll implement it asap.

Gigya’s picture

Status: Active » Needs work
Gigya’s picture

Version: 6.x-1.0 » 6.x-2.0
Status: Needs work » Fixed

Done.

Please download the new version (6.x-2.0) : http://drupal.org/node/607722

Gigya’s picture

Assigned: Gigya » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

spazfox’s picture

Status: Closed (fixed) » Needs work

I'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).

spazfox’s picture

While 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')) {

dmendo11’s picture

Priority: Normal » Major

Spazfox,

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