Top new questions this week:
|
I want to import data from a external source and so am writing a module that creates content by populating the fields of node bundles in code. I followed this guide which is great.
So I am working …
|
I have a problem, may you guys can help me :)
I have content type called book, and it has field called stock. Instead of using node_save() I want to update value of book stock using manual query. I …
|
I'm attempting to create a drush command for use outside of a Drupal install. It's basically a script to make a copy of a distribution starter kit and do some string replacing. I'm following the …
|
I have these two functions,
the first is to send the email via drupal_mail() function :
function example_function_name($what) {
drupal_mail('MYMODULE', 'some_mail_key', '[email protected]', …
|
I have a content type A
How can I add custom theme to edit page of that content type A in drupal 7 only for specific role ?
In my module,
function …
|
I am using Drush make files and Drupal Installation profiles to streamline the creation of new Drupal websites (which are created in the sites directory of my Mac).
Everything is working fine. The …
|
on view page there would be a 2 level taxonomy term listed as menu.
If i select any leaf taxonomy term for e.g (mobile -> mobile accessories) whereas mobile accessories is the leaf taxonomy term.
…
|
Greatest hits from previous weeks:
|
I'd like to add additional fields to the user profile. I'd like user to be able to edit almost all the information I store in the database about him.
I have some ideas: maybe it's possible to do …
|
How to copy content type in Drupal 7 ?
I can't find a button to duplicate content type.
|
Can you answer these?
|
I am using Drupal CkEditor.
I want to customise the styles that appear in the drop down menu.
I also want to remove some of the buttons. How can I do this?
Steps I have taken to remove styles:
…
|
I'm using better exposed filter module, and trying to build a filter based on a hierarchical taxonomy. But I can't work it out. Whatever how many terms in the taxonomy, the filter only show two …
|
I am using feed module to import form excel file, one of my field is a incremental number 1,2,3,4,5 ,..... ' , I get it as 'GUID' in feed importer.
I want sort the result in views, I see the views …
|