@Photowebmax: Hmm...I’ll have to test that myself as well. Very interesting indeed.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Quote from: Photowebmax at May 21, 2010, 03:23 PM
If I add the docId parameter how do I set up the TV?
Well, what I would do is create an unpublished container called "Banners" and just create a bunch of pages with various images associated with each one via EvoGallery. From there, I would create a simple text TV called ’bannerId’ or the like with a label of ’Banner ID’ and associate it with any templates where the banner will show up on. Just make sure you give it a default value of a banner page ID, else your banner area will be blank on new pages that don’t have an ID assigned to the TV. Once you do that, you should be able to set an EvoGallery call in your chunk to something like this:
[[EvoGallery? &display=`images` &type=`jquery-cycle` &docId=`[*bannerId*]`]]
One other slick thing you could do is set the bannerId tv to a dropdown and use some @BINDING to set the default options to the children of the "Banners" container.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Got it I think. Thanks!
This whole module is sparking my imagination for all kinds of image presentation options. I have messed around with a bunch of JQuery image presentation solutions. This EvoGallery looks like it brings that function into MODx very nicely. This really helps with end users. I find that well documented TV’s are easy to understand for end users. Being able to customize groups of cycle scripted images into actual pages or the header/banner within the MODx templates is like having the proverbial cake and eating too.
Thanks again...
I’m using OS 10.5.8. Latest version of the Flash player and I tried it in both latest Safari and Firefox. I don’t have ModX running locally. It does seem like this is something client side and not related to PHP. The Upload Files link is totally non-responsive, like it’s not even making an AJAX call.
bodhiC, whenever you initiate an upload the server access logs should show a connection to the check.php file followed by connections to the upload.php with Flash. There’s a possibility that maybe something is blocking Flash from posting things to the uploader. I’ve viewed some posts on the Uploadify website and I can tell you that debugging Uploadify is indeed one rub...it’s difficult!...especially with Flash involved! There is talk about building in some debugging capabilities, which would be great.
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Anyone know if it’s possible to get the thumbnails generated so they are square, so it’s crops the image where needed?
Thanks
Ben