Hi,
JBD 5.0.5
I use style 3 for my search results listings
Each business entry in the list comes with the clickable elements "Contact" "Quote" "Get directions" "More information"
I would like to disable "Quote", as the companies in my directory don't need that
Is this something that can be configured somewhere?
Thanks in advance for your help.
Regards,
Juan
Hi Juan,
There are no options in back-end to change this, but you can achieve it by doing this:
1. You can edit the language file (path: {joomla}/administrator/components/com_jbusinessdirectory/language/) and delete the value for LNG_QUOTE ... ie LNG_QUOTE=""
OR
2. You can edit the file {joomla}/components/com_jbusinessdirectory/include/listings_list_style_3.php and delete this line (129):
[code] <li><a href="javascript:showQuoteCompany(<?php echo $company->id?>,<?php echo $showData?"1":"0"?>)"><?php echo JText::_('LNG_QUOTE') ?></a></li> [/code]
This is not an official answer
Hi Slim,
Ok. Thanks very much for your reply.
Regards,
Juan