Closed (fixed)
Project:
mothership
Version:
7.x-2.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Aug 2012 at 12:20 UTC
Updated:
25 Jun 2013 at 12:52 UTC
For some reason the $tabs aren't rendered on
/user
/user/register
/user/password
they are rendered on /user/login
I haven't been able to figure out what's causing this behaviour.
all ideas welcome :-)
I've found out about it in version 7.x-2.6 but I reckon it's on all versions.
happy debugging, as soon as I come up with a solution, I'll post it as well.
Comments
Comment #1
maartendeblock commentedThe tabs are removed in template.php of the base theme (line 267 in version 7.x-2.8).
So it's by design.
Comment #2
jessepinho commentedI noticed that in template.php... I feel like this is far too specific a customization to be in a general theme framework like Mothership. Can we make this optional?
Comment #3
jessepinho commentedJust realized they can be added back in a Mothership sub-theme, by adding the following to your theme's hook_preprocess_page():
Comment #4
mortendk commentedThis is now set to be part of the goodie pack where you can get a (imho) better login page (/user) - by using that the tabs is not used.
The settings is hidden in " MOTHERSHIPS MISC GOODIE BAG" -> alternative (better) user login block
Comment #5
mortendk commented