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
Re:How can I delete the Ranking column 10 Months, 1 Week ago
Karma: 0  
Perfect ! Thank you.
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 9 Months ago
Karma: 0  
good morning,
The last component update removed the changes that had been made.
I can't create a substitution. Is this possible? How can I do it?
Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8366
graph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 9 Months ago
Karma: 102  
Hello

Any update - will remove customization changes. Because of that - you need do BACKUP - every time before update. It important - if you know: "You added some customization change to code" !!!!
Also best do site backup as small 2 times per month - that permit - return to correct website copy if some error appear (your site was hacked or some hosting error or some mistake )

Also Joomla permit in template - override all Views files - this also permit more forecast fo update.

1. Please do backup - of current files - with that you not lost what have now.
2. Please check your last Backup - may be there you have files with ypourcustomization changes - so you may return them
3. Please ask Backup copy of your site - from your hoster - Now very many host companies - create Backup of websites self clients

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 9 Months ago
Karma: 0  
Okay for the backups, but how do I override the components/com_booklibrary/views/books/tmpl/list.php file?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8366
graph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 8 Months, 4 Weeks ago
Karma: 102  
Hello

any update will override all file at update time
If you need create new template file
You need as example:
1:
file
website/components/com_booklibrary/views/books/tmpl/list.php
copy to file
website/components/com_booklibrary/views/books/tmpl/listM.php
and in at time create menu to frontend at menu ->Bools->params - select "listM" as your View

or

copy
website/components/com_booklibrary/views/books/tmpl/list.php
to
website/templates/html/com_booklibrary/books/tmpl/list.php

And your file from template will use for show VIEW from books menu item

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
jack (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:How can I delete the Ranking column 2 Weeks, 6 Days ago
Karma: 0  
phnoel wrote:
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

Hello! To delete the "Ranking" column (like "Evaluation" in French) from the books view in Joomla, you’ll typically need to modify the view template file associated with the extension you’re using. Here's a general approach:

Locate the View File: In your Joomla installation, go to the template file for the component managing your books (usually found in components/com_yourcomponent/views/books/tmpl).

Edit the Template File: Open the main template file for the book listing view (often called default.php). Look for the code that outputs the "Ranking" or "Evaluation" column and delete or comment it out.

Save and Refresh: Save the file and refresh your page to check if the column has been removed.

If this doesn’t work or if you’re not sure where to find the exact file, let me know the component’s name, and I can provide more specific guidance!
Logged Logged
Last Edit: 2024/11/01 14:00 By admin.
The administrator has disabled public write access.
Go to top
»