Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

SINGLE MODE not working

  • marilou espiritu
  • marilou espiritu's Avatar Topic Author
  • Offline
  • New Member
More
16 years 4 months ago #9829 by marilou espiritu
SINGLE MODE not working was created by marilou espiritu
i try to use this but when i used the single mode in the parameter and you when i try to used this code in my content. {gallery}personal_reddish:::0{/gallery} so it will appear all the image not only the single image.

but i cannot see all the images.

but when i try to change the parameter not to used the single image it will appear all the images.

but i want to used the single and sometimes i want to see all.

I used the default single image in the parameter because i used it more.

i hope its clear.

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 4 months ago #9830 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: SINGLE MODE not working
Hi my friend!

Try to do that
open the sig pro file to edit and change the code
if($_params[1]) $_width_final_ = $_params[1]; else $_width_final_ = $_width_;
if($_params[2]) $_height_final_ = $_params[2]; else $_height_final_ = $_height_;
if($_params[3]) $_howmanythumbs_ = $_params[3]; else $_howmanythumbs_ = $singlethumb;
with this one
if(@$_params[1]) $_width_final_ = $_params[1]; else $_width_final_ = $_width_;
if(@$_params[2]) $_height_final_ = $_params[2]; else $_height_final_ = $_height_;
if(isset($_params[3])) $_howmanythumbs_ = $_params[3]; else $_howmanythumbs_ = $singlethumb;

Check it out and then tell me if work for you!

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum