Page 1 of 1
phoca search plugin
Posted: 29 Jun 2013, 10:30
by Mortadelo
hello
On search results its display:
Category: Filename Title
(Phoca Download / Filename Title)
Jan can you please tell wich file i must modify to have only:
Category: Filename Title
(Phoca Category)
Maybe someone know how to do it!
Thanks
Re: phoca search plugin
Posted: 02 Jul 2013, 22:39
by Jan
Hi, see the output files, category:
components/com_phocadownload/views/category/ ... (tmpl/....)
Jan
Re: phoca search plugin
Posted: 03 Jul 2013, 18:20
by Mortadelo
Thank you. i found it and made the change..now is shows the category! and i also find out how to link to file not category on search! Thanks.
Re: phoca search plugin
Posted: 04 Jul 2013, 09:54
by Jan
Ok
Re: phoca search plugin
Posted: 06 Dec 2013, 10:58
by MarioP
Hello,
Could anybody please help me to find which exactly entry I have to change in components/com_phocadownload/views/category/ ... (tmpl/....) defual.php file to gain that result?:
Category: Filename Title
(Filename Title)
Is there any possibility to change the 'Phoca Download' to another word in that search layout?
Category: Filename Title
(Phoca Download / Filename Title)
I have multilanguage site and the best option would be changing the 'Phoca Download' for each language.
Re: phoca search plugin
Posted: 08 Dec 2013, 14:48
by Jan
Hi, you can change the string, it is in JText::_() method.
Here:
components/com_phocadownload/views/category/ ... (tmpl/....) you can set the output of the component
To change the search output - you need to modify standard Joomla! com_search component ...
Re: phoca search plugin
Posted: 09 Dec 2013, 20:51
by MarioP
Hi, you can change the string, it is in JText::_() method.
Thank you Jan, works great!
Re: phoca search plugin
Posted: 11 Dec 2013, 15:06
by Jan
Ok