Situation.
Administrator's main task is to add and edit pages. He uses TinyMCE module for this task. So he should have ability to use rich formatting, so we have to force him to use Filtered HTML filter without Automatic line breaks feature.
User's can input information in only one way - they comment on nodes. So we have to force them to use Filtered HTML filter with Automatic line breaks feature.
Can I make the block setup diffrent for diffrent roles(I am going to have an ad block, but if you pay, t want it to go away, and by paying, you get a diffrent role). i want it to be by role, not user please.
Following up some really useful threads here, I've set up individual template files for different node types and a default.tpl.php in case something is missed. This all works fine, but as well as the node I have specified as "front", all the admin pages also fall into this category.
I want a different template for the admin pages. Can anyone explain why the admin pages come out as page-front?
I just realized that i want my categories in my profile.module output to be in order other than alphabetical. Then i realized that there does not seem to be a way to change that ordering.. Is this actually the case?