Forums / General / video class for article

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

video class for article

Author Message

christian stampf

Monday 21 April 2003 12:41:22 am

i tried to create a class to store/playback video in an article but failed. tried to do so by just copying the image-class... what i do not understand is, where the actual HTML will be created from.
could you point me into the right direction?

thanks!

Peter Bailey

Monday 21 April 2003 7:15:58 am

What HTML? You mean the HTML output for regular viewing?

/design/standard/templates/node/view/full.tpl

You can override this template for any class, such as your video class, by creating an override template.

/design/(your_design)/override/templates/node/view/full_class_(classID).tpl

christian stampf

Tuesday 22 April 2003 10:58:22 pm

thanks for your reply. what i am really getting to is... how to define the <MEDIA> tag (that was used in version 2.7) to show or include the video in the article?
how does ez-publish-3 know this is a video and not an image?