Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Episerver Blog

Vote:
 

Hello

How can i integrate/implement the Episerver Blog to our Site?

Thanks

Rachappa

#46135
Nov 29, 2010 16:25
Vote:
 

You'll find example Blog templates in the Alloy demo templates, available here:

http://world.episerver.com/Download/Items/EPiServer-CMS/Version-6/EPiServer-CMS-60/EPiServer-CMS-6-Demo-Site/

 

#46138
Nov 29, 2010 21:36
Vote:
 

If you search a bit there are some threads and blog posts about how to do this with the EPiSErver 5 blog demo templates.

#46143
Nov 30, 2010 8:30
Vote:
 

Hello

Thanks for the Info. I was able to implement the BLOG in our site. I used the existing demo templates project. But there is one issue that i am facing. In the demo templates when we add a Personal Blog Start page, and if we right click that page and if we want to add page which is blogitem, automatically the demo templates project picks up Blog Item page type and DATES and TAGS item was created beneath Blog Start Page where as in my project these are not coming. Can any one help me out

Thanks

Rachappa

 

 

#46226
Dec 02, 2010 18:12
Vote:
 

Yes, you need to register a HttpModule as well (bug in the demo project).

Something like this: <add name="BlogEventHandlers" type="EPiServer.Blog.EventHandlers, EPiServer.Blog"/> (note tested)

#46231
Dec 02, 2010 18:58
Vote:
 

Hello Frederik

Thanks for the quick response. I was able to get rid of that and now the dates & Tags are coming. But i do have a problem with Item. Items are not getting created. Any thoughts...

 

Thanks

#46232
Dec 02, 2010 20:28
Vote:
 

Hello

This is the error which i get when adding a blog item.

Parameter has no page set
Parameter name: pageLink

#46234
Dec 02, 2010 21:26
Vote:
 

I think there is a dynamic property that has to exist.

 

#46235
Dec 02, 2010 22:40
Vote:
 

Hi

I just debugeed the Episerver.Blog.dll, If the tags are not there and if i need to create a first tag attribute then it's failling. In EPiServer.Blog they are checking the count of Tags.

#46236
Dec 02, 2010 22:43
Vote:
 

Take a look at this blog post: http://www.epinova.no/blog/Jorgen-Helgheim/dates/2010/4/EPiServerBlog-setup-/

#46243
Dec 03, 2010 10:42
Vote:
 

Thanks All. I was successfuly able to integrate the Blog Module into our site. The main thing is in most of the articles they have not mentioned about Categories. That's were I was having problem.

 

#46253
Dec 03, 2010 16:56
Vote:
 

Hi Rachappa!

I'm having problems with integrating the blog function in my project, i was wondering if you could be so kind as to share how you did it step-by-step?

I have tried from the alloy template package and also looked at the link previous in this thread, but i would like some more hands on tips.

Would be very grateful for your assistance.

/Jonas

#46392
Dec 09, 2010 13:41
Vote:
 

Jonas: at which step are you having problems?

#46394
Dec 09, 2010 14:47
Vote:
 

I have followed the steps provided in the blog post from epinova and tried to adapt the pagetypes and other code from the Alloy templates, but when i create a new personal start page it fails to create the tags and dates pages and i get an "object referance not set to an instance of the object" and i can't figure out where or what i'm doing wrong. So the best thing for me would be some steps on how to proceed from where the blog post ended.

Maybe it's time for a new part in the series on how to create an epi site from scratch on your website ;-)

Thanks for some good exaples there btw!

#46396
Dec 09, 2010 15:47
Vote:
 

Hello Jonas,

Please check the files,

a) You should include the complete blog folder in ur porject. Check the pagetype of PPersonalStart for it's virtual path. Templates/Demo/Blog/Pages

b) Templates/Demo/Units folder is required

c) Check the web.config for the section name episerver.blo

d) In web.config, check for this tag personalStartPageTypeName, If it's not set then the page might throw an exception

Thanks


#46426
Dec 10, 2010 15:43
Vote:
 

Hi

Haven't worked on this since December, but now i need to get it working.

1. I have installed the demotemplates on my site through episerver deployment center and included the blog folder and the units folder.

2. I have checked my webconfig to make sure all necessarry parts are there

3. But when i compile i get 

Error 109 The type or namespace name 'Workroom' does not exist in the namespace 'EPiServer.Templates.Demo' (are you missing an assembly reference?) C:\EPiServer\Sites\SandboxSite2\Templates\Demo\Units\Placeable\CreatePageBox.ascx.cs 14 32 PublicTemplates

Error 109 The type or namespace name 'Workroom' does not exist in the namespace 'EPiServer.Templates.Demo' (are you missing an assembly reference?) C:\EPiServer\Sites\SandboxSite2\Templates\Demo\Units\Placeable\CreatePageBox.ascx.cs 14 32 PublicTemplates

Error 110 The type or namespace name 'Forum' does not exist in the namespace 'EPiServer.Templates.Demo' (are you missing an assembly reference?) C:\EPiServer\Sites\SandboxSite2\Templates\Demo\Blog\Pages\Item.aspx.cs 27 32 PublicTemplates

Do i have to modify any of the files inside the added folders or do i have to include something more?
/Jonas
#49112
Mar 04, 2011 14:13
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.