Options to choose where to display the Toolbar on the top or on the bottom.

Comments

pumpkinkid’s picture

I was trying to make these changes as css hacks and found that there is a hardcoded entry on the toolbar.js that prevents this from happening correctly...

line 13 must be changed from:
$('div#toolbar-toolbar').css('top', adminMenuHeight + 'px');
to
$('div#toolbar-toolbar').css('bottom', 0);

and add this to your css:

div#toolbar-toolbar {
	bottom:0;
	top:auto;
}

in order for the toolbar to be positioned at the bottom of the page.

dankh’s picture

Thank you for the hints, I'll test this cross browser and report. If it works I'll add option in the settings screen where the user can choose the toolbar location.

dydave’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Thanks everyone for the efforts and work on this issue! 🙏

More than 15 years of inactivity on this issue for the Drupal 6 version of the module which is not supported anymore.

Therefore, closing as Outdated, for now.

Feel free to let us know if you have any questions or concerns on any aspects of this issue or the project in general, we would surely be glad to help. 😊
Thanks in advance!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.