Create new blog post based on the logged in user? Options
atremblay
Posted: Saturday, May 17, 2008 4:31:48 AM

Rank: Devotee

Joined: 2/23/2007
Posts: 92
Location: Simsbury, CT
I installed the blog package a few months ago and played around with it. I had to reformat my harddrive and lost some work d'oh! - I do remember being able to create a new blog post based on the logged in user with a click off the Content page in Umbraco. Does anyone know how to install this?

thanks in advance.

Al Tremblay
imayat12
Posted: Monday, May 19, 2008 2:39:36 PM

Rank: Addict

Joined: 7/19/2006
Posts: 599
Location: Preston, UK
Al,

Check in the metaBlogConfig file in the config directory the user account has been set to use the blog.

its the name field you want

Code:

<metablogapi>
  <channel>
    <name>Blog</name>
    <user>0</user>
    <startNode>1526</startNode>
    <fullTree>True</fullTree>
    <documentTypeAlias>umbracoBlogPost</documentTypeAlias>
    <fields>
      <categories>tags</categories>
      <description>bodyText</description>
      <excerpt>
      </excerpt>
    </fields>
    <mediaObjectSupport enabled="True" folderId="1710" mediaTypeAlias="image" mediaTypeFileProperty="umbracoFile" />
  </channel>
</metablogapi>


Level 2 certified. If it aint broke dont fix.
atremblay
Posted: Tuesday, May 20, 2008 1:51:08 AM

Rank: Devotee

Joined: 2/23/2007
Posts: 92
Location: Simsbury, CT
Thanks so much!

Al Tremblay
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.