I put a login area at the top of the theme. That was easy enough; I just cut&paste the login form from elsewhere. How do I get it to disappear once someone has logged in?
I have been using the sections module to use different themes for different sections of my site and it works great. The only problem I am having now is getting a theme on my homepage.
For my articles pages I used the following:
articles*
and it worked great.
Now for my homepage I am not sure how I could do this. I have tried:
Soon we will be hosting a theme competition with significant cash prizes, thanks to the funds from our involvement in Google's Summer of Code program. I'll be running the competition, and a formal announcement will follow shortly. I need some help, however, as I have very little talent for creating catchy graphics and logos. I'd like some graphics/logos (in the standard drupal.org formats) to use to advertise the theme competition. The graphics will be used both here and on sites like Apress.com (they'll be sponsoring the competition as well!)
Who are some of the good theme designers or skin designs for Drupal ? I'm mostly looking for testimonials of sort, for who drupal site owners may have used in the past. Please share your recommendations.
Hello, the password field has a different style than that of the username and search input fields. After looking at webpage source, I saw that it was using form-password. So I searched the entire drupal directory for that search term, and found that it wasn't defined in css. It occurs in the common.inc file on line (1193) and user.module on line (1046).
I got them matching by changing it to form-text in common.inc.
any one else run into this issue, and if so what action did you take?