iBox Image Gallery

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
5/3/2009 11:01:09 PM
Gravatar
Total Posts 29

iBox Image Gallery

Is it possible for you to allow us to press next and previous on the iBox image gallery, similar to the LighBox found here: http://leandrovieira.com/projects/jquery/lightbox/

Is it possible allow interchangable image gallery options similar to how we can use FCEditor or TinyMCE etc or am I betetr off creating a UserControl that implements my LightBox of choice?

Are you looking into allowing drag and drop for image uploads especially when doing image gallery's?

5/9/2009 11:52:48 AM
Gravatar
Total Posts 18439

Re: iBox Image Gallery

Hi,

fyi, I implemented it this week using GreyBox to replace my previous iBox implementation. So now you can next/previous through the images. It will be in the next release.

Its certainly possible to implement new or different image galleries but they should plug in like a content feature not using a provider model like the editor. We already have 2 image gallery features, I would like to see one that integrates Flickr or Picassa because photo storage uses a lot of disk space so it would be nice to have a gallery that offloads the storage to one of these popular services, but its not something I plan to work on soon as I have a lot of other things in the works.

Best,

Joe

5/9/2009 3:50:36 PM
Gravatar
Total Posts 29

Re: iBox Image Gallery

Thanks for the heads up. When is the next release and how would it affect existing galleries?

5/10/2009 5:21:22 AM
Gravatar
Total Posts 18439

Re: iBox Image Gallery

Hi,

The next release is coming soon, next week or the week after. I've updated this site with the latest code, you can see the new greybox on this page http://www.mojoportal.com/gallery.aspx

It will affect existing galleries only in that they now use the greybox instead of ibox and the next/previous functionality is there.

Best,

Joe 

5/10/2009 8:34:10 AM
Gravatar
Total Posts 29

Re: iBox Image Gallery

OK, so let me get this straight, if i have a mojoportal site, with five iBox based photogalleries, wen i upgrade to the new mojoportal, all of those will automatically start working with GreyBox? Will you be removing the iBox from future installations?

Are you familiar with the Flickr API? There's lots of stuff out there that mashes asp.net,flickr api,lightbox that could probably be manipulated to function like a CMS plugin. I know you said you won't look at that now, but here's one for future reference: http://code.google.com/p/imagegallery/

5/10/2009 8:47:20 AM
Gravatar
Total Posts 18439

Re: iBox Image Gallery

Hi,

Yes, they will automatically be using greybox after the upgrade, like it or not ;-)

I will probably leave the ibox files in place in case people are using it in custom features. For example in the mojoPortal.Web.Controls project there is a HelpLinkButton which uses iBox and I'm afraid people are probably using that in their custom features. I have recently marked it as obsolete/deprected because I've changed all the help links in the mojoportal features to use the new mojoHelpLink located in the Controls folder of mojPortal.Web project, it also uses the new greybox instead of iBox.

So basically I'm no longer using iBox for anything in the included features of mojoPortal and don't plan to use it going forward, but will leave it there for backward compatibility with other custom features that may exist in the wild and still depend on it.

I've seen tons of stuff on Codeplex for Flickr, its probably really low hanging fruit to implement it using one of the helper libraries out there. One day I'll get to it or maybe someone in the community will do it first.

Best,

Joe

5/10/2009 2:27:42 PM
Gravatar
Total Posts 29

Re: iBox Image Gallery

Yeh i was thinking of doing it i i found time. You are right about the custom uses, I am so concerned about it because I use it for custom stuff, but I suppose I could just leave it in the ClientScripts ditectory even if it was removed from mojoPortal core.

You must sign in to post in the forums. This thread is closed to new posts.