OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Change Book Details Heading (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Change Book Details Heading

ginniss (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Change Book Details Heading 11 Years, 8 Months ago
Karma: 0  
Hi

I am struggling to remove the title and pdf/print/email links from the header in the book detail view. See below:



Can you tell me how to remove these fields.

Many Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change Book Details Heading 11 Years, 8 Months ago
Karma: 101  
hello,

In Book Library setting you ma set show or not these buttons (as PDF) and for what users groups

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
ginniss (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Re:Change Book Details Heading 11 Years, 8 Months ago
Karma: 0  
Hi

Many thanks for the guidance. I have now deactivated the buttons. Can you also tell me how/where I can to remove the blue text book title.

Many Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change Book Details Heading 11 Years, 8 Months ago
Karma: 101  
Hello,

For remove that title from book detail page.
You need open file:
{yours site}/components/com_booklibrary/booklibrary.html.php
function displayBook

and in it remove below rows.
Code:

<div class="componentheading<?php echo $params->get( 'pageclass_sfx' ); ?>">
<?php echo $currentcat->header;  ?>
</div>



But first please backup that file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»