I want to write a drupal module which will toggle between 2 themes according to the time of the server.
im building a website for learning .. and it have a live streaming 开发者_开发问答session section on the website where users can watch a live session online.
Is there a module or set of modules that can be used for this purpose. I process the data using sql scripts etc outside of Drupal. I\'ve read that the combination of Views and CCK could work, b开发者_
I\'m working on a Drupal 7 website, on a multisite installation (which might be important, since it means that I am not allowed to modify the core modules)
I\'m making a new widget for taxonomy term references where a submit button makes an ajax call back to drupal to alter the form.Here\'s what I have:
I have a couple 开发者_JAVA技巧of custom PHP functions that I would like to make available to several modules I created.
I have created a new user and I have given the rights to edit and display some specific content type, and the user has no other rights. Also I have created for him an shortcut list with some specific
I\'ve been searching low an high to do this. I want to create a no开发者_如何转开发rmal menu item programatically that links to its parent. Similar to the concept of default menu task, but just a norm
Is there any module which block/truncate the user from login for X(say 5) days. It should shows notification \"You have been blocked for 5 days by 开发者_JS百科moderator\" or something like that.
I am using menu_block with D7. I read the readme (or: http://drupal.org/node/748022) but when I define a function kw_menu_item_link__menu_block__6() in my template.php, it is not being called.