I have searched the usual places for the answer to this but have struggled to find any clue on if it can be done;
I have a parent site which has a list with a few columns like "site name" "description" "text1" "text2" ect. I have written an event receiver that when an item is added into this list, it then creates a subsite with the "site name" and "description", this all works.
I want to go further and create content in the sub site, on the main page and change the quick links on the left to be named from columns in the parent list. Is this possible? are there any guides or any pointers for how to do this?
Update* To be clearer, my question is really do I have to code all of this within my event receiver? if so any tutorials? OR can I do this on page while designing the subsite template then save that as a site template? the later would be my preferred choice.