Design and CSS styles
Version 5.x > Design and CSS styles > Blog Post Teaser Upload file View modes: 
User avatar
Member
Member
kelements - 2/22/2011 10:31:38 PM
   
Blog Post Teaser Upload file
I have updated my BlogPostTeaser upload field to only allow for images. When the user uploads a file they have the option to edit the size of the image, crop the image etc by using the image editor (ImageEditor.aspx) module.

I would like to add a new check box field to this editing image module:

Add check box Field called: Video Post
Check box Function onclick: Super impose a "Video Play Button" png image on the uploaded image

Objective: When a user is posting a blog that includes a video, the BlogPostTeaser image will include a superimposed "Video Play Button"

How do I go about doing this? And can it be done?


User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 3/7/2011 7:12:07 AM
   
RE:Blog Post Teaser Upload file
Hello,


You can re-write the code of Image editor in:

~\CMSAdminControls\ImageEditor\ImageEditor.ascx

I am not sure how the button should work, however, you can add the custom code there.

If you need to display the teaser in the transformation differently, you can edit the transformation and add a custom transformation function to display the teaser in a custom way.

Regrettably, we do not have any experiences in such an integration.


Best regards,
Helena Grulichova