I would like to do the following on a drupal 5 website:

* When a user is creating or editing a page, they can only add text to certain part of the page (eg the left hand side) and only add a picture to a certain part of the page (eg the right hand side).

This is to try and keep all pages consistent as many users will be contributing. I know you can tell users to post the way you want them to, but I would like a technical solution so this can be enforced.

Is there a module or anyway to do this?

Does that make sense?

Regards
Sam

Comments

staino83’s picture

Does anyone understand what I mean? Basically i need to be able to create editable areas within the text field - allowing text only in 1 section and images in another section.

Regards

onman’s picture

You might want to try to use the panels module. With this module you can display 2 (or more) nodes or views on 1 page.
You'll have the users create 2 nodes: one with text and one with a picture.

staino83’s picture

THanks - ill check this module out right now