Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: Healing Beyond Medicine on 09 December 2019, 16:48:22

Title: Removing 'REVIEW' in the header of the subscribtion
Post by: Healing Beyond Medicine on 09 December 2019, 16:48:22
After selecting a book the description is presented, starting with a H3 REVIEW
Is it possible to remove this label and if so, can you explain to me the 'how and where' to do it ?

I have been looking in all kind of files but I am not a technician, so I don't dare to 'trial and error' too much ...

Thanks !
Philip

https://ethealing.nl/nl/library-for-human-et/4-civilizations-open-contact/13-annunaki
Title: Re: Removing 'REVIEW' in the header of the subscribtion
Post by: federica on 12 December 2019, 09:33:25
Hi Philip,
you can change the word "Review" by language override (using another word or left blank for COM_ABOOK_REVIEW) or hide that h3 tag by css.

Otherwise you have to delete line 347 of components/com_abook/views/book/tmpl/default.php (abook 3.1.5)
<h3><?php echo JText::_('COM_ABOOK_REVIEW');?></h3>
But I suggest to use template override instead modify original file