Question about page numbers

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
macnorton
Bruji Friend
Bruji Friend
Posts: 19
Joined: Tue Aug 15, 2006 10:13 am

Question about page numbers

Post by macnorton »

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.
User avatar
Nora
Site Admin
Posts: 2155
Joined: Sun Jul 04, 2004 5:03 am
Contact:

Re: Question about page numbers

Post by Nora »

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:

Code: Select all

<!--IFIndex<div class="index"> [Divider: - ]</div>ENDIndex-->
You can also include the following CSS style to make it look like the DVDpedia index:

Code: Select all

<style type="text/css">
.index {
	text-align: center;
	font-size: 12px;
}
.index a {
	text-decoration:none;
}
</style>
(That part goes into the <head> part of the template.)
macnorton
Bruji Friend
Bruji Friend
Posts: 19
Joined: Tue Aug 15, 2006 10:13 am

Re: Question about page numbers

Post by macnorton »

Very cool. Thanks for the tip.
User avatar
Conor
Top Dog
Posts: 5345
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Question about page numbers

Post by Conor »

And I have updated the shipping template for the next version so that it also contains the index.
macnorton
Bruji Friend
Bruji Friend
Posts: 19
Joined: Tue Aug 15, 2006 10:13 am

Re: Question about page numbers

Post by macnorton »

Conor wrote:And I have updated the shipping template for the next version so that it also contains the index.
Very cool. Is this for all the Pedia's or just Cd?
User avatar
Nora
Site Admin
Posts: 2155
Joined: Sun Jul 04, 2004 5:03 am
Contact:

Re: Question about page numbers

Post by Nora »

The index was only missing in the CDpedia template so the others should be all set already.
Post Reply