Posted by bjc5070 on March 21, 2011 at 11:00pm
I am currently using acquia prosper. I have a custom login block, I want it to appear next to my header image. As far as i know this requires editing one of my .php files. Im not the best with those. I have done a few patches and snippets, I know this should be pretty easy I just dont know how to do it. Any help would be greatly appreciated.
Comments
Looks to me
like Acquia Prosper already has a region defined in the header. Go to admin/build/block, find your custom block, and place it in the header region. Then use CSS to limit it's size and position it to the right.
If your theme doesn't have a region in the right place to put the block in, you can add a new region to the page or node template, embed the block directly into the content region or template file, or use a tool like Panels, depending on your application.
sorry.
I feel dumb. thanks.