kendraio / kendra_hub

Kendra Hub
https://www.kendra.io/kendra-hub
GNU General Public License v2.0
4 stars 1 forks source link

Hide admin menu option for demoing site #27

Closed BBGuy closed 10 years ago

BBGuy commented 10 years ago

look at using https://www.drupal.org/project/admin_toggle https://www.drupal.org/project/admin_menu_dropdown

BBGuy commented 10 years ago

the Admin Menu Hider - hide by default dosen't work as a result user needs to hide the admin menu on every page visit

BBGuy commented 10 years ago

Admin Toggle works - one small issue is: you get a white line where it used to be. will commit to dev

BBGuy commented 10 years ago

The module is causing errors on the asset page, so we will remove it

Warning: Missing argument 2 for views_arg_load(), called in /var/www/kendra/kendra-hub/dev/htdocs/includes/menu.inc on line 593 and defined in views_arg_load() (line 470 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
Warning: Missing argument 3 for views_arg_load(), called in /var/www/kendra/kendra-hub/dev/htdocs/includes/menu.inc on line 593 and defined in views_arg_load() (line 470 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
Warning: Missing argument 4 for views_arg_load(), called in /var/www/kendra/kendra-hub/dev/htdocs/includes/menu.inc on line 593 and defined in views_arg_load() (line 470 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
Notice: Undefined variable: name in views_arg_load() (line 475 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
Notice: Undefined variable: display_id in views_arg_load() (line 475 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
Notice: Undefined variable: index in views_arg_load() (line 475 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
Notice: Undefined variable: name in views_arg_load() (line 480 of /var/www/kendra/kendra-hub/dev/htdocs/sites/all/modules/contrib/views/views.module).
BBGuy commented 10 years ago

We have decided to drop this for now