I would like to change the "login forms" look. I don't know what function override, even after searching for a while accross different forums.
I could customize it a little, so that it appears now on top of every page of the website, but i still can't figure out how to change the html code to remove the "labels" of the forms and place their text as a "value" of the form.
As well, I would like to change the background image of the submit button. The one present by default does not fit my graphic designer's work.
How would one add the users picture to search-resault.tpl.php
The standard Drupal search page returned the $info_split array with type, user, comment, upload etc values. whilst, I would like to add the users picture to the search result so I really want to alter the search hook to lookup the user's picture in the database for each appearance of $info_split['user'] which isn't anonymous, or for anonymous return the default picture if set.
I want to customize the final output of the image page, sort of like the way they do it at www.dooce.com - you click on a thumbnail from the front page and it brings you to a a page where the image is displayed , then some next/previous buttons, followed by the Title and description text with an ad column. Does anybody know the best way of doing this? I'd really like to know how they are accessing the different parts of the image node to be able so they can make the changes.
I don´t know if Panels module can accept this schema, keeping my css-defined columms, instead of creating "block-block" div.
In this case, what is better? Use page.tpl.php with php commands or the Panels module? If I use page.tpl.php, can I use some module to change the features boxes from the administrator?