I have a strange p开发者_运维问答roblem in drupal. When I\'m trying to change _any_ setting in the drupal admin (caching under performance, temp-directory under file-system, default filter under filte
I have a webform. I have written the php code in my module file which executes on webform submi开发者_StackOverflow社区ssion.
So I have the following code: $name = \'somename\'; $display_id = \'someid\';开发者_Go百科 if ($view = views_get_view($name)) {
My batch table has become huge an开发者_如何学God is slowing down my site. No batch seems to be running.
I have my page.tpl.php with a standard h1 tag: <h1><?php print $title ?></h1> All is 开发者_运维技巧well with the world, however, I want to use an aimge to style my H1 tags with f
I have a module with a drupal_goto() that redirects users if they don\'t pass the age requirements (wine site) in hook_init().The module is set with a heavier weight so it loads last.
I got 开发者_JAVA技巧4 FacebookLogin modules in Drupal. Can anyone please suggest which module is the easiest to use.http://drupal.org/project/fb has been working well for me.Recently there was an iss
Is it possible to , in Drupal 6 using Views, to specify that an image should be shown only if it belongs to the page? I want to make a header im开发者_运维问答age that\'s different for every page, so
i am trying to insert data to database but it removing braces\'{}\' while inserting i am using this code.
I am a newbie in Drupal, I just created开发者_高级运维 a module and try to display. But the block HTML code breaks all boundaries of the Theme. How we can control the HTML in blocks ?