When I sign in as admin and use the blocks admin page the interface doesn't conform to the Internet Services design. The right menu overlaps some of the configure links for the blocks and covers them up.

Please let me know if more information is needed.

View the attachement for a screenshot.

CommentFileSizeAuthor
blockadmin2.png24.35 KBhiddenghost
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sa3er’s picture

You could prevent sidebars from showing up on specific pages. Just go to Drupal blocks settings and exclude the page with AdSense configurations to have blocks on right. That may help.

hiddenghost’s picture

Thanks for the quick reply sa3er.

I could try to remove the sidebar from the blocks admin page if I could get to the configure block link. The block for removal is in the way of it's own configuration. :) There is definitely some irony here.

All other pages with content show up fine with the right side menus positioned just right. It's only the blocks admin page that's causing the snafu.

The whole right menu is in the way. From the top to the lower part the block configure buttons are covered up. So there are three blocks on the right that are in the way on the block admin page.

hswong3i’s picture

this theme is not suitable for admin usage
as all of you know that this is a fixed-width 800x600 2-column theme, displaying admin related tables are always not suitable. unless we change it into variable width/1024x768, the case won't change. BTW, i am not going to do this as it will change the original design
try to make use of drupal-5.x "Administration theme" feature
we can use other theme for administration, so why don't we use it? just go to ?q=admin/settings/admin and you can assign other theme for admin. i will suggest garland or bluemarine as they are variable width themes. on the other hand: clean and fast
hiddenghost’s picture

Thank you hswong3i.

I tried your suggestion to change the admin theme.
When I used a different theme for admin and user respectively and then went to the blocks admin page the internet services theme replaced my alternate theme.

Only the blocks admin page has the internet services theme even when the the admin theme isn't internet services. I used marvin for the admin theme.

hswong3i:

as all of you know that this is a fixed-width 800x600 2-column theme, displaying admin related tables are always not suitable. unless we change it into variable width/1024x768, the case won't change. BTW, i am not going to do this as it will change the original design

I understand that you don't want to change the original design. I really like the internet services theme, and want to use it for it's public useability. This is the only problem that needs solving with this theme.

You can keep the current design of the internet services theme. I'm mostly asking for basic help with what I have in my installation. Should I take this to a different area of drupal.org for discussion? This way my issue can be differentiated as a general help issue instead of a problem with this theme on a whole.

hiddenghost’s picture

I also knew it was a problem with a conflict between the tables of the blocks admin and the css of the internet services theme.

Accounting for both the admin tables and the css of the fixed theme could be something to work with.

I actually prefer the fixed width, but the admin interface useability is important too. I'm considering making a new version of the internet services theme for admin. This would be for my personal usage to make things smoother for me. This way a fixed width shows to the public and a variable width allows admin useability.

If there is another way that may be better I'd like to know.

hiddenghost’s picture

I went ahead and changed the css to be variable width.
For a similar effect to fixed width I added margins on the left and right to bring the web design to the center.

Now it works with the blocks admin page.

To make it work I adjusted the side content and main content widths accordingly.

Thanks

hswong3i’s picture

Version: 5.x-1.1 » 5.x-2.x-dev
Component: Miscellaneous » User interface
Assigned: Unassigned » hswong3i
Category: support » task

Fluid width layout will add to internet_services, on the other hand provide custom.css for manual customization. At least I will upgrade preset layout as 1024x768, so admin layout will not break out.

hswong3i’s picture

Version: 5.x-2.x-dev » 6.x-2.x-dev
Status: Active » Closed (works as designed)

Default layout for internet_services:

  • 2 columns: 1024x768 (min), 1280x1024 (max)
  • 1 column: 800x600 (min), 1280x1024 (max)
  • Default layout for internet_services_2:

    • 2 columns: 1280x1024 (both min and max)
    • 1 column: 1024x768 (min), 1280x1024 (max)
    • This doesn't solve the real problem since if we customize layout as a fix width 800x600 for internet_services: the admin menu will still cover by right sidebar. Anyway, I will left this as a flexibility for user customization.