Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I made a simple block module to embed a HTML5 player that plays an mp3 audio stream. It's working fine but now I want to keep memory of the player state (pause or play).
When user clicks "play", the player must autoplay on all the website pages until user clicks pause.
I thought I could make it easily with webstorage, here is my code :
Regina Public Schools is one of the largest school divisions in the province of Saskatchewan, Canada, with no less than 44 elementary schools, 8 high schools and 3 faith-based associate schools.
But these are just... numbers, right? Like “23,000”, which stands for the total number of students whose educational needs the Regina Public Schools serves.
And still, beyond numbers, what truly sets it apart from other education institutions — besides its commitment to early French immersion education beginning in kindergarten — is its set of priorities and shared values:
I'm hosting several domains on my server, both for mail and for web sites. I'm using Postfix for mail and nginx/php5 for Drupal.
In Drupal setttings I configured Mail address in system settings as "admin@domain1". When I sent mail through contact formular, the from address looks like following:
From: My-site-name <admin@domain1>@domain2
What's wrong here? Who appends "@domain2"? Is this a setting in php.ini? Or something in Postfix?