I have a second testing box that is a direct clone of an earlier state of our main web server. I recently wiped the database and pulled in a new import of more recent data and have been experiencing issues with the anonymous user unable to view any content. In the progress of my troubleshooting, I attempted to run the update.php script. I load to the Overview page just fine, the site is in Maintenance mode, but when I hit continue I am routed again to the same page I was on, the only visible difference I can see being a change in the token in my URL.
Hi all,
Is it possible to override user_mail() via mymodule_mail() to change the welcome emails?
I tried that, setting $key to the values I found in _user_mail_text() but it doesn't work.
The code I used is something like the following:
function mymodule_mail($key, &$message, $params) {
$language = $message['language'];
$variables = user_mail_tokens($params['account'], $language);
switch($key) {
case 'register_no_approval_required_body':
...
I am trying to make the heights of my panels equal and trying to do it using the equal heights module.
I am using the 4x4 -3x3 adaptive layout and each panel has its content. I want the heights of all the panel or panels in a row be equal.
so as per the documentation of the equal heights module I enter the class name, which as per my understanding is panel-panel in the configuration of the equal heights module like this:
'.panel-panel:100,500'
but this does not make the panels into equal heights.