Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drupal 7: Template for user registration page?

How would I make a template for the user registration page? I want to theme the entire page, not just the form. I've tried page--user-register.tpl.php but that does not work.

like image 291
Dustin Avatar asked Dec 07 '25 04:12

Dustin


2 Answers

You want to use page--user--register.tpl.php instead of page--user-register.tpl.php.

page--user-register.tpl.php changes the template for the page user-register, while page--user--register.tpl.php changes the template for the page user/register.

like image 74
Will Avatar answered Dec 09 '25 18:12

Will


I recommend using the theme developer module

It will show you all the template suggestions for any given page, and what to call them. Also make sure you are clearing your cache.

Also This is a great resource

like image 22
jwilcox09 Avatar answered Dec 09 '25 19:12

jwilcox09



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!