I too am trying to create a area template.I tried this article but it didnot work.http://www.msd2d.com/Content/Tip_viewitem.aspx?section=SharePoint&category=Development&id=bf97292f-7bdb-47a2-bfb8-5ca8062bc1bddoes anybody know how to go about this?
looks like I have not posted my question right.I want to be able to save an Area as a template so that I could useit to create future Area using the same template.I tried all these post:http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?section=Sharepoint&category=Development&id=35ac0159-ae53-47b6-b97a-0bb3d4c3d38dhttp://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?section=SharePoint&category=Development&id=bf97292f-7bdb-47a2-bfb8-5ca8062bc1bdhttp://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?section=Sharepoint&category=Development&id=e9c57bcd-5118-4787-827f-7db354f4c363http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?" target="_blank" rel="nofollow">http://www.msd2d.com/Content/Tip_viewitem.aspx?section=Sharepoint&category=Development&id=79325d76-8b04-4181-aa26-9d481857730cI was not successful.I am sure people have been very sucessful in saving an Area as atemplate.
Did you issue a IISRESET on the server after making changes to the XMLfiles?
I did restart the IIS and then also went ahead and restarted the Server, but noluck.I could find only the default seven Area templates in the template section.were you sucessful with the same.
The solution is to change the value of_locID@Title="webtemp_title_spscommu0"_locID@Description="webtemp_desc_spscommu0"To something like_locID@Title="webtemp_title_spsmcwevents0"_locID@Description="webtemp_desc_spsmcwevents0"Just issue IISRESET, no need to restart the server
Thanks a ton it did work, now I need to figure out how to add some webparts tothis template.is it rightly mentioned in the MSD2D document?
This gets more complicated, you need to change onet.xml file storedunder the XML folder of your templateModify the tag <module> <file url="default"> and add a line for each webpart<AllUsersWebPart ...../> your web part information </AllUsersWebParT>The best way is to export your web part and copy the web part definitionfile
Yes Indeed this is getting more complicated, looks like I am getting lost....I know I am asking for more, but could I have a small example of how to go aboutthis?I have never worked with this ONET.XML file...