I am using jquery accordion (v.1.8). When I use prefix for div creation id is missing i.e. $form[\'container\'开发者_如何学编程] = array(
开发者_StackOverflowI\'m attempting to write a PHP snippet that will rebuild the cached output for all pages and displays in a specific view. I have a separate process currently clearing out the cache
My question is how can i figure out the duration of hook_blo开发者_运维知识库ck cache time and then how can I control it?
I try to guard a file, which I sa开发者_如何学编程ve from a form, in a path I specify. I use file_directory_path that returns the path to default, what do i doto change the path or to modify it to per
In most of my drupal 6 sites, I use pathauto, xmlsitemap and nodewords. I like having canonical tags for all pages, as an added layer of protection against having duplicate content.
I have following setup in Drupal 6: Node Content Type: uprofile Fields: field group: group_about with fields field_about_me, field_programinfo
In the code below I\'d like to show the created date, author and have them be linked but nothing for they do not show. I believe I need to be doing $node-> rather that row, haven\'t figured out the
I have a Drupal website. When a user开发者_开发百科 logs in to my website with his FB account, I need to show his friends who are already a part of the Drupal website or else bring all his friends fro
I am altering the value of the form action for the basic search form on a Drupal site. Here is the line I added to our hook_form_alter() implementation in our custom search module:
What I\'d like I want to be able to reset a users password without emailing them. I also need to do thi开发者_StackOverflows via REST (it\'s for a kiosk system).