Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Creation of sites thru CCS
Aryan
Is it possible for one to create a site thru the CCS interface????
Find more posts tagged with
Comments
Aryan
I am aware that it is not possible OOTB. But is there any customization that would make this possible?
the pic.doc
wscott
There's no officially supported way to do this. However...
Within a portlet JSP, you could render a widget:link tag with the command, iw.livesite.ccpro.create_site and a workarea vpath as the vpath parameter. It should produce a URL that looks something like this:
http://localhost/iw-cc/command/iw.livesite.ccpro.create_site?vpath=//wscottw2k3/default/main/WORKAREA/test1
The widget:link tag is part of UITK and you will need to access the Interwoven taglib documentation for info on how to configure it. Alternately, normal link pointing to a URL like the one above should work, although not as well (it won't do the permission checking until it gets submitted, for example).