1.8.1 not work correctly

Phoca Gallery modules - modules for Phoca Gallery extension
40k
Phoca Member
Phoca Member
Posts: 10
Joined: 01 Aug 2008, 10:32

1.8.1 not work correctly

Post by 40k »

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

Re: 1.8.1 not work correctly

Post by Jan »

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
If you find Phoca extensions useful, please support the project
40k
Phoca Member
Phoca Member
Posts: 10
Joined: 01 Aug 2008, 10:32

Re: 1.8.1 not work correctly

Post by 40k »

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)
no. image in box not in center.
for correct link the menu link to component must be created (so the module can find the itemid)
How create it? i have fine working gallery.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: 1.8.1 not work correctly

Post by Jan »

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
If you find Phoca extensions useful, please support the project
40k
Phoca Member
Phoca Member
Posts: 10
Joined: 01 Aug 2008, 10:32

Re: 1.8.1 not work correctly

Post by 40k »

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.
40k
Phoca Member
Phoca Member
Posts: 10
Joined: 01 Aug 2008, 10:32

Re: 1.8.1 not work correctly

Post by 40k »

change any code

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 ;
	}
now link correct.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: 1.8.1 not work correctly

Post by Jan »

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
If you find Phoca extensions useful, please support the project
40k
Phoca Member
Phoca Member
Posts: 10
Joined: 01 Aug 2008, 10:32

Re: 1.8.1 not work correctly

Post by 40k »

Redownloaded, work fine. Sorry. =)

When in code centering image?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: 1.8.1 not work correctly

Post by Jan »

When in code centering image?
???
If you find Phoca extensions useful, please support the project
40k
Phoca Member
Phoca Member
Posts: 10
Joined: 01 Aug 2008, 10:32

Re: 1.8.1 not work correctly

Post by 40k »

image in box not on a center. how i can do that?
Post Reply