"My Account" page does not show view/edit/subscription/track tabs
bjvetter - August 30, 2006 - 14:23
| Project: | Aquasoft |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.

#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
#4
#5