My version of moblog for lifetype

Published on 00:26, 03/27,2006

Ok I admit it is not too clean and needs some more efforts to refine it. But it is here and it works with blaogy.com

 What I did is to create a domain mail forwarding. You have to be sure that everything mailed to your domain (eg. really.every.thing@domain.tld) is forwarded to an email address to be parsed (I use gmail :-) )

Then in the moblog configuration you put gmail's config (In my case since gmail use SSL, don't forget to put ssl://pop.gmail.com)

 And that's all.

If you find some improvements, please let me know

moblog.zip 

 


CSS Overwrite Plugin

Published on 00:20, 03/27,2006

I have just released CSS Overwrite Plugin. This is the first plugin I
created for lifetype.

It is in fact an alternative for the TemplateEditor plugin. This
allows blogger to overwrite an existing CSS in a template or
create/import CSS in a completely blank template.

To use it. Just paste de code below in the header.template of the
template that should be overwritten. You can put it just after



{if $cssoverwrite->isEnabled()}

{$cssoverwrite->getCSS()}

{/if}



It can be downloaded here below
Cssoverwrite.zip