I talked to some guys about an "full html-page"-article in the support-channels yesterday. It seemed impossible for me to submit a given xhtml-fragment.
Today I found a - I would call it - bug, and i'm looking for some verification in this thread. I'm using 4.7.beta4 with an php4.3 and a MySQL-DB.
Currently the javascript functions can't benefit from Drupal's theming functionality and/or translations; Basic calls like l() and t() are not available in Javascript.
We could improve this situation by changing the javascript files in core (drupal.js, progress.js etc) into php files that output js files? The php script would need to set the mimetype of the resulting output, but other than that they can stay the same as they are now.
i've enabled upload.module and i use a file field in my form.
when i submit the form the file doesnt gets uploaded!!
i dont know wat's the reason.. can any one help???
Below there's a patch against 4.6.5 that allows the admin to toggle on/off the display of the "$user's blog" link in the main page and on each individual node.
Please include this feature in the next versions of Drupal. Thank you.
I have a question about how the PHP Filter works in relation to installed modules. Should module code should be accessible through the PHP Evaluator?
I am finding inconsistencies in how this is implemented. There is code from some modules that I can call through the PHP Filter, and some that I cannot. For instance, if I want to get the latest image from an image gallery, I write something like: