About updating see Kenmcd answer above
boniaditya wrote: I don't want to change all of them. I want to keep them intact , take a copy of them and then change the "type" of the copy. So that i can display them in another style i.e. show fields selectively.
I would like to change the type of selected items and does it make a difference if i am changing all of them or a subset???
-- Please note that -now- massive changing of Content Type via the interface is not supported (
despite being easy to add)
-- It could be done by phpmyadmin via a targeted SQL query that changes the typeid column of table flexicontent_items_ext
So your are duplicating content ?
So the field values will remain unchanged after duplication? (you want to have 2 items with same content? )
Maybe it would be better to do it via template
e.g. to use different category Template layout you assign your item to 2 categories :
category1 will use template1 to display some fields
category2 will use template2 to display some fields
the category list of of category1 will also append a variable to the item URLs:
&ilayout=template1
the category list of of category1 will also append a variable to the item URLs:
&ilayout=template2
thus the items clicked will also use different item Template layout