Difference between revisions of "User talk:Ccornell"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New Template problem)
Line 13: Line 13:
  
 
I'm having a bit of difficulty getting the revised template to show the next page in a document. Could you have a look at [[Template:Documentation/ImpressFormattingTOC]]? Everything else seems to be working okay, I just can't seem see what I'm missing on that part. --[[User:Kirk|Kirk]] 03:24, 13 December 2007 (CET)
 
I'm having a bit of difficulty getting the revised template to show the next page in a document. Could you have a look at [[Template:Documentation/ImpressFormattingTOC]]? Everything else seems to be working okay, I just can't seem see what I'm missing on that part. --[[User:Kirk|Kirk]] 03:24, 13 December 2007 (CET)
 +
 +
: You have implemented the TOC correctly.  When you look at the TOC page itself, you will see it shown as you see it on the link above (the raw TOC, not the TOC as it is shown when included in a content page).  The Next and Previous page parts of the TOC will show (in the raw TOC) as <nowiki>[[{{{PrevPage}}}|< Previous Page]]</nowiki> and <nowiki>[[{{{NextPage}}}|Next Page >]]</nowiki> on the TOC page itself - this is because the variables for the Next and Previous pages have not yet been given to the template. 
 +
: When the TOC is included in a content page and you pass the Next and Previous variables, the links will be created on the content page. --[[User:Ccornell|Ccornell]] 11:49, 2 January 2008 (CET)

Revision as of 10:49, 2 January 2008

Hello,

I tried to setup the menu structure for the second chapter. But I seem to run into trouble in that I can't figure out how to get the pages within the chapter to show up in the menu. Could you check to see what I'm doing wrong?

--Kirk 00:45, 18 July 2007 (CEST)

Nevermind, I seem to have figured it out. --Kirk 00:35, 19 July 2007 (CEST)
It's a little complex to begin with, but once you see the pattern of how the TOC works, it starts to make sense :-) I made a small change to the template - changed max-width to just width. Internet Explorer is a broken browser, and does not respect CSS standards very well. It doesn't know max-width, so the easy solution is just to use a fixed width for the TOC. --Ccornell 08:41, 19 July 2007 (CEST)


New Template problem

I'm having a bit of difficulty getting the revised template to show the next page in a document. Could you have a look at Template:Documentation/ImpressFormattingTOC? Everything else seems to be working okay, I just can't seem see what I'm missing on that part. --Kirk 03:24, 13 December 2007 (CET)

You have implemented the TOC correctly. When you look at the TOC page itself, you will see it shown as you see it on the link above (the raw TOC, not the TOC as it is shown when included in a content page). The Next and Previous page parts of the TOC will show (in the raw TOC) as [[{{{PrevPage}}}|< Previous Page]] and [[{{{NextPage}}}|Next Page >]] on the TOC page itself - this is because the variables for the Next and Previous pages have not yet been given to the template.
When the TOC is included in a content page and you pass the Next and Previous variables, the links will be created on the content page. --Ccornell 11:49, 2 January 2008 (CET)
Personal tools