- Posts: 3
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Is there a way to print or download the large image
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.
Is there a way to print or download the large image
- oceanbluemedia
-
Topic Author
- Offline
- New Member
Many thanks
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
This feature doesn't exist in this current version
But you can try that! Change the code from the mambot file ( at line 277 )
// if labels do exist
if ($labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.$images[$a])]!="") {
$html .= '<b>'.htmlentities($labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.$images[$a])],ENT_QUOTES).'</b>';
}
to
// if labels do exist
if ($labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.$images[$a])]!="") {
$html .= '<b>'.htmlentities($labels[md5($mosConfig_absolute_path.$rootfolder.$_images_dir_.'/'.$images[$a])],ENT_QUOTES).'</b> [ <a href=\''.$mosConfig_live_site.$rootfolder.$_images_dir_.'/'.$images[$a].'\' target=\'_blank\'>download</a> ]';
}
I hope that works for you!
Thank you!
Please Log in or Create an account to join the conversation.
- Thijs Hagoort
-
- Offline
- New Member
- Posts: 3
It will not work on my site.
I changed de line, but nothing happened. I'll search for another solution.
Please Log in or Create an account to join the conversation.
- John Hodgkinson
-
- Offline
- New Member
- Posts: 5
I know that this is an old thread, but I assumed that this feature would be included by now - a year later.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
You have to do a bit more patient until the publishing of the new version.
I'm pretty sure that the new version will be free of charge for the already sigpro clients,
but you will have official news in the next few days.
Thank you!
Please Log in or Create an account to join the conversation.
- John Hodgkinson
-
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- Lewin Alley
-
- Offline
- New Member
- Posts: 5
Will this be included in the next release too and is there any further news on the release date please?
Many thanks.
Please Log in or Create an account to join the conversation.
- elle
-
- Offline
- Junior Member
- Posts: 20
Please can one of the developers reply with a release date?
Thanks!!!!! ;)
Please Log in or Create an account to join the conversation.
- Atilla
-
- Offline
- New Member
- Posts: 6
Please Log in or Create an account to join the conversation.
- elle
-
- Offline
- Junior Member
- Posts: 20
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
Thank you!
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Login to PDS and grab your copy.
Please Log in or Create an account to join the conversation.
- elle
-
- Offline
- Junior Member
- Posts: 20
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Is there a way to print or download the large image