I'm trying to customize some titles in PG Search Plugin but I can't.
I'd like to change label name in the checkbox menu and section name in the results:
![Image](http://s12.postimg.org/scgx5gs4c/phocagallery_custom_title.jpg)
My PG version is 4.2.1.
Thanks in advance for any suggestion!
Hi Jan,Jan wrote:Hi, can you paste screenshots of what you exactly mean.
You can change the strings which comes from the Phoca Gallery Search Plugin or Phoca Gallery - in language file of the plugin, but if then something is displayed in search results, such needs to be customized directly in Joomla! search component - it displays the output of search results
Jan
Code: Select all
'phocagallery' => 'PLG_SEARCH_PHOCAGALLERY_PHOCAGALLERY'
Code: Select all
$section = JText::_( 'PLG_SEARCH_PHOCAGALLERY_PHOCAGALLERY');
Code: Select all
'phocagallery' => 'PhotoStoria'
Code: Select all
$section = 'PhotoStoria';
You're right... thanks again!Jan wrote:Hi, you can change it directly, the language file is stored in:
administrator\language\en-GB\en-GB.plg_search_phocagallery.ini
Jan