reusing content Options
Tobbi
Posted: Thursday, November 13, 2008 1:10:34 PM
Rank: Newbie

Joined: 9/9/2008
Posts: 23
Location: Copenhagem
Hello

i'm still kinda new to Umbraco and would like some advice on how to approach the following task.

I have to make some categories containing assignments. Some of these assignments can appear in several categories, so some of the assignments can be copied / duplicated from other categories.

The problem with this is maintaining the data... if you copy content, then you have to update it several places. Any solutions on how to avoid this ? Is it at all possible.... the idea is to update content 1 place only, and the 'copies' get updated as well.

I'm looking for a some general idea's that can point me in the right direction. :)

an example could be something like this:

Home
|-------> Categories
....................|--------- > Category 1
....................|.....................|------------> Assignment 1
....................|.....................|------------> Assignment 2
....................|.....................|------------> Assignment 3
....................|----------> Category 2
..........................................|------------> Assignment 1
..........................................|------------> Assignment 4

etc.

Dirk
Posted: Thursday, November 13, 2008 2:23:37 PM

Rank: Umbracoholic

Joined: 9/27/2007
Posts: 1,123
Location: Belgium
Hi,

I'd go for:

- Create a new folder to hold all assignments
- Add a MultipleContentPicker datatype to the 'Category' doc type. Use property of that datatype to 'pick' the 'Assignment' nodes from the 'Assignment' folder.

Here's a post about the multiple node picker made by Lefteris:

http://forum.umbraco.org/yaf_postst2585_New-Multiple-Node-Picker-with-StartNode-and-custom-visible-properties-by-Lefteris.aspx

Has some download links as well.

Hope this helps.

Regards,
/Dirk


level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.