Ok here is my deal. When I upload to MobileMe on the DVDPedia side, I get page numbers on the top of bottom of each page:
http://homepage.mac.com/kevin_mcconnell/DVD/
However, if I do the same thing in CDPedia, I am not getting the page numbers. Is there a setting I missed on the CDPedia side? Or it is a software bug?
http://homepage.mac.com/kevin_mcconnell/Albums
Also, I haven't added enough items in GamePedia or BookPedia, but I have a suspicion it might be there as well.
Question about page numbers
Re: Question about page numbers
The index isn't included in the CDpedia Covers template, that's why it doesn't appear. To include it, select the template in the export feature and then hit the 'Edit' button. That'll create a copy of the template, name it 'MyCovers' and save the copy in a Templates folder in your CDpedia data folder. Open the MyCovers template with any good text editor and paste this line after the <body> tag:
You can also include the following CSS style to make it look like the DVDpedia index:
(That part goes into the <head> part of the template.)
Code: Select all
<!--IFIndex<div class="index"> [Divider: - ]</div>ENDIndex-->
Code: Select all
<style type="text/css">
.index {
text-align: center;
font-size: 12px;
}
.index a {
text-decoration:none;
}
</style>
Re: Question about page numbers
Very cool. Thanks for the tip.
Re: Question about page numbers
And I have updated the shipping template for the next version so that it also contains the index.
Re: Question about page numbers
Very cool. Is this for all the Pedia's or just Cd?Conor wrote:And I have updated the shipping template for the next version so that it also contains the index.
Re: Question about page numbers
The index was only missing in the CDpedia template so the others should be all set already.