Comments on: How to Display SharePoint Blog Post Archives http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/ No GeekSpeak on SharePoint 2007 WSS and MOSS Sat, 07 May 2011 23:41:50 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Randy http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-153646 Randy Mon, 25 Apr 2011 20:21:25 +0000 http://www.endusersharepoint.com/?p=1190#comment-153646 How can I create this same function if I don't have the rights/ability to upload 3rd party webparts? How can I create this same function if I don’t have the rights/ability to upload 3rd party webparts?

]]>
By: Carolee Heynen http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-139731 Carolee Heynen Fri, 25 Feb 2011 20:20:37 +0000 http://www.endusersharepoint.com/?p=1190#comment-139731 Can you tell me what I would have to do in order to modify this webpart for use with a customized announcement list? We have had to deploy an email to list scenario for a client who wanted to use the blog template. Unfortunately the solution needs to include the ability to attach files and blogs simply will not handle that. So now, I am trying to create some of the archive functionality that is lost when going to a list from a blog. Can you tell me what I would have to do in order to modify this webpart for use with a customized announcement list? We have had to deploy an email to list scenario for a client who wanted to use the blog template. Unfortunately the solution needs to include the ability to attach files and blogs simply will not handle that. So now, I am trying to create some of the archive functionality that is lost when going to a list from a blog.

]]>
By: Murali http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-111058 Murali Tue, 09 Nov 2010 11:08:34 +0000 http://www.endusersharepoint.com/?p=1190#comment-111058 Please Replay anybody for my issue still am not able to resolve this issue. below code is working when i enable the alert statement(i.e if i remove alert stmt it showing default site template under that tab. function setCustom() { var element = document.getElementById("ctl00_PlaceHolderMain_InputFormTemplatePickerControl_ctl00_ctl00_LbWebTemplate"); var tempname= document.getElementById("ctl00_PlaceHolderMain_TemplateName").value; var tabs=tempname.split(';') var tabslcid="1033&"; var getTemplates=tabslcid.concat(tabs[1]); GetWebTemplates(getTemplates,tabs[0]); var options = element.options; var test = "false"; var count=0; //alert(tabs[0]); for (var i = 0; i < options.length; i++) { if (options[i].value == tabs[0]) { options[i].selected = true; return; } } } setTimeout("setCustom();", 200); above code is working when i enable the alert statement(i.e if i remove alert stmt it showing default site template under that tab. so how to do that. if you have any solution send me. Thanks in Advaced Please Replay anybody for my issue still am not able to resolve this issue.

below code is working when i enable the alert statement(i.e if i remove alert stmt it showing default site template under that tab.

function setCustom()
{

var element = document.getElementById(”ctl00_PlaceHolderMain_InputFormTemplatePickerControl_ctl00_ctl00_LbWebTemplate”);
var tempname= document.getElementById(”ctl00_PlaceHolderMain_TemplateName”).value;
var tabs=tempname.split(’;')
var tabslcid=”1033&”;
var getTemplates=tabslcid.concat(tabs[1]);
GetWebTemplates(getTemplates,tabs[0]);
var options = element.options;
var test = “false”;
var count=0;
//alert(tabs[0]);
for (var i = 0; i < options.length; i++)
{
if (options[i].value == tabs[0])
{
options[i].selected = true;
return;
}

}
}
setTimeout("setCustom();", 200);

above code is working when i enable the alert statement(i.e if i remove alert stmt it showing default site template under that tab.

so how to do that. if you have any solution send me.

Thanks in Advaced

]]>
By: baberak http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-84979 baberak Mon, 19 Jul 2010 13:47:21 +0000 http://www.endusersharepoint.com/?p=1190#comment-84979 how I can read the post list from sub site, suppose I have parent site called Blogs center and under this sites I have 2 blogs site, I want 2 add 2 arvhive sweb part to be on the blogs center home page and read from the posts in the blogs subistes how I can read the post list from sub site, suppose I have parent site called Blogs center and under this sites I have 2 blogs site, I want 2 add 2 arvhive sweb part to be on the blogs center home page and read from the posts in the blogs subistes

]]>
By: sandhya http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-66452 sandhya Thu, 13 May 2010 14:11:21 +0000 http://www.endusersharepoint.com/?p=1190#comment-66452 I want to display the number of posts in each category. Do you have a solution for this. It would be really good if the count of posts in a particular category could be displayed. i.e. category1(12) category2(13) so on I want to display the number of posts in each category. Do you have a solution for this. It would be really good if the count of posts in a particular category could be displayed. i.e. category1(12)
category2(13) so on

]]>
By: Sandhya P http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-60152 Sandhya P Mon, 26 Apr 2010 09:34:47 +0000 http://www.endusersharepoint.com/?p=1190#comment-60152 I guess what Charles means is when you cick on the month say April, it shows you the posts for that month. But the view here is different from what you see in the main blog page. In the main blog page, we have the title and the blog post and below that comments(1), permalink so on. So how do we achieve this archive that takes us to the same view as the main blog page I guess what Charles means is when you cick on the month say April, it shows you the posts for that month. But the view here is different from what you see in the main blog page. In the main blog page, we have the title and the blog post and below that comments(1), permalink so on. So how do we achieve this archive that takes us to the same view as the main blog page

]]>
By: Toni Frankola http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-58604 Toni Frankola Thu, 22 Apr 2010 17:16:27 +0000 http://www.endusersharepoint.com/?p=1190#comment-58604 @Charles: I am not sure what do you need exactly, can you please provide some details... @Charles: I am not sure what do you need exactly, can you please provide some details…

]]>
By: Charles Ralston http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-43334 Charles Ralston Mon, 08 Mar 2010 20:49:49 +0000 http://www.endusersharepoint.com/?p=1190#comment-43334 Thanks for the info. This is exactly what my boss was looking for. I do have a question. How can I get the archives to not go to the post lists? I would rather it act how this blog does, and show the posts instead of the lists. Thanks for the info. This is exactly what my boss was looking for. I do have a question. How can I get the archives to not go to the post lists? I would rather it act how this blog does, and show the posts instead of the lists.

]]>
By: Sandhya.P http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-2/#comment-18514 Sandhya.P Mon, 02 Nov 2009 12:25:31 +0000 http://www.endusersharepoint.com/?p=1190#comment-18514 Thanks Toni. This is an amazing site for all sharepoint users to learn and explore and most of your posts are extremely useful Will await your response :) Thanks Toni. This is an amazing site for all sharepoint users to learn and explore and most of your posts are extremely useful

Will await your response :)

]]>
By: Toni Frankola http://www.endusersharepoint.com/2009/01/15/how-to-display-sharepoint-blog-post-archives/comment-page-1/#comment-18449 Toni Frankola Fri, 30 Oct 2009 14:47:49 +0000 http://www.endusersharepoint.com/?p=1190#comment-18449 @Joao: That's the way to do it for all other languages in case you use Spanish or any other... @Joao: That’s the way to do it for all other languages in case you use Spanish or any other…

]]>