this is one of my first postings on stackoverflow. I hope I explain my problem clearly for you. I have a local git repo and I work with a git repo on drupal.org (I have the maintainer-permissions). I
Would like to add files to a Drupal6 user\'s account based upon 开发者_StackOverflowcertain conditions (basically just upon new account creation).I want to use the Rules module to accomplish this but
I am trying to set up a Drupal 6 node to load blocks dynamically depending on the selected theme. I figured that I could use $theme_key to determine the name of the theme, and work from there. The wei
I have a custom module called tf_partner. I just modified this to include another argument. Inside the module I have:
In Drupal 6, I have a custom node that consists of j开发者_运维知识库ust one plaintext field.
I successfully set-up Drupal Multisites with: site1.domain.com site2.domain.com site3.domain.com using Virtualhosts and editing the etc/hosts with MAMP on my localhost. I then deployed it using S
I am developing a system which heavily uti开发者_如何学Clizes Google Maps v3. I am working on a module which uses jQuery to dynamically insert my map div - that works.
Whenever I save or create a node of a certain user-defined type, I am back in the edit window in开发者_开发百科stead of switching to the first tab labeled view. All my fields (body, title etc. are as
I can\'t use new version of jQuery. I have 1.6. I have in head ui.core, ui.slider, but when I call $(\'#min-price\').slider();I am getting:
I\'m developing a website using Drupal 6. I\'m using my own theme and it\'s all working perfectly. Now i need to create a custom login/registration form in my website using my custom theme. I have tri