Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsWikiWikiexport wiki to book / reportexport wiki to book / report
Previous
 
Next
New Post
12/16/2009 9:08 PM
 

Maybe I use the reports module for this? 

However, it'd be nice to be able to export the wiki into one large HTML file with a numbered index of topics in alphabetical order.

i.e. I'd like to have multiple authors working on a handbook with linked topics, and then be able to print it off.  Is there a way to do this with the Wiki module?

Thanks!

 
New Post
12/16/2009 10:20 PM
 

Awesome, I think my first hunch was correct.

It seems to be possible using the Reports module.  I'm using the tutorial at  http://blog.theaccidentalgeek.com/post/2009/03/27/DNN-Tips-and-Tricks-10-Reports-Module.aspx

 

Here's the SQL I 'm using to find the most recent Wiki.  Just change the module ID for your wiki

SELECT dbo.Wiki_Topic.Name, dbo.Wiki_Topic.Content, dbo.Wiki_Topic.UpdateDate
From dbo.Wiki_Topic
WHERE dbo.Wiki_Topic.ModuleID=###
AND dbo.Wiki_Topic.Name<>'WikiHomePage'
ORDER BY Name

 

I'm going to try to use the tutorial to format it into a book...

 
New Post
12/17/2009 10:30 AM
 

 m, that should be possible using the SQL, though if you want to pull in more info and format it differently you might need to do some coding to format the HTML accordingly.


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
12/18/2009 5:45 PM
 

Thanks Chris

I got it figured out.

Now I'm having troulbe formatting the text using XSLT.  If I can't use XSLT, it's a little difficult to make all the formatting I want to do in plain HTML.

I have it mostly figured out at http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/136/threadid/345867/scope/posts/Default.aspx

Thanks again!

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsWikiWikiexport wiki to book / reportexport wiki to book / report


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out