This forum is for assistance with theme development.

Changing <input type="submit"> into an anchor

Hi all,

I'd like to change the in the login block to a <a href="javascript:void(0);" onclick="submit" class="btn-submit">Log in</a>. Drupal doesn't seem to let me theme the form_render function. Can anyone tell me what I should do?

Thanks

Alphabetizing Contact/User List?

Hi all,

Right now my contact list displays by UID. I'd like it displayed alphabetically by username. Could someone please offer some advice?

Thanks!

Help - login redirect no longer working

Hi folks,

I have been working on a theme and for some reason now, when i try to login and press submit, I just get a blank screen and can't access any admin features.

Here is the site:

http://new.realestatecollege.com/user/login

login should be admin / password

Thanks in advance,
Dan

Styling rounded corners for Blocks?

Hi

Just wanted to say what a fantastic resource this is. I'm experimenting with Drupal for a site I'm building and have learned masses without just be searching, but I'm stuck ...

I'm trying to create rounded corners for blocks. I've successfully managed to achieve rounded corners at the top of a block by styling the .title element and also have nice shadow edges for the block by styling the background of the block itself, but ...

I can't seem to find any tag to fix the rounded corners at the bottom of the block.

No effective selector for the login form labels, username and password

I have a re-skinned theme in which the navigation and user login information appears on a navy background. The entire sidebar has a navy background.

Everything that has a selector of h2 or li in that section appears with the correct font and color.

The exceptions are the labels for the form fields username and password. The labels appear as black on navy with a trailing red asterisk.

Coding issues...

I'm seeing code in my sleep these days and I need some help with this one.

I'm building a theme of the Foundation theme template but I'm doing some code modification as well as the CSS.

I'm trying to take this snippet of code from the page.tpl.php:

<?php if ($tabs): ?>
    <?php print $tabs; ?>
    <?php endif; ?>

and place it in the node.tpl.php file like so:

Pages

Subscribe with RSS Subscribe to RSS - Theme development