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
Categorie Name in Categories List
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Mar 2018, 16:45
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Mar 2018, 16:45
Re: Categorie Name in Categories List
i think i can solved this with an override but i can`t find the right place....
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Mar 2018, 16:45
[solved] Categorie Name in Categories List
ok i found the right place.
Create a Override for com_phocagallery >> categories
goto:
and add the following Snippet in Line 73:
The JText::_('.....') can be change in what ever you want to display.....
Create a Override for com_phocagallery >> categories
goto:
Code: Select all
yourTemplatePath/html/com_phocagallery\categories\default_obs_catimgdetail.php
Code: Select all
echo '<tr><td>'.JText::_('Category') .': </td>'
.'<td>'.$this->categories[$i]->title.'</td></tr>'."\n";
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categorie Name in Categories List
Ok
If you find Phoca extensions useful, please support the project