Hi,

As you definitely will notice I am a novice in Drupal, PHP and everything. All I have is a idea. To the problem.

I would like to add a custom page for the Admin only. This page template contains a certain css file and shall be used by the Admin and for a Page only.
I read in the Forum that this is supposed to be working and easy. Easy depends on the point of view, I did not understand how to do it.

Anyone willing to help me to solve this?

Thanks in advance

Comments

Scourge’s picture

Take a look at the nodeaccess or simple access modules.

frerin’s picture

Thanks for the access stuff. I certainly will use it for some other stuff. I see that I was not able to point out my problem.

All pages written by "Creature" shall e.g. have a red Paragraph Text.

What I can:
E.G. Creature posts a page with node number 555. I can go to the themes folder and create a template "page-node-555.tpl.php" and in this node the Text will be red.

What I cannot do right now, but want to:

Creature posts a page and every page he ever posts has red Text.

Is there something like "page-name-creature.tpl.php" where Drupal looks up the authors name of the page and does not look into the defailt page.tpl.php, but into the special template?