Live writer and ublogsy issue in 'Link to document' property
Hello,
we are using ublogsy for one of the blog and now there was a need to integrate it with Windows Live Writer (WLW) so we referred to few of the links which we found from google for using WLW with umbraco ...
we are facing very unique problem ...if we post from WLW it gets posted to umbraco under correct node but it shows '#' in 'Link to document' property (under properties tab) instead of path to document as per tree hierarchy ...
also we are getting following error in umbraco log
Couldn't find any page with the nodeId = 1247. This is most likely caused by the page isn't published! Parameter name: nodeId
can someone throw some light on this issue. What might be going wrong and how can we get it working ?
Live writer and ublogsy issue in 'Link to document' property
Hello,
we are using ublogsy for one of the blog and now there was a need to integrate it with Windows Live Writer (WLW) so we referred to few of the links which we found from google for using WLW with umbraco ...
we are facing very unique problem ...if we post from WLW it gets posted to umbraco under correct node but it shows '#' in 'Link to document' property (under properties tab) instead of path to document as per tree hierarchy ...
also we are getting following error in umbraco log
can someone throw some light on this issue. What might be going wrong and how can we get it working ?
waiting for reply
Regards,
Jinesh
Which version of umbraco and ublogsy are you using?
umbraco - 4.7.1.1
ublogsy - 2.0.0.1
Do you have auto date folders enabled?
yes
That's probably it then.
DateFolders will create folders and move a post to the folder. But does not publish it.
2 options:
1. Disable date folders
2. Create your own event handler which publishes the node when it is moved.
Thanks Anthony,
as per your suggestion i made changes and it worked and following is the code which might help some one in future
thanks once again ...
Regards,
Jinesh
is working on a reply...