-
I have just updated my CS 2.1 standard edition to CS 2007 (version: 3.1.20917.1142) Most things get well, but when I shall open Forums from the head-menu, there is an Error: ---------------------------------------------------------------------------------- Server Error in '/forum' Application...
-
Hi, I need to change these GIF's to PNG's and cannot locate the correct spot in the SDK to do so. For example for the Favorites Menu, located on a Post, I want to have different icons for Add this User... Add this Post.. etc. What's the best way to search through the SDK to find this spot...
-
I figured it out.. hope this helps others ForumThreadQuery forumQuery = new ForumThreadQuery (); //forumQuery.GroupID = 9; //uncomment if you want results only for a particular forum forumQuery.PageSize = 3; forumQuery.ForumID = -1; forumQuery.SortOrder = SortOrder .Descending; ThreadSet ts = Threads...
-
All of the sudden I am getting errors on all of my forums when I click the add post button. The bolded text below is what is being sent to the url? It is like it is adding the same url twice? Any ideas? /forums/AddPost.aspx?ForumID=15 ,/CS2007/forums/AddComment.aspx?ForumID=15
-
The default behavior for community server is that if you're watching a thread and you post on it, that you get a notification that a new post has been added. Is there any way to turn this off so that you are excluded from being notified of your own posts? Jason
-
OK, finally took some time to dig around and try to build a solution myself. Step 1: I tried Dave's solution - basically I went into EmailJob.cs and added a line MailMessage message = emails[emailID]; MailQueueEvents.ExecuteDequeueMessage(ref message); message.ReplyTo = new MailAddress("test...
-
Let's say I'd like to have an area on my site that is for just forums designated as question & answer discussions. Instead of going in mysite.com/forums like the rest of the discussions, they'd be under mysite.com/QnA. What would be the best way of doing this? My first thought was to...
-
I need to create a knowledgebase similar to the one at docs.communityserver.org/kb/ Was this built using CS, and if so which feature(s) of CS does it use? Moderators will need to be able to move forum answers/threads to the knowledge base. Would this be possible, by custom code if needed?
-
Hi there. I'm managing a corporate use of community server and thus we want all posts to visible to all users without them needing to do anything extra. However, it appears the date filter (under more options on each forum's home page) is set to only show posts newer than 2 months. Does anyone...
-
One of my users pointed out this strange topic in my forum: http://dynamicsuser.net/forums/t/20657.aspx?PageIndex=1 As you see then it has the headline, but no content or so. The topic is also not showing up in the forum list or when looking up the posters post history. The user who reported it to me...