Top new questions this week:
|
I'm currently busy with a website for a costumer. This website has to be W3C validated. There was a problem on the search page of the site with a double ID:
<div class="form-item" …
|
I have been developing a site and I feel that it would work really well as a Drupal distribution. I have no idea about how to create one, but I am familiar with drush make, install profiles etc. What …
|
I find some garbage values in the from field of email sent from contact us page in webmail(as in the image From= field below in the top left in which "F" is cut-off by mistake). I've configured …
|
My custom module make ajax request on _node_edit form after input changed by user, and menu callback save this field's data (only this field, not all node object). Menu item is as …
|
I'm trying to alter theme registry:
function comment_simplify_theme_registry_alter(&$theme_registry) {
$module_path = drupal_get_path('module', 'comment_simplify') . '/tpl';
…
|
I'm updating a node's references (list of them - rendered entities) manually with AJAX and experiencing performance problems.
$.ajax() is used to call a view rendered with the simplest page.tpl.php …
|
Very simply, I'm creating a date of birth field pragmatically like so:
$form['dob'] = array(
'#type' => 'date',
'#required' => TRUE,
'#title' => t('Date of Birth'),
…
|
Greatest hits from previous weeks:
|
I am creating a simple module which will be sending HTML emails to users for deals in our website.
I have searched a lot, but I can't find a solution proper solution for Drupal. Now I can send mails …
|
I am looking for a snippet that lets me display the total count for a specific node type, e.g. "Pages = 167" or "Products = 10630."
What code should I use to achieve this?
|
Can you answer these?
|
Just that.
I need to enable ckeditor to write the text body for the welcome e-mail message at admin/config/people/accounts
How can I do this?
|
I'd like to run a report that will show info about each shopper, as well as the total dollar amount they have spent on my site. I know that the "Customer Orders" page (for instance, …
|
After moving my drupal installation to another domain (and server) ajax calls end up beeing redirected from the login-page to the target and back until the timeout is reached.
Why the target …
|