Page 1 of 1

I just installed Pho

Posted: 11 Dec 2007, 23:56
by gimmmo
I just installed PhocaGallery... it's great.. I like it.

However, there's one thing.. I don't want to display 'gallery name' in the article page.

E.g. I create menu item: AAA (type Phoca Gallery Category Layout), and in Parameters-Basic, I select category: BBB.

Then, in the page display at the top, it displays AAA - BBB. I don't want
to display BBB. How to?

Best regards.

You can hide the AAA

Posted: 12 Dec 2007, 00:41
by Jan
You can hide the AAA - BBB in Parameters - System in Menu Manager: Show the page title - No

If you want to hide only BBB, you must do changes in source code:
in joomla/components/com_phocagallery/views/category/tmpl/default.php

remove this piece of code (row + - 7)

if ($this->category->title != '')
{
echo " - " . $this->category->title;
}



Jan

remove this piec

Posted: 12 Dec 2007, 22:47
by gimmmo
remove this piece of code (row + - 7)

It works. Yeah it's what I want...

Thanks much.

Posted: 12 Dec 2007, 22:54
by Jan