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.
Basically I want to integrate something called psychostats (http://www.psychostats.com/ps3demo/) into drupal. It was pretty simple in phpnuke by using an Iframe. In drupal, I can't figure out how to get iframe inside. I've searched for posts related to iframe, but as a noob, I'm still lost and confused. Closest I was able to get was installing something called Iframer, however, it seems outdated, as I'm using 4.7.2. It's slightly borked in some ways. Any ideas?
(This is a very common problem. It seems a lot of people have it. I'm posting it almost as a right of passage.)
We have users with blogs. The blog entries do not go to the front page by default. I want a special role, say 'Editor', to be able to do this. I've played around with nmoderation and it almost does what I want with one huge problem: I want my 'Editors' to be able to promote all blog entries to the front page -- including their own.
So... I've downgraded my website from MySQL4.1 to 4.0. In the process some of my custom nested MySQL queries no longer work. I need help from some of you MySQL gods and goddesses of code in translating this query into a form that 4.0 can take. :-)
Ok, so here's the query (embedded in a php database translation layer, but I think you get the drift):
Howdy all. I tried installing the multiple checkboxes for the user profile via the profile.module_4.patch, but it was coded for 4.6 and didn't completely work. I tried modifying it and almost got it to work with 4.7, but got stuck. Is there a version of this patch around for 4.7? Thanks!