Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: impress on 31 July 2012, 01:52:49

Title: Catalog number
Post by: impress on 31 July 2012, 01:52:49
How do I get the catalog number to display on the front end for book information?
Title: Re: Catalog number
Post by: federica on 05 August 2012, 18:01:19
Hi impress,
I will fix this bug on the next version, now you can see the numeric catalog number only.
To fix this bug modify <your_site>/components/com_abook/views/book/tmpl/default.php
row 126
from
<?php if ($this->book->catalogo!=0){ ?>
to
<?php if ($this->book->catalogo!=""){ ?>

Bye bye