Hi,
I'm starting to do some work with Gmail - and so far its going ok (I've got a couple of cool plugins I want to write: Memo [ for "jotting" notes down, and Calander - which will be a calendar, where they can enter their own "special dates", and these will then show up on the their calander - and also when they login)
I've come across a bit of a roadblock though.
In GLinks, you can use:
... but I'm struggling to try and get this to work with GMail.
From looking at webmail.cgi, I've found:
The problem I'm trying to get past - is how do you show a "basic" template (i.e a "core" template page, with folders, general header etc), so I can put my own content where I want it?
I tried:
..but that gives me an error:
Can't use an undefined value as an ARRAY reference at /path/to/admin/GMail/Folders.pm line 83.
Please enable debugging in setup for more details.
Can anyone shed any light?
TIA!
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
I'm starting to do some work with Gmail - and so far its going ok (I've got a couple of cool plugins I want to write: Memo [ for "jotting" notes down, and Calander - which will be a calendar, where they can enter their own "special dates", and these will then show up on the their calander - and also when they login)
I've come across a bit of a roadblock though.
In GLinks, you can use:
Code:
Links::SiteHTML::display('template', { arg => $arg } );... but I'm struggling to try and get this to work with GMail.
From looking at webmail.cgi, I've found:
Code:
GMail->print_page($page, @tags);The problem I'm trying to get past - is how do you show a "basic" template (i.e a "core" template page, with folders, general header etc), so I can put my own content where I want it?
I tried:
Code:
GMail->print_page('memo_main.html');..but that gives me an error:
Code:
A fatal error has occured: Can't use an undefined value as an ARRAY reference at /path/to/admin/GMail/Folders.pm line 83.
Please enable debugging in setup for more details.
Can anyone shed any light?
TIA!
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

