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!
Default Tab for Sent form
-
turminator
- Phoca Member

- Posts: 40
- Joined: 07 Nov 2008, 00:55
- Contact:
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Default Tab for Sent form
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
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

- Posts: 40
- Joined: 07 Nov 2008, 00:55
- Contact:
Re: Default Tab for Sent form
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!
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!
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Default Tab for Sent form
Begin with:
Jan
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' );If you find Phoca extensions useful, please support the project
-
turminator
- Phoca Member

- Posts: 40
- Joined: 07 Nov 2008, 00:55
- Contact:
Re: Default Tab for Sent form
Hi Jan,
Many thanks!
I updated file and look correctly.
Many thanks!
I updated file and look correctly.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: