Download & Extend

"My Account" page does not show view/edit/subscription/track tabs

Project:Aquasoft
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

If I click on the "my account" menu item, the tabs for editing the account, subscriptions, etc do not show up. I can see them only if I enter a url for one of the tabs - then they all show up. But if you click on "view" or the "my accounts" tabs/menus, you lose the tabs.

This doesn't happen in other themes - so far, I've only run into it with Aquasoft.

Comments

#1

BTW, it works if the logged in user is an administrator - the tabs don't show up when the logged in user is not an administrator.

#2

I found the following topic: http://drupal.org/node/30366

It turns out that the problem described only happened on IE as in the post. I added the following to the style.css file in the aquasoft theme and it seems to work. Not sure if anything else fails...

#tabs ul, ol, dl { position: relative; }

#3

Status:active» needs review
AttachmentSize
style.css_2.patch 810 bytes

#4

Status:needs review» fixed

#5

Status:fixed» closed (fixed)