Categorie Name in Categories List

Phoca Gallery - image gallery extension
je1977
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 24 Mar 2018, 16:45

Categorie Name in Categories List

Post by je1977 »

Hey,

i search for the Setting to Display the Categorie name in Categorie List

on this Picture i have solved it with the Categorie description.

Link to a Screenshoot https://ibb.co/ggwtx7

Tags:
je1977
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 24 Mar 2018, 16:45

Re: Categorie Name in Categories List

Post by je1977 »

i think i can solved this with an override but i can`t find the right place....
je1977
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 24 Mar 2018, 16:45

[solved] Categorie Name in Categories List

Post by je1977 »

ok i found the right place.

Create a Override for com_phocagallery >> categories

goto:

Code: Select all

yourTemplatePath/html/com_phocagallery\categories\default_obs_catimgdetail.php
and add the following Snippet in Line 73:

Code: Select all

echo '<tr><td>'.JText::_('Category') .': </td>'
	 .'<td>'.$this->categories[$i]->title.'</td></tr>'."\n";
The JText::_('.....') can be change in what ever you want to display.....
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categorie Name in Categories List

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply