Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a client that has a library of video files in .flv format. I would like to use the excellent Flashvideo module to let him attach and display videos in a CCK content type.
My problem is how to bypass ffmpeg. All the videos are ready to go without any conversion- they just need a an easy way to be uploaded and attached to a node.
I currently have my own node module written but I want the output to be created as a forum topic now.
So, I would like to know if anyone knows how to customise the forum topic node form, so that I can return the HTML output from a form, as the forum topic's body.
I was thinking if I could just alter my module and change node_insert to database INSERT into "forum" tables, but I know that the forum.module is complicated and inserts into many tables. Does anyone know how to do this?
right ive manage to get my head around the theme design and stuff but when u activate a block in lets say right side bar it puts all them down in one block on my deisgn, is there a way i can create another reigon like the content,left,right and footer so i can make my second block on right that reigon