on this site You can see that when i choose to show 30 thumbnails always one left on left side is it possible to change it somehow
You can see it here
http://www.wikaro.pl/index.php/galerie-zdj/91-basen
I mean about this photo DSC01316
how to change this thumbnails to look better
-
- Phoca Member
- Posts: 44
- Joined: 22 Feb 2008, 13:32
- Location: Poland
- Contact:
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Hi, sorry but I don&
Hi, sorry but I don't understand? 'always one left on left side' ??? Do you mean, that there is on image in the last row? If yes, how to solve it without breaking mathematical principles?
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 44
- Joined: 22 Feb 2008, 13:32
- Location: Poland
- Contact:
Sorry when I read it
Sorry when I read it now I don't understand it either I'm a little bit tired
For now I have only one idea switch off this back button with green arrow, but I have no idea how to do that
For now I have only one idea switch off this back button with green arrow, but I have no idea how to do that
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
... the problem is t
... the problem is that there can be 29 images + back button which will be included (Phoca Gallery worked this way) but if user selected e.g. only 10 images, on the next site one image was missed (it was bug )...
... the next problem is, that the back button is contained in difficult recursive function and it is not so easy to extract it
... the next problem is, that the back button is contained in difficult recursive function and it is not so easy to extract it
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 44
- Joined: 22 Feb 2008, 13:32
- Location: Poland
- Contact:
Ok I Understand
Ok I Understand
Is there any way to set 29 image (with disable select option for number of thumbnails for site)
Or maybe other way to solve this issue?
Is there any way to set 29 image (with disable select option for number of thumbnails for site)
Or maybe other way to solve this issue?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
You can disable the
You can disable the pagination in menu link - parameters basic...
Comment the following code in:
components\com_phocagallery\models\category.php
row: 67 +
/* if ( $parentcategory )
{
$this->_data[$count] = $parentcategory ;
$item =& $this->_data[$count];
$item->slug = $item->id.':'.$item->alias;
$item->item_type = "parentfolder";
$file_thumbnail =
PhocaGalleryHelper::displayBackFolder('medium');
$item->linkthumbnailpath =
$file_thumbnail['rel'];
$count++;
} */
Comment the following code in:
components\com_phocagallery\models\category.php
row: 67 +
/* if ( $parentcategory )
{
$this->_data[$count] = $parentcategory ;
$item =& $this->_data[$count];
$item->slug = $item->id.':'.$item->alias;
$item->item_type = "parentfolder";
$file_thumbnail =
PhocaGalleryHelper::displayBackFolder('medium');
$item->linkthumbnailpath =
$file_thumbnail['rel'];
$count++;
} */
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 44
- Joined: 22 Feb 2008, 13:32
- Location: Poland
- Contact:
ok thx Now it's
ok thx Now it's look better
I have one more question
when i go to gallery
http://www.wikaro.pl/index.php/galerie-zdj
on my site random image module show image with shadow background but on any other site no background appear
Any idea Why?
I have one more question
when i go to gallery
http://www.wikaro.pl/index.php/galerie-zdj
on my site random image module show image with shadow background but on any other site no background appear
Any idea Why?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
random image module
random image module takes settings from module settings...
Do you have the last version of Phoca Gallery Random Image module...
Jan
Jan
Do you have the last version of Phoca Gallery Random Image module...
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 44
- Joined: 22 Feb 2008, 13:32
- Location: Poland
- Contact:
Ok I see that I have
Ok I see that I have a 1.5.7 and after update everything is OK
sorry for problem
sorry for problem
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
If you find Phoca extensions useful, please support the project