Conflict with RTM extension and Gmail Addons
jive says:
The RTM Extension will not work if you have the Gmail Addons Greasemonkey script on... It was working before google changed the api however. The newest RTM extension is not working with it...
bfreas says:
I encountered this problem as well. Here's my workaround:
Add this bit of code to the bottom of the GMail Addons script to use RTM w/ GMail Addons. This will give you the RTM iGoogle Gadget interface to RTM; you can login to RTM from this as well. You then don't have to use the RTM Extension.
GmailAddons.registerAddon(
{
id: 'tdRTM',
name: 'RTM',
url: 'http://www.rememberthemilk.com/services/modules/googleig/',
indicatorLabel: 'RTM'
});
Add this bit of code to the bottom of the GMail Addons script to use RTM w/ GMail Addons. This will give you the RTM iGoogle Gadget interface to RTM; you can login to RTM from this as well. You then don't have to use the RTM Extension.
GmailAddons.registerAddon(
{
id: 'tdRTM',
name: 'RTM',
url: 'http://www.rememberthemilk.com/services/modules/googleig/',
indicatorLabel: 'RTM'
});
bfreas says:
I went ahead and posted a GreaseMonkey script to add RTM to GMail as shown above.
Remember The Milk + Gmail Addons
Moo y'all!
Remember The Milk + Gmail Addons
Moo y'all!
jive says:
Thanks for the responses fellas. And I am currently using the above script. But it's just not the same as the good ol' RTM extension. (3 click instead of one...)
I hope this gets fixed soon... I miss my RTM extension :( ...
I hope this gets fixed soon... I miss my RTM extension :( ...
jive says:
Anything on this?
adria.richards says:
I have it working in a freshly launched firefox window.
I think when I modified the following line in the Gmail Addon's Greasmonkey script, the RTM Gmail window has enough room to load.
const COLLAPSED_MAIL_HEIGHT = 1200
I changed it from 600 to some different sizes, uninstalled the GM scripts, resized my FF windows and then saw with my history sidebar open, the RTM Gmail was loading
I also noticed two addresses while testing but I haven't looked at the Gmail API or it's variables yet.
https://mail.google.com/mail/?hl=en&tab=wm#inbox
https://mail.google.com/mail/?ui=2&shva=1#inbox
Hope this helps someone!
My software versions
------------------------------------
Firefox 2.0.0.11
Addon BetterGmail2 0.3.2
Addon Greasemonkey 0.7.20080121.0
Addon Remember The Milk for Gmail 1.01
and GM script
Gmail Addon
I think when I modified the following line in the Gmail Addon's Greasmonkey script, the RTM Gmail window has enough room to load.
const COLLAPSED_MAIL_HEIGHT = 1200
I changed it from 600 to some different sizes, uninstalled the GM scripts, resized my FF windows and then saw with my history sidebar open, the RTM Gmail was loading
I also noticed two addresses while testing but I haven't looked at the Gmail API or it's variables yet.
https://mail.google.com/mail/?hl=en&tab=wm#inbox
https://mail.google.com/mail/?ui=2&shva=1#inbox
Hope this helps someone!
My software versions
------------------------------------
Firefox 2.0.0.11
Addon BetterGmail2 0.3.2
Addon Greasemonkey 0.7.20080121.0
Addon Remember The Milk for Gmail 1.01
and GM script
Gmail Addon
jive says:
This has been fixed. The Gmail addons script has been updated, so not the extension shows up fine. please be sure to download it it you are a current user of both:
http://userscripts.org/scripts/show/19956
http://userscripts.org/scripts/show/19956