Top new questions this week:
|
What is the deal with all the parameters with, and without, a prefixed underscore character?
Where does Drupal decide how to process these parameters?
Was this concept introduced from Symfony, or is …
|
I have activated CAPTCHA but bots still register on the site. If someone can advise how this can be prevented.
|
What is the difference between drupal_add_js() and $form['#attached']['js'][] ?
When is the purpose of using each of the above functions?
(I mean I know that it is used to attached js to say form if …
|
It's clearly documented that drush rsync requires one of the sites to be local. I'd like to understand why this restriction is in place. I have configured site aliases to work with ssh, and I'm able …
|
I need to limit the textarea message of the core module contact form to a certain number of characters.
Here are the facts
The Form API does not allow to set a maxlength on textarea field types …
|
I am using the Lightbox2 module in Views to make a image larger on click. This works great, but I also want to show a preview of the image on mouse_over. I also use hover_preview module, but I can't …
|
Using a custom module, I'm trying to add "Schedule" links to each of the rows of the table on node/%nid/revisions, but can't seem to figure it out. Do I have to override the entire function …
|
Greatest hits from previous weeks:
|
I want to know where Drupal (or its modules/plugins) create temp files. Is it sites/default?
I'm especially talking about D6.2
|
Is there a way to hide the field label when rendering a custom field in Drupal 7?
In my node template I have:
<?php print render($content['field_image']); ?>
Which gives me:
<div …
|
Can you answer these?
|
I have a product display using facets that I have tried in vain in views to add a flag/unflag link to with views I already built a separate comparison view with the relationship to flag and the …
|
I am using Views and Views Data Export to create a page of XML data from a specific node type.
The node type has a taxonomy field with unlimited output so that views returns all the selected terms as …
|
I have set up search_api_solr - integrating search_api_ajax, facetapi and search_api_ranges into the results for a better flow.
I keep hitting an issue with regards to search_api_ranges where …
|