Hi.
I Install phoca gallery 1.8.8 and Random Image Module 1.8.1 on joomla 1.5.4
you can see on my site http://www.southparkour.ru
Inmage not in center and not correct url, when click on image blank window.
When i installing on localhost (denver) get error "Notice: Only variables should be assigned by reference in z:\home\localhost\www\libraries\joomla\installer\adapters\module.php on line 102"
Sorry, for my bad english.
1.8.1 not work correctly
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 1.8.1 not work correctly
Hi,
- localhost - php bug, try to update your php
- if you want to add the module into the center, you must specify the width in parameters (but the not centering of the image is caused by some collision between module and template)
- for correct link the menu link to component must be created (so the module can find the itemid)
Jan
- localhost - php bug, try to update your php
- if you want to add the module into the center, you must specify the width in parameters (but the not centering of the image is caused by some collision between module and template)
- for correct link the menu link to component must be created (so the module can find the itemid)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 01 Aug 2008, 10:32
Re: 1.8.1 not work correctly
no. image in box not in center.if you want to add the module into the center, you must specify the width in parameters (but the not centering of the image is caused by some collision between module and template)
How create it? i have fine working gallery.for correct link the menu link to component must be created (so the module can find the itemid)
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 1.8.1 not work correctly
image... then there is some collision between template and module css
Link: the link is there ... but there is problem somewhere else, because if you go over the image in Phoca Gallery Random Image Module, you cannot see any link (in the bottome in the browser), so there is some problem with creating the URL ??? E.g the download icon link is created but not correctly, the detail view is not created at all... ???
Jan
Link: the link is there ... but there is problem somewhere else, because if you go over the image in Phoca Gallery Random Image Module, you cannot see any link (in the bottome in the browser), so there is some problem with creating the URL ??? E.g the download icon link is created but not correctly, the detail view is not created at all... ???
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 01 Aug 2008, 10:32
Re: 1.8.1 not work correctly
Try another standart templates and image stand in horizontal center, but not vertical center =)
Link create on main page =(
Update localhost, install fine. Update to joomla 1.5.5...But problem not gone.
Link create on main page =(
Update localhost, install fine. Update to joomla 1.5.5...But problem not gone.
-
- Phoca Member
- Posts: 10
- Joined: 01 Aug 2008, 10:32
Re: 1.8.1 not work correctly
change any code
now link correct.
Code: Select all
{
$itemid = 0;
//No JRoute now
$valueImages->link ='index.php?option=com_phocagallery&view=detail&catid='. $valueImages->catslug .'&id='. $valueImages->slug .'&Itemid='.$itemid . '&tmpl=component&detail='.$detail_window.'&buttons='.$detail_buttons;
// $imagesArray[]->link = 'index.php?option=com_phocagallery&view=detail&catid='. $valueImages->catslug .'&id='. $valueImages->slug . '&tmpl=component&detail='.$detail_window.'&buttons='.$detail_buttons ;
}
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 1.8.1 not work correctly
Hi, this was fixed in 1.8.1
viewtopic.php?f=13&t=1454
So maybe you have downloaded it before the fix ... Great it works now...
Jan
viewtopic.php?f=13&t=1454
So maybe you have downloaded it before the fix ... Great it works now...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 01 Aug 2008, 10:32
Re: 1.8.1 not work correctly
Redownloaded, work fine. Sorry. =)
When in code centering image?
When in code centering image?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 1.8.1 not work correctly
???When in code centering image?
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 01 Aug 2008, 10:32
Re: 1.8.1 not work correctly
image in box not on a center. how i can do that?