hnueke,
I made the adjustments relating to the language that you suggested but the problem persists. The index does not appear on the page.
As you requested I put the code also megazine.mz3.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book SYSTEM "http://megazine.mightypirates.de/megazine.dtd">
<book plugins="anchors, console, backgroundsounds, batchpages, elementids, gallery, javascript, keyboardnavigation, links, navigationbar, options, overlays, password, slideshow, swfaddress, titles"
bgcolor="0xbba978" dragrange="80" pagewidth="400" pageheight="600" lang="en,de,pt-BR" reflection="false" maxscale="2" minscale="0.25" >
<background>
<!--
Note: if it bothers you, you may delete the "Powered by MegaZine3" link by removing the following box tag.
But we would appreciate it if you'd leave it in to spread the word. Thanks!
-->
<box background="image(gui/engine/poweredby.png)" width="160" height="45" anchors="pw-w,ph-h" url="http://megazine.mightypirates.de/" target="_blank"/>
</background>
<chapter>
<page stiff="true" anchor="cover">
<img src="src/cover_front.jpg" aa="true" width="400" height="600"/>
</page>
<page>
<img src="src/cover_front_in.jpg" aa="true" width="400" height="600"/>
</page>
<page>
<img src="src/contents.jpg" width="400" height="600"/>
<nav align="left" color="#423e21" hover="#5e5934" width="400" left="20" top="30">
<lnk lang="en" url="anchor:download"><![CDATA[<font face="serif" size="13">download</font>]]>
</lnk>
</nav>
</page>
<!--GABINETE FOLHA 01/15 -->
<page anchor="download">
<img>
<src lang="en">src/en/page_download.jpg</src>
</img>
<area left="140" top="270" width="120" height="26" url="../../download/mz3v135.zip" overlay="none">
<title lang="en">Download the latest version (1.35)</title>
</area>
</page>
</chapter>
</book>For me a new suit. I found the "console"
After opening the book, ran the "console" and the codes that appear are:
[Megazine] System : Megazine version 2.0.2 initializing...
[Megazine] Notice: Begin loading XML data from file 'file:///c|/anuario/megazine.mz3'.
[Megazine] Notice: Parsing settings: step 1 (engine settings).
[settings] System: disabling notices.
[Localizer] Warnhg: could not load XML data for localization: Error #2032
I will highlight the piece of code that does not appear on the page as it should, on the index.
<page>
<img src="src/contents.jpg" width="400" height="600"/>
<nav align="left" color="#423e21" hover="#5e5934" width="400" left="20" top="30">
<lnk lang="en" url="anchor:download"><![CDATA[<font face="serif" size="13">download</font>]]>
</lnk>
</nav>
</page>Only appears on page contents.jpg, but the link to "anchor: download" does not appear and the problem continues.
Bye