Default Tab for Sent form

Phoca Gallery - image gallery extension
turminator
Phoca Member
Phoca Member
Posts: 40
Joined: 07 Nov 2008, 00:55
Contact:

Default Tab for Sent form

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Default Tab for Sent form

Post 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
If you find Phoca extensions useful, please support the project
turminator
Phoca Member
Phoca Member
Posts: 40
Joined: 07 Nov 2008, 00:55
Contact:

Re: Default Tab for Sent form

Post 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!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Default Tab for Sent form

Post 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
If you find Phoca extensions useful, please support the project
turminator
Phoca Member
Phoca Member
Posts: 40
Joined: 07 Nov 2008, 00:55
Contact:

Re: Default Tab for Sent form

Post by turminator »

Hi Jan,

Many thanks!

I updated file and look correctly. :D
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Default Tab for Sent form

Post by Jan »

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