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 read all the posts about video.module, but didn't find any working solution for uploading video files via video.module directly. But i know someone got it working already and i was wondering if he/she could share it with the rest of us.
as I am more of a "php & mysql do it yourself"-guy I would like to ask a quite general question: how do I implement N:N relations with drupal nodes?
Just imagine three entities: "organisation", "Article" and "Theme" (this are NOT drupaö Terminology, just generic names).
Normaly, to connect these three entities I would create a table that contains Org-ID, Article-ID and Thema-ID, that would enable me to create "Organisation X writes an Article on Theme X" Relations.
If I want to add some business information to, say, the Drupal 'user' record, is it wise to modify the Drupal database directly, or to create a separate DB?
Modifying the Drupal 'user' record seems the most sensible approach because it keeps all the user information in one place. But what are the implications of this when a new version of Drupal comes out, especially one that makes it's own modifications to the DB structure? Will I be able to do the update and carry my old data over without too much hassle, or am I making trouble for myself just considering this?
Perhaps what I want is impossible to do, but I would like to have a xhtml 1.1 compliant website, and to allow authors to write articles with a wysiwyg editor... My problem is that editors seem to use align="left" for images when we want a float:left style, and so it is not xhtml compliant...
Anybody knows of a good way to have both a wysiwyg editor with image support, and a xhtml 1.1 compliant website?
Perhaps what I need is a module to translate some html code to another codes :)
Can anybody explains me how to use htmlarea to insert and upload images? I cannot figure out how it works. I have installed htmlarea, image module, even upload module (in case of), and I have activated some htmlarea plugins. (don't remember which ones, but all with the name "image" in them.
I am so delighted to join you community. I have been reading everything I can get my hands on from the handbooks to the forums. I have some simple questions that I have yet to find an answer to. I guess I am looking for a simple drupal tutorial or help.
For instance, I see how to add a new page but it adds it as a box on my "index" page. How do I make different pages and actually link to them while keeping my sidebars the same?