Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi there!
I´ve been looking to the FearlessLiving webpage, and, I know that I did saw this theme-architecture before (Fearless is modified though).
The thing is that this site looks much as I want a new site that I´m working on looks like.
Anyone know which theme was used to fearless´s site?
Lincoln Revenge? The Sharepoint-like Theme? Maybe Simplex Theme? Box Grey?
I try to make my own theme using a phptemplate theme and modifying it. It came with a file named box.tpl.php. When I write "hello" in this file, I don't get a hello anywhere on my page. Does anyone know when box.tpl.php gets called?
is is possible take a function that is inexplicably unthemed, like say the user login form, and make it themeable? I was thinking of implementing hook_user in my module
writing my own personal theme_* function to display the login form elements
in hook_user unsetting the existing variables and adding in my own form output.
The necessity of erasing the existing form gives me pause... is this the way to do this, or is there a more standard way?
I've been looking in the code and uneasily it seems to me that one can not theme the form shown for the user login, or registration. Is this true? If i need a custom user login form do i have to implement that in a module?