Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hello,
I am using Kaltura in drupal and it is working great. I need to change the layout of content, which is currently dispalying at the bottom of thumbnail image.
Can i change the layout of right side to the content which is displaying
tag. Kindly help me in this issue.
Thanks & Regards,
R.Janakiraman.
Hi IdoSet,
I have attached the screenshot which is currently displaying my content. I need the teaser to display in right side and the video block to display in the left side( as it is).
So I could see the content as Video in left, Teaser in right. Could you please help me to fix this issue.
Thanks & Regards,
R.Janakiraman.
| Attachment | Size |
|---|---|
| page view.jpg | 127.98 KB |
Hi Janakiraman,
In your theme folder, you will find a file called node.tpl.php.
Just copy this file, and rename it to node-kaltura_entry.tpl.php (or whatever kaltura node-CONTENT_TYPE.tpl.php you are using), where you have access to your node properties.
I'll include an example of what I mean, to format or change the layout of your media nodes.
PS: I'm using a Zen Subtheme :)
| Attachment | Size |
|---|---|
| node-kaltura_entry.tpl_.php_.txt | 6.41 KB |
Hi kimbo,
Thank you for your quick reply. I will try this.
Thanks & Regards,
R.Janakiraman.
Kimbo - thanks a lot for posting this.
Janakiraman - please keep us updated.
Hello Kaltura Gurus,
I have attached node.tpl.php file from my zeropoint theme. I have changed the content div like the following,
The above coding is satisfy my requirement. But when I look the home page, it is also listing with the same alignment as per the attachment image2. Please help me to fix this css issue.
Thanks & Regards,
R.Janakiraman.
| Attachment | Size |
|---|---|
| node.tpl_.php_.txt | 1.51 KB |
| image2.jpg | 108.93 KB |
Hi Janakiraman,
The fact is that your node template only specifies the layout for a full node view.
You should include an 'if' check if the node your are requesting is in teaser mode (for ex. on the homepage, or a list view) or in full node mode ( the node itself as a page).
Please view the included template in my previous post for more information on how to check for teaser / page mode.
Greets!
Hi,
I'm not sure I follow - can you please post a screenshot / a link to clarify?
Thanks!