Page 1 of 1

maybe there's a little code error :-)

Posted: 24 Aug 2014, 19:13
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!

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

Posted: 24 Aug 2014, 22:41
by Jan
Hi, thank you very much for this info, I will fix it in next release.

Thank you, Jan

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

Posted: 24 Aug 2014, 22:55
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

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

Posted: 25 Aug 2014, 21:12
by Jan
Ok, thank you.

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

Posted: 20 Oct 2014, 20:27
by Jan
Hi, fixed in 4.1.2

Jan