D7: Drupal Emails, Wrong FROM Email Address

/admin/config/system/site-information

I updated the email address from: admin@wampserver.invalid to noreply@all1equal.com (my domain name) -- but Drupal is still sending from the old address instead of the new one (which is causing emails to land in the spam box).

I cleared cache, refreshed, tested. Where is it still pulling this old email address from? Ideas?

Drupal 7 in AWS EC2, only INDEX is displaying

Hello guys!

I successfully installed my site in AWS EC2. I can see the interface. But the links are broken. Whenever I click any content or links in the website, it directs me to:

-------------------------------------------------------------------------------------------------------------------------------------------------------

404 Not Found

Not Found

The requested URL /(directory)/(nodes) was not found on this server.


Apache/2.4.29 (Ubuntu) Server at (Server IP) Port 80

Why does drupal_add_js add file to footer even when I specify header?

I want to add an external file to the header (<head>). To that affect I copied what others have done and used drupal_add_js();:

  drupal_add_js('somefile.js', [
    'type' => 'external',
    'scope' => 'header',
    'defer' => TRUE,
  ]);

But it always appears at the bottom of the page no matter what. How can I get it to appear in the <head>?

Creating content in different languages

Hello,

I'm trying to use Entity Translation to allow users of different Countries to create a custom content type.

Currently the only thing being translated is the Title. How do I enable translation of field labels?

Thanks,

dt

Problems #dependecy of ctools with #ajax in form api

Hello, I have two fields in a form that alternate as I select a third. This function is made with #dependency of ctools. I am trying to do a validation with #ajax so that the page is not read every time it is pressed. The user presses submit but on the screen that returns #ajax the functionality of #dependency of ctools is lost and the two fields can be seen at the same time. I have already tried many things but I am stuck, if someone has had the same problem I would appreciate the help. This is the code of the three fields.

How do I make a group shopping list?

I’m trying to build a group shopping list. 

I’ll start by displaying a select list of available items, from which my users can choose what they want. That part is easy. 

Now I need to collate those individual lists into a single master list, showing totals for each item, and who selected what items. 

For example, the master list would show that I need to buy a total of 4 loaves of bread, and that Mary gets one, John gets one, and Fred gets two.  

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x