adding text to node/add/blog page
Simon L. - January 25, 2007 - 19:08
How do I add text that users can see on the node/add/blog page? I just want to display some instructions, and the help text box is not big enough.
Thanks,
Simon
How do I add text that users can see on the node/add/blog page? I just want to display some instructions, and the help text box is not big enough.
Thanks,
Simon
You might try the help tip module
The help tip module allows you to place a block on a page an display help approriate to that page. To use you will need to add a new region to your theme that sits above the content area.
You might do this...
.. disable the normal node/add/blog.
Make your own node that is added to a custom menu element. (through Menu settings in node/add/blog page for admin)
In this node you can what ever content you have and then a link to node/add/blog.
This way you can add what ever text....
The usernodes project allows
The usernodes project allows you to specify a text block on a per content type basis - would that help?