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 an AJAX script that updates content periodically and the only way I can get it to work in a block is if I have the files in a stand-alone folder and create an iFrame in the block that references the page. I tried doing a PHP include(""); but that did not work. Anyone know a better way?
Using CVS version. On quite a few themes but not all, I get the word "Array" always near or in the header towards the left side. Wondering what is causing this?
I'm wondering if it's possible to create a content node where some of the field values are predetermined and therefore not visible to the user. For instance, I'd like to be able to make a "Create News Article for Sales" menu link that pre-populated a taxonomy/category value (without needing to create a separate CCK type and using hidden containers as I'm doing currently) and perhaps specified a certain blurb for the end of the post. Is there any way to do this using CCK, etc?