OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How can I delete the Ranking column (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

How can I delete the Ranking column

phnoel (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
How can I delete the Ranking column 1 Year ago
Karma: 0  
Hello
How can I delete the Ranking column "Evaluation in french" in the view books?
Merci de votre aide
I'm using v 6.2.16 Free with joomla 5
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8374
graph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 12 Months ago
Karma: 102  
Hello

- Before add any changes - please do backup all files - which you will change - with that you will can return back work website copy!!
- These changes IN OrdaSoft Joomla Book library you may do only with help FTP or your control panel File manager.
- Please do this only only If you know PHP/CSS/HTML - other Please order this from us as customization service.
- After you will have added all changes - and you checked: all work like you need - please backup - all files which you changed - with that you not lost this at next Book library Update.

1 You need check which layout of Joomla book library you use
all layouts connected with type menu and located at folder:
{yours site}/components/com_booklibrary/views/
In your case you may use any form these layouts
{yours site}/components/com_booklibrary/views/books/tmpl/list.php
or
{yours site}/components/com_booklibrary/views/showCategory/tmpl/list.php

2 add to top of that file
after code:
Code:


if (!defined('_VALID_MOS') && !defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.');



code:
Code:


$params->def('show_rating', 0);



Regards
OrdaSoft team
Logged Logged
Last Edit: 2024/01/15 15:54 By admin.
The administrator has disabled public write access.
phnoel (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 12 Months ago
Karma: 0  
Thank you for your feedback
I have modified this file:
{my site}/components/com_booklibrary/views/books/tmpl/list.php
and the modification was only partial; cf image
Only the column content has disappeared, but the headers have not been modified.
There must be something else to modify, no?
Kind regards
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8374
graph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 12 Months ago
Karma: 102  
Which version of OrdaSoft Joomla books library you use ?

Please replace
Code:


$params->def('show_rating', '0');



to
Code:


$params->set('show_rating', '0');



Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
phnoel (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 12 Months ago
Karma: 0  
Yes! It's ok now
I use v 6.2.16 Free
Many thanks
Then is it possible to enlarge the size of book cover thumbnails?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8374
graph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 12 Months ago
Karma: 102  
Hello

If you say about change Book Cover size in layout for show 1 book.
You may change this in
admin->book library->Settings Frontend->BookLibrary Page Settings->Book cover size

If you need change this at All books -> List layout

You may do this at file:
website/components/com_booklibrary/views/books/tmpl/list.php

You need find rows look like:
Code:


alt="cover" border="0" height="80" width="60"



and replace them to row like
alt="cover" border="0" height="160" width="120"


Or with some other size - please backup this file before change - and after change - with that you not lost notting important

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