AdvancedContent
Posted: Sat Apr 18, 2009 2:55 pm
Hi,
i'm trying to improve the functionality of the content type "content".
I added some more params and changed some functions in the source.
All content items will be handled like content blocks.
(there is no default content anymore)
Additionally you can define what type the content block will be.
E.g. a checkbox, dropdown, mutliple select list, image...
You can also define in what tab the content block will be displayed.
So you can add some specific options.
You can also add an own tab where you can put in all the additional content blocks.
And last not least you can create tabs inside the tabs to group the content blocks in so called "block tabs".
I tested it with cmsms 1.5.2 and 1.5.4.
Works fine.
When working on that content type i realized, that the function GetPropertyValue() returns true if the property does not exist in the database.
That means when changing the content type of an existing page from content to my content type i get the value 1 of each additional content block.
Is this a bug?
i'm trying to improve the functionality of the content type "content".
I added some more params and changed some functions in the source.
All content items will be handled like content blocks.
(there is no default content anymore)
Additionally you can define what type the content block will be.
E.g. a checkbox, dropdown, mutliple select list, image...
You can also define in what tab the content block will be displayed.
So you can add some specific options.
You can also add an own tab where you can put in all the additional content blocks.
And last not least you can create tabs inside the tabs to group the content blocks in so called "block tabs".
I tested it with cmsms 1.5.2 and 1.5.4.
Works fine.
When working on that content type i realized, that the function GetPropertyValue() returns true if the property does not exist in the database.
That means when changing the content type of an existing page from content to my content type i get the value 1 of each additional content block.
Is this a bug?