You need to Register for free and Login to post a message in the forum.

Forum

Auto create pages and content
Last Post 2010-05-17 09:03 PM by Dave Hassall. 11 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-02-13 11:20 AM  
I have a 6,000 page PHP website that I am about to rebuild in DNN. The majority of the pages are auto generated, a bit like a mail merge; to generate personalised geographically unique pages e.g. Hairdresser London, Hairdresser Manchester. Does anyone know if this can be achieved with DNN by “publishing” information straight to the database? Alternatively does anyone know of a good book / info site that give details of how the back end database operates?
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-02-13 11:24 AM  
Just found this - I will review and see if it gives me clues
http://www.dnncreative.com/Tutorial...fault.aspx
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9309
Avatar

--
2010-02-13 03:42 PM  
If that's not enough ... please give more details on how you want these pages to look.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-02-13 05:55 PM  
The videos mentioned above were a brilliant pointer. Still got investigations to do but.. When a page is created it produces entries in the Tabs and TabPermission tables. When you add a module to that page then there is an entry into the TabModules table. There is also an entry into the Modules Table. You can then track to the table that controls the specific module type - in my case HTMLTEXT. There is a field in there that holds all the data (RAW HTML) which in theory can be cut and pasted to form a template for the auto-generation of text on your page. I'm guessing at this point if you use a Page Template to generate the page you just need to work out the number of modules on the page to know which ones to poke. That is you create a page and add a text/HTML module then in rough terms it'll go TadId=1 ModuleID=1 next page 2 and 2, 3 and 3 But if the page contains 3 modules then you would get TabID=1 ModuleID=1,2,3 TabID=2 ModuleID=4,5,6 Assuming The 2nd module was your module of choice then you would create you Excel file or your Access / VB program to cut/paste or SQL update ModuleID 2, 2+(1x3), 2+(2x3) etc etc. that is 2,5,8 Brilliant
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9309
Avatar

--
2010-02-14 12:27 AM  
Seems like you are on the right track ...  good luck!

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-02-23 10:39 AM  
Joe and Lee I've just spent some time looking at the videos on Shadow Pages BRILLIANT :-). I've been caught out in the past with "include on every page" but this concept is amazing. When you trully realise the POWER of the database driven website this becomes amazing
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-02-24 03:40 PM  
Hi I have successfully added pages and modules to a site purely through SQL. So far it has proved a relatively straight forward process. I have achieved this through SQL Server Management Studio Express and just recently by connecting Access 2007 to my hosted SQL database The next test is to query an Access Database and append records to the SQL database to create pages. Then Modules...... Watch This Space
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-03-03 11:17 AM  
Keep us posted Dave, this could be useful for everyone!
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
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-03-18 10:46 AM  
CAUTION - I am also adding pages to the site manually (Page Functions Add) but I am finding after adding the pages I need to restart the application for them to appear on the menu. I will investigate further
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9309
Avatar

--
2010-03-18 05:15 PM  
Are you using the DotNetNuke menu or another one?

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-03-19 11:53 AM  
Hi Joe DNN Out of the box version 4.9 Login as Host with Firefox to create and IE8 to monitor, CTRL - F5 on both platforms but need to Host - Restart App I can give you access to the site / login if you would like to play
Dave HassallUser is Offline
Nuke Pro
Nuke Pro
Posts:81

--
2010-05-17 09:03 PM  
Progress is being made. I have the challenge to build pages based on post code area e.g. BH, OX and EX etc In an Access 2007 application I have created a single entry in a table by selecting the TABS table and making a table. By building a query that has a list of post codes in one table and the single entry in another you get a list of all the pages that needs a post code entry. The bits that needs customising e.g. Hairdresser_in_OX is achieved by using the Acess build command This neatly generates the pages. By sampling a completion event in DynamicForms I can link a drop down selection to the autogenerated pages. This will save hours.... More to come as I progress further and add Catalook product pages to these pages
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

DNN 6.2 by Sameer
Hi All i am using dnn 6.2 beta version for my demo site i need to custmize the 4 modules in that
RE: Deploying dnn by Sameer
Thanks a lot so kind of you
RE: Unable to Create Skin Package by schilders
Joe, When I click the Edit icon next to the skin package on the Host Extensions page, I receive t
horizontal main and submenu items by Dan Glanton
I found a very good tutorial on horizontal main and subitems in DNN Creative, but what about if you
RE: Skin creation - Menu questoni by Joseph Craig
This has to do with the structure of the elements that make up the skin and the CSS. Most likely, y
Skin creation - Menu questoni by CDMeyer
I have a skin and when I add more menu items to the nav bar than can fit in one row of nav, the seco
RE: FCK Editor in DNN 6 by Pingle2009
Just to follow on from Joe's reply, the 'official' line seems to be that not only that the old FCK E
RE: Slice a Site by Dan Glanton
Thanks, I'll look into that when I get a chance.
RE: Creating structured page content by Stephen Bugden
Thankyou very much Joe, I will take a look at your suggestions.
RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
I googled a bit and found that this is a messy problem. Possibly the best solution will be to giv
RE: Subpages or dropdowns navigation is going behind this flash by vijendra
Pls check the attachment. That Iframe code we are using and subnavigations are goind behind that.
RE: Rename or move site from domain name to subdomain name by Bill Quinn
Hi Joseph, Thank you so much for your reply. I will be able to implement this later in the we
RE: Creating structured page content by Joseph Craig
Take a look at the DotNetNuke Reports Module, the DotNetNuke Form & List Module, SGSV from Tresslewo
RE: Subpages or dropdowns navigation is going behind this flash by Joseph Craig
It looks like your iframed content may have a z-index that puts it on top of the menu. I can't id
Subpages or dropdowns navigation is going behind this flash by vijendra
Hi, Subpages or dropdowns navigation is going behind this flash. Pls check the url below http://www.
RE: user adding images by rod lloyd
That worked, thank you. I did not expect those permissions to be in File Manager. I note a
RE: Unable to Create Skin Package by Joseph Craig
To be quite honest, I've never used this functionality to create a skin. What I usually do is cre
RE: Unable to Create Skin Package by Joseph Craig
I'm confused by this, too.
RE: Unable to Create Skin Package by schilders
We are running DNN 6.x
RE: Unable to Create Skin Package by Joseph Craig
Which version of DotNetNuke are you using?
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds