• Anonymous
  • Login
  • Register
Galleria Slider Control - Review: Thanks voor this great CC


Patrick,

I was thinking of getting parts of your Bildr app into a simple homepage app i am working on. As a template i am using the Project of Niklas,his Homepage template.

The carrousel, though nice was not wat i needed to give the site a simple photo slider.

Right after the thought came up in my mind, you published this cc based on your Bildr app.

After implementing it i could not resist to tweak it. Although alright voor a demo app i wanted that if you clicked on a photo it would open de Original Picture in a new Tab, instead of getting the document in which the photo's are stored.

Fortunatly you already made this possible. Since you already defined pic_original in the project def of the cc.

I only needed to add this line to the scriptblock of the cc:

itemFull = itemLink + "/$File/" + sliderItem.getItemValueString(compositeData.get("pic_original"));

And had to change this line:

images.push( "{ image : \"" + itemIMG + "\", link : \"" + itemFull + "\", title : \"" + itemTitle + "\", thumb : \"" + itemThumb + "\"}" );

, link : \"" + itemFull + "\ instead of , link : \"" + itemLink + "\

If i have more time on my hands i'm thinking to add a field to the form, for instance Tx_Description. For me Tx_Title is what it say just a title. Then the next step is to move the info panel underneath the slideshow and showing the title string with the description.

Description wil be limited to mmm max 100 chars or so.
MMM since

Again thx for this contribution and keep up the good work.



In this field you can enter the actual review.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.