Visualizzazione del numero di catalogo nella lista libri

Started by melomitru, 05 December 2018, 16:06:26

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

melomitru

Ciao a Federica, piccola richiesta:
è possibile inserire anche il numero di catalogo nella visualizzazione della lista dei libri?
Ti invio una immagine per farti capire cosa intendo.
Grazie di tutto!

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

melomitru

Abbiamo risolto: nel File \components\com_abook\layouts\category\items.php

Sostituire riga 70
<?php if ($params->get( 'show_year',1 )==1 || $params->get( 'show_bookcat', 1 )==1||$params->get( 'show_cat_tags', 1 )==1||$params->get( 'show_hits',1 )==1||$params->get( 'view_rate',1 )==1||$params->get( 'display_category_comments',1 ) == 1||$params->get('show_catalog', 1)==1) {?>

Dopo la riga 74
<?php } ?>
<?php if ($item->catalogo!="" && $params->get('show_catalog', 1)==1){ ?>
<dd>
<strong><?php echo JText::_('COM_ABOOK_CATALOG');?>: </strong><?php echo $item->catalogo;?>
</dd>

melomitru

Ecco il risultato nell'allegato:

federica

Grazie per aver condiviso la modifica!
La implementerò appena possibile.
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9