I was in dilema between posting here or in Converting to Drupal.

My problem is this: I am creating a new webpage in drupal and i need to create about 400 pages with with information from a database. And these pages must be editable from some specific users. These users can also add more of these kind of pages. These users can edit only their own pages.

What the best way to implement that? I have been reading a lot of articles and documentation but i haven't come with a good conclusion.

Comments

yelvington’s picture

... no coding is necessary. Create an appropriately structured content type. Dump your database as CSV (or XML or some other supported format) and import your data using Feeds. Assign editing permissions appropriately.

Jon Sh’s picture

First thanks a lot for guiding me.

But i have the issue how to give permission to these users. As i said before each user need to edit his own pages/nodes. Actually i want to create these users.

So the idea is that i have Races and organisators. Organisators can edit their own races. I already have all races infos including organisator names.

PS: After this step i want to make normal users pay to register into these races.