-
I have recently added custom pages to my CS2007 dev site based on Dante's post here http://www.renevo.com/blogs/developer/archive/2007/06/21/adding-pages-to-community-server-2007.aspx This works really well to and is quite easy to implement. There are a couple more things i would like to do that...
-
Hi, I would like to add a few extra pages with custom non-CS related functionality into my copy of CS much like Dave Burke does in the SDK Guide with his Database file size example. But then I look around at what else has been made available as a plug-in or an add-on and it mostly seems to be implemented...
-
Hi All, Thanks for all of your kind answers for my previous questions. Its help me a lot ^^. After researching the code, an idea appeared in my mind. What if I make a new website under ASP.NET 2.0 with my own design, like creating my own blogging website, but the engine is from community server, that...
-
Hi, I have been playing with extended user data to add a mobile phone number to the user profile, I have got the mobile number textbox etc.. to be displayed in the user profile, but the problem is that the mobile number is not being saved. Any help would be great!! I also have another question with regarding...
-
I've asked before and got no answers, so I've done it by myself. If you want on every page of your CS blog-list which looks like: - group 1 - blog 11 - blog 12 - group 2 - blog 21 - blog 22 - group 3 - blog 31 - blog 32 you should add next code to Skin-AggregateColumn.ascx: <script language...
-
Hello, We have recently installed the CS 2.0 (.NET1.1). We are in the initial stages of reviewing the source and the SDK. To begin with we are looking to do the following; 1. Create a new table in the CS database and have it indexed in the search, similar to forums, blogs etc. Can anyone help us out...
-
Hi Greg, The master.ascx documentation by Sean Winstead was the key I needed to at least get me in the right direction. I'm a little surprised you were the only one who posted to my question but I'm really glad you did. I have invested many hours now since reading Sean's blog deciphering...