Changes in Detail View

Phoca Gallery - image gallery extension
philipp65
Phoca Member
Phoca Member
Posts: 10
Joined: 07 Apr 2009, 01:16

Changes in Detail View

Post by philipp65 »

Hey Guys,
First of all, great work. I'm using your gallery in every joomla site i've made and i never had problems with it. Also great thanks to all the forum posters. You really helped me a lot.

Now, i've got some (expert) questions:
I want to do some changes at the detail view of the gallery.

I would like to have some specific info under the picture:
I'm trying to put these in some simple code:

Code: Select all

<tr>
	<td>##name of picture##</td> //text, get name from ipct metatag description of picture
</tr>

<tr>
	<td>##previous##</td> //textlink
	<td>##stop##</td> //textlink, disabled if slideshow doesn't run
	<td>##start slideshow##</td> //textlink
	<td>##exit##</td> //textlink
	<td>##next##</td> //textlink
	<td>##picture x from x##</td> //text (eg. "3 / 10")
	<td>##add to cart##</td> //with shopping cart logo, linked with the virtuemart id	
</tr>
I spent hours without any success. I need this for my photographic online portfolio.If anyone could help me I'd be really glad.
I already downloaded all the phocagallery content and tried to get through it without any help but this is just way to confusing for me.
philipp65
Phoca Member
Phoca Member
Posts: 10
Joined: 07 Apr 2009, 01:16

Re: Changes in Detail View

Post by philipp65 »

anyone got any idea?!
:cry:
philipp65
Phoca Member
Phoca Member
Posts: 10
Joined: 07 Apr 2009, 01:16

Re: Changes in Detail View

Post by philipp65 »

Maybe this little graphic will help you to understand my problem:

http://stud4.tuwien.ac.at/~e0825873/temp/
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Changes in Detail View

Post by Jan »

Hi, you can change the icons to text here:
components\com_phocagallery\helpers\phocagallery.php

see the methods, for every button, there is a method

you can display the name of image with the description below the image, this can be set in paremeters

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