I upgraded a site from D6 to Drupal 7 and missed to check if D7 haves this features or module.
Unfortunately there are lots of ways to embed nodes in nodes for Drupal 6, but nothing for Drupal 7.
Need finishing the site next 24 hours and I'm in a very stressful situation because of this.
I automatically fill part of my database. I just found out that it set the comment flag on 1 and i would like to have it on 2. How do i set the comment flag with PHP.
I have a select field which i want to change to automplete. Somehow i can use the autocomplete solution from node_reference module, and it works but can't make my own.
So the fields with
['#autocomplete_path'] = 'node_reference/autocomplete/node/field_media_from_reference';
change to autocomplete fielld
but mine with
['#autocomplete_path'] = 'dl/autocomplete/test';
do not, stay as normal textfield
I would like to custom the output of the 'content' page/listing of nodes in the admin menu.
How can I display the name of a field from an entry of my custom node ?
Could someone help where to start, where to look !?
I need a linked in integration module for drupal 7. I just search on google but I can't find one. Any one please help me to integrate linked in with " drupal 7 "