Changes in Detail View
Posted: 07 Apr 2009, 01:42
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:
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.
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 already downloaded all the phocagallery content and tried to get through it without any help but this is just way to confusing for me.