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.
In my Safari browser, the content appears to be forced way down low on the page, below the end of the sidebar content, as if the node content were too wide to fit. But here is the thing, it only happens when attaching an image.
Hi guys. I'm very enw to this and have spent alot of time just messing with customisation and finding out how things work. To get a better understanding I need to see the PHP code behind the modules that make everything work but I can't find a way of viewing this code. How can I do this??
I'm not sure if I'm missing something, but when I use the backup module it simply saves my files, but not the database. Is this the case for everyone, or is there something else I should be doing?
To reduce memory usage I split up my module into the actual .module file and several .inc files. Some others modules e.g. gallery do the
same. Trying to port a module to 5.0 I realised this is no longer possible and I cant explain why. I'm not even convinced this is a Drupal issue.
This is the second time that this has happened to me and I have no idea why. I'm writing a form, then using the "submit" function to pick up the form values and do something with it. Yet the "form_values" field is apparently empty. Here is my submit function: