arrow with links next and prev on fb comments with no popup

Phoca Gallery - image gallery extension
devzero
Phoca Member
Phoca Member
Posts: 13
Joined: 12 Oct 2010, 22:18

arrow with links next and prev on fb comments with no popup

Post by devzero »

Image

hi,

how u can see at this picture of a facebook comments with not popup, i want to change the green arrow link to back to the previous picture and not back to the category how it is defined. and add a new arrow button link to a next picuture.

i was looking in the code of the firt lines on com_phocagallery/views/comments/tmpl/default.php

Code: Select all

if ($this->tmpl['backbutton'] != '') {
	echo $this->tmpl['backbutton'];
} 
i guess i have to change something here, could u help me? :oops:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: arrow with links next and prev on fb comments with no po

Post by Jan »

Hi, yes, you need to load previous id of image or next id of image and then create an url to this image.

See detail previous and next buttons to get info, how this can be done:

components/com_phocagallery/views/detail/view.html.php
components/com_phocagallery/views/detail/tmpl/default.php

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