How would i extend a default backend section (such as media)
We have some usercontrols that handle images that we need to re-use for a website...
is it possible to load the usercontrols as additional items under the existing "Media" section?
I've read about creating new sections and have done a little test case, but don't immediatly see how i would add 2 admin pages to the existing "media" section
You could just add them to the media dashboard section. Or create them as datatypes (will need some more details on the controls to advise a correct approach).
If I understand correctly, then your are looking for a way to use the usercontrols the same way that you use images?
This can be done just by creating a Macro, that points to your usercontrol. On the macro you can allow users to insert it into for example a richtext editor, thus inserting it into a page.
I'd go with Tim's solution, build user controls to do whatever is required and register those as dashboard controls in the media section. All those 'admin pages' will be available to anyone with access to the media section.
How would i extend a default backend section (such as media)
We have some usercontrols that handle images that we need to re-use for a website...
is it possible to load the usercontrols as additional items under the existing "Media" section?
I've read about creating new sections and have done a little test case, but don't immediatly see how i would add 2 admin pages to the existing "media" section
Kind regards,
Rik
You could just add them to the media dashboard section. Or create them as datatypes (will need some more details on the controls to advise a correct approach).
If I understand correctly, then your are looking for a way to use the usercontrols the same way that you use images?
This can be done just by creating a Macro, that points to your usercontrol. On the macro you can allow users to insert it into for example a richtext editor, thus inserting it into a page.
Have I understood correctly?
Actually, we just need to find a way to add some "admin pages" to the backend "media" section.
It's a kind of digital asset management system, but the images are only used in other custom usercontrols (not in the page content)
so i'm looking for a way to add pages in the backend "media" section, so i don't have to create a seperate section for them.
I'd go with Tim's solution, build user controls to do whatever is required and register those as dashboard controls in the media section. All those 'admin pages' will be available to anyone with access to the media section.
Cheers,
/Dirk
Thanks, that worked fine for adding additional tabs to the media sections!
Is there also a way to have it included in the left area where all the media nodes are shown?
Rik,
In that case - as tim has pointed out - you could create a custom datatype and add that to a new or existing media type.
Hope this helps.
Regards,
/Dirk
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.