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!