Page 1 of 1

Default Tab for Sent form

Posted: 08 Dec 2010, 21:53
by turminator
Hello!

I would like that can be set that the default and first tab from detailed view will be sent form and the second Facebook comments. Is this posible? How can I do it?

http://img220.imageshack.us/f/capta.png/

Many thanks!

Re: Default Tab for Sent form

Posted: 14 Dec 2010, 15:12
by Jan
Hi, then you need to customize in the code, and change the ordering there:

components\com_phocagallery\views\category\tmpl\default.php

cca line 570

Jan

Re: Default Tab for Sent form

Posted: 14 Dec 2010, 19:32
by turminator
Hi Jan!

Thanks for your reply, but when I open file it appears with many break paragraphs and line 570 are not corresponding. Can you tell me the string?

Many thanks!

Re: Default Tab for Sent form

Posted: 17 Dec 2010, 20:26
by Jan
Begin with:

Code: Select all

if ($this->tmpl['displaytabs'] > 0) {
	echo '<div id="phocagallery-pane">';
	$pane =& JPane::getInstance('Tabs', array('startOffset'=> $this->tmpl['tab']));
	echo $pane->startPane( 'pane' );
Jan

Re: Default Tab for Sent form

Posted: 17 Dec 2010, 22:13
by turminator
Hi Jan,

Many thanks!

I updated file and look correctly. :D

Re: Default Tab for Sent form

Posted: 23 Dec 2010, 21:30
by Jan
Ok