Page 1 of 1

Changes in Detail View

Posted: 07 Apr 2009, 01:42
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.

Re: Changes in Detail View

Posted: 07 Apr 2009, 11:05
by philipp65
anyone got any idea?!
:cry:

Re: Changes in Detail View

Posted: 08 Apr 2009, 00:24
by philipp65
Maybe this little graphic will help you to understand my problem:

http://stud4.tuwien.ac.at/~e0825873/temp/

Re: Changes in Detail View

Posted: 15 Apr 2009, 21:15
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