I have customized the theme. I have divided the login section from the rest of the page.
The login theme is just a left site(print $sidebar_left;) bar with no content(print $content;).
Every thing works fine, except for the error message. There is non. So if i try to login and i fail to login the login screen is the same. No error message.
I tried getting used to using Smarty for theme development but I am not really sure if I am doing the right thing. Is it correct to define the variables in the smarty.engines-file? Is there a good tutorial somewhere to check how to use smarty with drupal?
I've used the above snippet to display all users belonging to a certain role.
The user names are longer than the width of the resulting table. Making the table bigger doesn't change a thing because the actual data that goes in the table is cut off like "username..."
However block2 will show up below all comments and even below the add comment text field. Most people won't scroll that far, so I was wondering if there was a way to add a region after the content but before all the comments?