Site switches to mobile theme in IE 10 desktop ("mobile tools" drupal 6)

Site switches to mobile theme in IE 10 desktop. I've checked all the settings and the only setting change that makes a difference is shutting the theme switching option off. -_-

I've tried using browsecap and the included Mobile Tools Detection and still nothing's changed. Also tried shutting the cache off, still nothing.

I've already posted this on the "mobile tools" module bug pages but I was wondering if anyone had a quick fix or someway to trouble shoot this. (and it will most likely take a while for them to get to my question)

e-mail newsletter with rate-limit and opt-out

I'm looking for a way to send an e-mail newsletter to all users of my drupal D6 site, with the following requirements: a) Rate limit of 1 e-mail every 10 seconds (to stay within my Amazon SES quota). b) easy opt-out (by visiting a personalized link in the newsletter).

I am looking at some modules like simplenews, but I don't see how they fulfil the rate limit requirement. I would prefer a solution that just handles the opt-out, while I send the actual email through other means (Using Amazon SES SDK). But I'm open to a complete solution as well.

Experienced Drupal Developer required in Mumbai

Experienced Drupal Developer required in Mumbai

We are looking for a experienced drupal developer and themer on project basis for an extensive media portal.

The developer should have good knowledge of Drupal 6 & 7 along with custom module alterations

Weekly Payment system

Send in your profiles to rahul.sheth70@gmail.com

global $user problem

Profile values are not available in views. I need to user_load every time, when I use global $user for profile values. But when I use hook_user for login it has all values of profile.

function demo_user($op, &$edit, &$account, $category = NULL) {
if ($op == 'login') {
global $user;
flog_it($user);
}
}
Log shows all the values with profile values, but when I go any view the "global $user" profile values are missing. Is there any way, to avoid user_load all the places or I should use in the same way.

How to translate Built-in interface text

Hi

I have a multilingual site. I want to translate a Built-in interface text in german language. Can anybody tell me how can I do this.

Why are single quotes turned to & #39; in hook form alter?

Hello!

I am trying to add some google analytic goal tracking code to various forms for a 3rd party SEO company.

In my custom module I have the following in a hook_form_alter:

$form['#attributes']['onsubmit'] = "_gaq.push(['_trackEvent', 'Product Pages', 'Clicked', 'Add to Cart – ".$form['node']['#value']->title."']);";

It works, however all the single quotes turn to: & #39; and no amount of escaping seems to fix that. :

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x