Ask a questionAsk a question
 

QuestionAdd Meta Keywords in createpage.aspx

  • Friday, October 30, 2009 4:12 PMCinghios Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi All,
    I'm working with Publishing feature on MOSS 2007. I want to add a textbox in the createpage.aspx in order to permit the user to insert Meta Keywords during the creation of a page.
    Is it possible to do that without override all methods related to createpagepage class?
    Now I have inserted only the textbox with all its validator controls.
    Thanks in advance for your reply.
    • Moved byMike Walsh MVPMVP, ModeratorFriday, October 30, 2009 4:18 PMcustomization (of that .aspx file) rather than programming (of something completely new) (From:SharePoint - Development and Programming)
    •  

All Replies

  • Friday, October 30, 2009 5:04 PMFrank.Cleynen Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Cinghios,

    why do you want a metadata field to be filled in at this stage ? Maybe you can add a new metadata field to the (page) content type so users can fill it in right after they created the page itself.

    Greets,
         Frank
  • Friday, October 30, 2009 5:06 PMCinghios Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I know, but the metakeywords should be a required field and should not be possible create a page without setting the metakeywords.

    Bests
  • Wednesday, November 04, 2009 8:07 AMLily WuMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi

    I don’t think it is possible to achieve it without having a custom page.

    You need to create your own createpage .aspx.

    With textbox control being inserted, custom code is necessary.

    Thanks for your understanding!
    Best Regards!

  • Wednesday, November 04, 2009 9:14 AMChristian Stal Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, I think like you Lily, you have to make this with custom code.
    But, if you let your users to put in the metadata this at the second stage, and set the metadata as a requierd field, they can not check in or publish the page without to set a keyword, is that proper way for you?
    Christian Ståhl - www.sharepointdesigners.net