Styling the Register page
Permalink
I have duplicated the register.php page, placed into single_pages directory and changed the site_theme_paths page in config to aim at my theme.
Still doesn't pick up the styling.
And also how do I replace the C5 logo with my own on the register page?
Thanks in advance.
Still doesn't pick up the styling.
And also how do I replace the C5 logo with my own on the register page?
Thanks in advance.
It sounds like that should work. The first thing I'd try would be clearing the site cache.
You could also try a different approach and override register.php in your theme. Make a copy of view.php in your site's theme folder and rename it register.php. Remove the php block that contains print $innerContent and then paste all the code from the default register.php into it. That should override the default page.
If you're interested, Andy and Franz discussed this solution today on Totally Random. Check it out at about 41 minutes in:
http://www.ustream.tv/recorded/14674575...
Let me know if that helps!