Fast way to add multiple pages???
Last Post 05/31/2009 3:39 AM by Lee Sykes. 2 Replies.
Author Messages
Steve
Nuke Active Member
Nuke Active Member
Posts:33


--
05/28/2009 5:46 PM
    I'm working on a dnn project that will have LOTS of pages (50k plus eventually). There will be about 3200 parent pages, each with a set of 10 or 12 child pages. The set of child pages are identically named (differing content though) for each parent. I'm wondering ... there has to be a way to do some mass page creation in dnn. I've not seen it referenced, and I'm not savvy enough to edit or query the sql database directly, but I thought I'd ask and see if anyone here has an idea! Any feedback is quite appreciated!
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    05/29/2009 6:56 AM
    IF you know SQL and you study the Tabs table you should be able to do it. You will have to set ParentID and PortalID for each tab you create, but it looks that the other columns are self-contained and do not refer to other tables. You will have to set Level, too.

    I believe I did read that there may be a restriction that TabName be unique across a portal.

    May I ask about the application that requires all of this? Is there possibly an alternate approach?

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    05/31/2009 3:39 AM
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---