Using Windows Live Writer With LifeType (Tutorial)

Using Windows Live Writer With LifeType (Tutorial)

Postby spollo on Fri Mar 09, 2007 1:50 pm

Here is a short tutorial on how to setup Windows Live Writer for use with LifeType. :)

http://omar.spollo.com/blog.php/2007/03 ... r-with-lt/

Regards
spollo
 
Posts: 15
Joined: Mon Feb 20, 2006 11:37 am

Postby phunkphorce on Fri Mar 09, 2007 3:11 pm

Is it working fine? I remember there was an issue logged in Mantis regarding WLW and getting the list of categories from the blog via the metaWeblog API:

http://bugs.lifetype.net/view.php?id=1094

Do you have the same issue?
phunkphorce
Lifetype Expert
 
Posts: 9028
Joined: Mon Aug 25, 2003 6:34 am
Location: Suomessa

Postby spollo on Mon Mar 12, 2007 8:45 am

You are correct and I even didn't realize about it! I post to my blog using a Mac and Ecto, so I never really use WLW.
spollo
 
Posts: 15
Joined: Mon Feb 20, 2006 11:37 am

Postby phunkphorce on Mon Mar 12, 2007 9:10 am

As you can see, we haven't fixed it yet...
phunkphorce
Lifetype Expert
 
Posts: 9028
Joined: Mon Aug 25, 2003 6:34 am
Location: Suomessa

Postby ailon on Sat Sep 08, 2007 4:52 am

I was able to fix the category listing problem by modifying metaWeblogGetCategories method in class/net/xmlrpc/xmlrpcserver.class.php like this:

Code: Select all
            foreach($cats as $cat)
            {
                $dummy                   = array();
                /* changes by ailon for Windows Live Writer */
                $dummy["categoryId"]    = $cat->getId();
                $dummy["categoryid"]    = $cat->getId();
                $dummy['categoryName'] = $cat->_name;
                $dummy['description'] = $cat->_name;
                $dummy['title'] = $cat->_name;
               
                //$dummy["description"]    = $cat->getDescription();
               
                   // disable the generation of xhtml content or else the IXR_XMLRPC library will
                   // escape things twice!
                $url->setXHTML( false );
               
                $dummy["htmlUrl"]        = "http://";//$url->categoryLink( $cat );
                $dummy["rssUrl"]         = "http://";
                //$ret[$cat->getName()]    = $dummy;
                $ret[]    = $dummy;
                /* end changes by ailon for Windows Live Writer */
            }


Some of the changes might be excessive but I had no time to find a minimum changes solution. Basicly changing $ret[$cat->getName()] = $dummy; to $ret[] = $dummy; made the categories apear.
ailon
 
Posts: 13
Joined: Thu Apr 14, 2005 3:33 am

Can't get to the tutorial

Postby msudawwg on Fri Oct 12, 2007 3:25 am

I'm having problems configuring my Windows Live Writer with Lifetype...Why doesn't the link to the tutorial work?
msudawwg
 
Posts: 1
Joined: Fri Oct 12, 2007 2:59 am
Location: Lucedale, MS, USA

Postby hyedipin on Sun Feb 24, 2008 7:04 pm

Hello, can anyone provide a solution for live writer to work without any problems? I like lifetype but I would like to be able to post remotely. Above link is no longer alive.
hyedipin
 
Posts: 40
Joined: Fri Oct 27, 2006 11:50 am
Location: New York, NY

Re: Using Windows Live Writer With LifeType (Tutorial)

Postby newtech1 on Sat Apr 26, 2008 8:41 am

I have a client wanting to use Windows Live Writer. Has anyone resolved this issue?
newtech1
 
Posts: 583
Joined: Thu Oct 13, 2005 12:02 am
Location: Seattle, WA, USA

Re: Using Windows Live Writer With LifeType (Tutorial)

Postby newtech1 on Mon Dec 29, 2008 2:53 am

Have another cliend that wants to use Windows Live Writer-Anyone getting it to work properly with LifeType?
newtech1
 
Posts: 583
Joined: Thu Oct 13, 2005 12:02 am
Location: Seattle, WA, USA


Return to Configuration and Installation