Page 1 of 1

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

Posted: 25 Nov 2010, 00:10
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:

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

Posted: 30 Nov 2010, 23:31
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