maybe there's a little code error :-)

Phoca Gallery - image gallery extension
kassandra
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Aug 2014, 19:03

maybe there's a little code error :-)

Post by kassandra »

hi,
likely I'm getting wrong, but please check these improvements (some extra ' " '):

1. in components\com_phocagallery\views\category\view.html.php
LINE 1943:
from

Code: Select all

$s .= '   width: '.$this->tmpl['boxsize']['width'].'px;"'."\n";
to

Code: Select all

$s .= '   width: '.$this->tmpl['boxsize']['width'].'px;'."\n";
LINE 1948:
from

Code: Select all

$s .= '   width: '.$this->tmpl['boxsizestat']['width'].'px;"'."\n";
to

Code: Select all

$s .= '   width: '.$this->tmpl['boxsizestat']['width'].'px;'."\n";
LINE 1953
from

Code: Select all

$s .= '   width: '.$this->tmpl['imagewidth'].'px;"'."\n";
to

Code: Select all

$s .= '   width: '.$this->tmpl['imagewidth'].'px;'."\n";
============================================================
in components\com_phocagallery\views\categories\view.html.php

LINE 144:
from

Code: Select all

$s .= '   width: '.$this->tmpl['boxsize']['width'].'px;"'."\n";
to

Code: Select all

$s .= '   width: '.$this->tmpl['boxsize']['width'].'px;'."\n";
LINE 150
from

Code: Select all

$s .= '   width: '.$this->tmpl['imagewidth'].'px;"'."\n";
to

Code: Select all

$s .= '   width: '.$this->tmpl['imagewidth'].'px;'."\n";
1.000.000 thanks for your wonderful work!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: maybe there's a little code error :-)

Post by Jan »

Hi, thank you very much for this info, I will fix it in next release.

Thank you, Jan
If you find Phoca extensions useful, please support the project
kassandra
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 24 Aug 2014, 19:03

Re: maybe there's a little code error :-)

Post by kassandra »

you're welcome 8)
A little help from me to you, for a BIG help from you to alla of us, you work is really precious :twisted: :twisted:

ps: check the module for same situation
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: maybe there's a little code error :-)

Post by Jan »

Ok, thank you.
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: maybe there's a little code error :-)

Post by Jan »

Hi, fixed in 4.1.2

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