Creating a list in which content editor can add/or remove items
Hi all,
I need to create a list (lets say for example different brands that a company sells) and make the content editor have the ability to edit that list by adding brands or removing ones.
I want to have a tab under content to the corresponding page whare all the brands are listed and with a text box where the user can add a new one + add a url link to it..
How can i achieve this? I a quite new to umbraco...understand a bit using XSLT and its conditions.
Creating a list in which content editor can add/or remove items
Hi all,
I need to create a list (lets say for example different brands that a company sells) and make the content editor have the ability to edit that list by adding brands or removing ones.
I want to have a tab under content to the corresponding page whare all the brands are listed and with a text box where the user can add a new one + add a url link to it..
How can i achieve this? I a quite new to umbraco...understand a bit using XSLT and its conditions.
Any idea how can i start this?
Many Thanks
Sam
Sam,
What version of umbraco are you using? If 4.5,2 onwards then take a look at uComponents http://our.umbraco.org/projects/backoffice-extensions/ucomponents and the datatype http://ucomponents.codeplex.com/wikipage?title=MultiNodeTreePicker&referringTitle=Documentation that can list your brands nodes and make them selectable.
Regards
Ismail
Hi,
Im using 4.5.1 version.
is working on a reply...