• [MOD] Multi Size Download of same image [ver 4.7] 5 0 5 1
Currently:  

Author Topic: [MOD] Multi Size Download of same image [ver 4.7]  (Read 431948 times)

0 Members and 2 Guests are viewing this topic.

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #330 on: August 26, 2013, 11:54:52 AM »
The mod works great but after the change in global.php:

multi_download_var ['target'] = "";
  on
multi_download_var ['target'] = _blank;

image opens in the same window. What can I do to pop up in another window?

Try...
multi_download_var ['target'] =" _blank";
Notice the quotes...
Buddy Duke
www.budduke.com

Offline Szooguun

  • Newbie
  • *
  • Posts: 47
    • View Profile
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #331 on: August 26, 2013, 12:04:55 PM »
The mod works great but after the change in global.php:

multi_download_var ['target'] = "";
  on
multi_download_var ['target'] = _blank;

image opens in the same window. What can I do to pop up in another window?

Try...
multi_download_var ['target'] =" _blank";
Notice the quotes...


Also open in the same window.

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #332 on: August 26, 2013, 12:21:43 PM »
I would need to see a link to see your site in action...
either post or PM a link.

UPDATE:
where is my brain tonight  :?:
replace that code with...
Code: [Select]
$ multi_download_var ['target'] =" TARGET = '_blank' ";Sorry about that...
« Last Edit: August 27, 2013, 12:27:18 AM by budduke »
Buddy Duke
www.budduke.com

Offline Szooguun

  • Newbie
  • *
  • Posts: 47
    • View Profile
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #333 on: August 27, 2013, 12:07:05 PM »
I would need to see a link to see your site in action...
either post or PM a link.

UPDATE:
where is my brain tonight  :?:
replace that code with...
Code: [Select]
$ multi_download_var ['target'] =" TARGET = '_blank' ";Sorry about that...

Thank you. It works great.

Offline SilverShadow

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • SilverShadow Gallery
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #334 on: December 05, 2013, 12:49:19 AM »
Thanks for the updates and your outstanding efforts, I've your mod installed on my gallery long ago, its V4 I believe as I've the grouped download.. is there a way to change how it looks like the attached image!
Thanks in advance.
« Last Edit: December 05, 2013, 01:35:32 AM by SilverShadow »

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #335 on: December 06, 2013, 12:29:41 AM »
Thanks for the updates and your outstanding efforts, I've your mod installed on my gallery long ago, its V4 I believe as I've the grouped download.. is there a way to change how it looks like the attached image!
Thanks in advance.

I did not see an attached image on your post so I am assuming you are talking about the image on my first post with the different layouts?
You can change to the text links and image button links by changing the variable in the code in the global.php file at the beginning of the mod.
change
Code: [Select]
$multi_download_var['type'] = 0; //0=dropdown, 1=text links, 2=image linksChange the 0 to a 1 for text links or change the 0 to a 2 for the button links.
Buddy Duke
www.budduke.com

Offline SilverShadow

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • SilverShadow Gallery
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #336 on: December 06, 2013, 02:34:42 AM »
Here comes the man :)
Thanks for your help, and yes this is what I exactly was looking for, highly appreciated..

Offline wallward

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #337 on: February 07, 2014, 06:50:25 PM »
thank you for update
I using "[MOD] On-fly image annotation ( watermark)" and i Want use source image with watermark for download, how to this
thank you  budduke  :)

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #338 on: February 07, 2014, 09:35:23 PM »
I using "[MOD] On-fly image annotation ( watermark)" and i Want use source image with watermark for download, how to this

Just glancing over the on-fly mod. It looks like it places a watermark on the thumbnail that is used on the details page, but when you download the actual image the watermark is removed.
This mod should work the same alongside my mod because my mod does not do anything with the thumbnail.
Not sure if that is your question or not.
Buddy Duke
www.budduke.com

Offline wallward

  • Jr. Member
  • **
  • Posts: 54
    • View Profile
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #339 on: February 07, 2014, 11:12:05 PM »
budduke if possible please check PM  :wink:

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #340 on: February 08, 2014, 01:59:07 AM »
@wallward,
There is annotation already built in by an earlier request...
if you install this mod
http://www.4homepages.de/forum/index.php?topic=13719.0
Then it will add the annotation as the resized images are created.

I do not think it will work with the on the fly because my mod does not even create the resized image until it is called in the download.php file
It may be possible using the popup template.
Let me know if the above mod does not give you what you are looking for and I may have time in the next few days to see what I can do with the popup template.
Buddy Duke
www.budduke.com

Offline netspider

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Multi Size Download of same image [ver 4.7]
« Reply #341 on: April 09, 2014, 04:21:37 PM »
for me somehow it didn't work, don't where i mess it up.
but when i select original images its downloading thumb not original and also if i select any of the size it convert thumb not the original image.

Did some one faced same issue ?