OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Remove the display category

mimimike64 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
remove the display category 10 Years, 12 Months ago
Karma: 0  
Bonjour, comment enlever l'affichage de la catégorie sur le haut des page ?
Merci

Hello, how to remove the display category at the top of the page?
thank you
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:remove the display category 10 Years, 12 Months ago
Karma: 101  
Hello,

sorry, I not understand what you mean, please give image description.

If you mean remove BreadCrumb with categories - for every page, you may turn off it with help Joomla Module manager

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
mimimike64 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:remove the display category 10 Years, 12 Months ago
Karma: 0  
Merci, ...voir l'image jointe ..... et s'il faut modifier un fichier, veuillez m'indiquer le chemin.

Thank you ... see the attached picture ..... and whether to modify a file, please tell me the way.

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:remove the display category 10 Years, 12 Months ago
Karma: 101  
Hello,

Please, in vehicle manager Pro for all layout for one category responsible files in folder:
{your site}/components/com_vehiclemanager/views/alone_category/tmpl/

in yours case that "default.php", you may edit it for change how all look

Please find rows:
Code:

                   <?php if (!$params->get('wrongitemid')){
                      echo $currentcat->header;
                    }
                    else{
                     $parametrs=$mainframe->getParams();
                     echo $parametrs->toObject()->page_title;
                    }?>


and replace to:
Code:

                   <?php if (!$params->get('wrongitemid')){
//                      echo $currentcat->header;
                    }
                    else{
                     $parametrs=$mainframe->getParams();
                     echo $parametrs->toObject()->page_title;
                    }?>



Please backup file before edit

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
mimimike64 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:remove the display category 10 Years, 12 Months ago
Karma: 0  
Merci, ce bout de code fonctionne très bien....mais problème.....lorsque je clique sur une photo du module "news véhicules" le titre de la catégorie (qui n'est pas la bonne) apparait à nouveau . Voir le site www.occamobile.com
Avez vous une solution ?
Merci beaucoup


Thank you, this piece of code works fine .... but problem ..... when I click on a photo module "news vehicles," the title of the category (which is not good) appears again. See website www.occamobile.com , you will understand.
Do you have a solution?
thank you very much
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:remove the display category 10 Years, 11 Months ago
Karma: 101  
Hello,

You asked remove category in category view, if you wish remove category in self vehicle you need check and edit file responsible for Vehicle layout.

{yours site}/components/com_vehiclemanager/views/view_vehicle/tmpl/default.php

and find and check code:
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
»