Top new questions this week:
|
Whenever I view a node page, I want to call a function but I'm not sure how to do that.
I was thinking I should use hook_menu() and declare the path as node/%, and attach a callback function to that …
|
I would like to pass variables from my custom module to some of my custom themes.
The most tutorials are concerning using hook_theme function but as I understand, it works only for creating new theme …
|
When writing a (translatable) plugin in Drupal 8, you have to use Drupal\Core\Annotation\Translation;, and then wrap your value in @Translation("value"), however when implementing the FormInterface, …
|
I love using the Infinite Scroll module with Views. But does Google limit indexing to to only those first bunch of nodes which appear in the view?
I'm guessing that when using a regular pager, …
|
Regarding the features module: I am working with a module which was created by features. I see a lot of .inc files in the module, but see very few actually included. Does this make any sense? I know …
|
I am creating a node programmatically , In the code given in the link
http://timonweb.com/how-programmatically-create-nodes-comments-and-taxonomies-drupal-7
after creating a node,
the code goes as …
|
Drupal 7.
I've got an (ECK module) entity form. The form's only field is a multi-value field of the field_collection (Field Collection module) type. The field collection contains two fields: a …
|
Greatest hits from previous weeks:
|
I have 2 drupal sites, both using Drupal 7. How can I add full HTML format, and attach CKEditor to it?
|
I've been learning how to use AJAX with Drupal 7. I already know how to use the '#ajax' attribute with a form and also how to use the 'use-ajax' class with a link.
I have a nice jQuery slider on my …
|
Can you answer these?
|
I'm trying to add nodes via a JSON feed. However, I'm having trouble setting the value of a select list field.
I have this at the moment:
$node->field_name[0]['nid'] = …
|
I've got the following information to store:
SalesChannel F --- ( Price D ) --- Product A --- (Price X) --- Supplier V
SalesChannel G --- ( Price E ) --- Product A --- (Price Y) --- Supplier W
I …
|
I am facing a strange problem.
Environment
Drupal 7.23
Video Module
File system Writable (public download method)
When i trued a custom HTML5 Player from MediaElementjs its not loading video. …
|