Hello there.
I've just installed Drupal 7 and I wanted to add some clases to the "li" and "a" elements of the links of the main menu.
Googling and googling I found that I need to override the function for the following hook:
links__system_main_menu
Where do I find the available hooks for theme() function?
Or
Is there some official recipe to construct the name of the function based on a hook? (as "links__system_main_menu")
In doing some theming work recently, I "accidentally" removed some core theme files. (My intent was to completely wipe a copied Bartik directory and start from scratch.) In doing so, I also removed the login functionality of the home page, meaning that once I'd logged out of the admin interface (which was untouched by my changes) I had no way to get back in.
I landed on the solution of creating a hard-coded HTML login page (with code copied from Bartik) that would be unaffected by any CSS or template changes, since it rests in the main page content.
The email that users get directing them to a one time login ([user:one-time-login-url]) sends them to localhost instead of my domain.
I don't know if this also applies to other emails from my site b/c I'm a very new user and just getting started.
I can't find a place to specify my domain. Home » Administration » Configuration » System doesn't have a place for a domain name (which I thought would be a logical place for it).