News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SMF Gallery

Started by SMFHacks.com Team, September 16, 2006, 07:13:02 PM

Previous topic - Next topic

Biology Forums

Quote from: vbgamer45 on April 02, 2012, 08:25:15 PM
Gallery looks great. That is the most customized version of the gallery I have seen to date.

Thanks, if only you knew how much time it took! lol O:)

sunilimon

Hi vbgamer45! is there any new about external images support? I think this feature is so interesting to all people who has little hosting space
SMF version: 2.0.14

http://www.hookahspain.com your hookah / shisha comunity at Spain

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Zuća

how to change name "gallery" in menu ... modifications.english.php ?

vbgamer45

Yes it is in themes/default/languages/modifications.english.php
If using SMF 2.0 you have to clear the cache too.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Zuća

how to resize images when viewing ,as on aeva media (+ zoom in , - zoom out) ???

vbgamer45

No built in javascript based zoom in and out in the lite edition. Do have highslide to enlarge images in the pro edition.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Biology Forums

There are a lot of members adding really small images. Is it possible to put a limitation for minimum height or minimum width?

I'm using the pro. version, and I still have a few months left on my 1 years subscription. :(

vbgamer45

Quote from: Liam_michael on April 26, 2012, 11:43:46 PM
There are a lot of members adding really small images. Is it possible to put a limitation for minimum height or minimum width?

I'm using the pro. version, and I still have a few months left on my 1 years subscription. :(
For prop feature request posts on smfhacks.com so I don't miss the topic.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Biology Forums

Is there a possiblity you can add a recent comment block?

Like this: http://www.flying-bits.org/gallery/index.php

AND...

A column for LAST IMAGE?

vbgamer45

Possibly please post these on SMFHacks.com since that is were I keep track of feature requests for the pro edition.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sunilimon

Hi vbgamer45, is there any possibility to upload more than 1 photo per thread?
SMF version: 2.0.14

http://www.hookahspain.com your hookah / shisha comunity at Spain

vbgamer45

Per thread? In Pro we have bulk upload which allows you to upload multiple images at one time.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sunilimon

Sorry, I've not explained correctly, I would like know if an user can create an own album. For example: my vacation photos and this user post all photos into this personal album. Sorry for confusion :D
SMF version: 2.0.14

http://www.hookahspain.com your hookah / shisha comunity at Spain

vbgamer45

Yeah for User albums/personal galleries that is a feature of the pro edition of this mod.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sunilimon

SMF version: 2.0.14

http://www.hookahspain.com your hookah / shisha comunity at Spain

Biology Forums

I find that after uploading an image, it doesn't return back to the uploaded image, but returns to the main gallery category selection. How do I configure it to return to the image that was just uploaded?

SMFHacks.com Team

You would change the redirectexit call in the addpicture2 function to point back to picture id action=gallery;sa=view;id=###

Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

Biology Forums

Quote from: SMFHacks.com Team on May 24, 2012, 08:31:08 PM
You would change the redirectexit call in the addpicture2 function to point back to picture id action=gallery;sa=view;id=###

Could you elaborate, here's what I found:

if (isset($_REQUEST['copyimage']))
{
redirectexit('action=gallery;sa=copyimage;id=' . $gallery_pic_id);
}
else if (isset($_SESSION['last_gallery_url']))
{
redirectexit($_SESSION['last_gallery_url']);
}
else
{
// Redirect to the users image page.
if ($ID_MEMBER != 0)
redirectexit('action=gallery;sa=myimages;u=' . $ID_MEMBER);
else
redirectexit('action=gallery;cat=' . $cat);
}

SMFHacks.com Team

That's it modifiy

// Redirect to the users image page.
if ($ID_MEMBER != 0)
redirectexit('action=gallery;sa=myimages;u=' . $ID_MEMBER);
else
redirectexit('action=gallery;cat=' . $cat);

To
redirectexit('action=gallery;sa=view;id=' . $gallery_pic_id);
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

Advertisement: