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.
Running the new video.module, and uploaded a video as a test.
Questions:
1. How do I do it so that when a person clicks the link, it goes straight to playing the video. I prefer not to have all those options above the video. Is there a way to get rid of them and just have it play normally like most other video sites? A simple of version of say this page: http://www.dumpalink.com/c/Movies
When logged in with Admin privileges, when I click on administer then modules I get a blank page.
The address in the address bar is http://www.mysite.org/drupal/admin/modules
but the page is totally blank.
All of the rest of the administer menu item work fine. I have made no changes so I do not know what happened.
Is there a way to insert PHP into category descriptions? I want to execute a little PHP snippet to insert something into a category description, but I find that Drupal treats the PHP code as plain text.
I have large list in a mult-select box in a new module. Using form_select and dynamically populating it. How do I adjust its height? It shows the first 4 items, but I'd rather show 10 or 15 in this particular page. Don't see those as available parameters for form_select in API.