By gillesbailleux on
Hi,
The video module gives great results for YouTube videos. I wonder if anyone can tell me how to remove the help link provided beneath each video :
Problems viewing videos?
youtube.com
Thanks
http://blog.jamar.mr
Comments
You can't do it without
You can't do it without hacking the module file. Hiding it with CSS might be a better option.
If you absolutely want to remove the code, then you can do so by modifying the last line of the
_theme_video_format_playfunction to readreturn '';, probably around line 1455 ofvideo.module(depending on what version you're using).Hope that helps.
- Corey
Problem solved
Corey,
Thanks for your help ; it works fine :
Best regards,
Gilles
neater
neater solution: