Tagged Questions
1
vote
3answers
2k views
How do I add custom column to existing WSS list template
I need to use feature stapler to add some text columns to Posts list inside OOTB blog site definition. I plan not to use site columns, but only to add those columns to list (I don't use site columns ...
0
votes
3answers
200 views
Adding Web Part with Stapling Feature
I have a problem adding web part to a blog default.aspx with stapling Feature. this is my code:
try
{
SPWeb web = (SPWeb)properties.Feature.Parent;
//SPFile thePage = ...