Keyword

creat thumbnail by width and height. you can input height value on K2 control center

  • vanshion
  • vanshion's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 10 months ago #75410 by vanshion
OK, i'm testing now

Lukas said:Well, this is wrong:
if (JRequest::getInt('itemImageS')) {
$imageWidth = JRequest::getInt('itemImageS');
$imageHeight = JRequest::getInt('itemImageS_height');
} else {
$imageWidth = $params->get('itemImageS', '200');
$imageHeight = $params->get('itemImageS_height', '200');
}

should be? :

if (JRequest::getInt('itemImageS')) {
$imageWidth = JRequest::getInt('itemImageS');
} else {
$imageWidth = $params->get('itemImageS', '200');
}
if (JRequest::getInt('itemImageS_height')) {
$imageHeight = JRequest::getInt('itemImageS_height');
} else {
$imageHeight = $params->get('itemImageS_height', '200');
}

p.s. for clear view, am just frontendguy, so php i guess+assemble+tweak ;)

Please Log in or Create an account to join the conversation.

  • vanshion
  • vanshion's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 10 months ago #75411 by vanshion
great, the last method is OK..
thank you.

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #75412 by vtiger
Great, we can celebrate :) Can you put here that one "simple&real" solution for others?
Then we can delete that our confusing looks like posts?...

l

Please Log in or Create an account to join the conversation.

  • vanshion
  • vanshion's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 10 months ago #75413 by vanshion
OK,i'll upload a patch on my web...

Lukas said:Great, we can celebrate :) Can you put here that one "simple&real" solution for others? Then we can delete that our confusing looks like posts?...

l

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #75414 by vtiger
Thanks.
It's how OSS users with mood sometimes can works ;)

Regards,
l

Please Log in or Create an account to join the conversation.

  • vanshion
  • vanshion's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 10 months ago #75415 by vanshion
what do u mean by OSS users?
then I have uploaded that. everone can download now.

Lukas said:Thanks. It's how OSS users with mood sometimes can works ;)

Regards,
l

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #75416 by vtiger
lol OpenSourceSoftware users :)
I missed link here? ? Come on, promote link to your site with solution here...

l

Please Log in or Create an account to join the conversation.

  • vanshion
  • vanshion's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 10 months ago #75417 by vanshion
Oh, i'm sorry that i have a mistake...now it's OK
but i can't delete the administrator.rar
I have to go to bed now..it's dark.

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #75418 by vtiger
it's same file? btw, thanx

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #75419 by vtiger
HI Sébastien,

you want some semi-solution that is somewhere in middle from "original" to "all to params" way . I've got it?

l

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum