-
My site has been getting an intermittant Oops error on our default forum page, could anyone help give insight to the error below (server specific details removed); Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 10/7/2008 Time: 9:20:55 AM User: N/A…
-
I find most of CS2007 buttons use the Webform_DoPostBackWithOptions callback withou the postbackurl, I tried to create a new simple page just include a CS ResourceLinkButton in it like CS does, but this button use the _doPostBack callback. Then, I add the postbackurl to the button, it change to use Webform_DoPostBackWithOptions…
-
I am developing a separate project with all my code in it for 2 reasons: to avoid changing CS code, & because the CS site that was already there was already compiled & I didn't want to remake in a source code solution all that the compiled site had. Everything was going fine until my boss…
-
I hope someone can help me, as I've been hunting through the CS2007 source for a couple days now. I had to make my own AddForumForm, which works. I pretty much cut & paste the code in the Save() method of the SectionEditControl in the control panel. Additionally, I add 2 threads / posts when…
-
Here's a snippet of code: ForumThreadQuery threadQuery = new ForumThreadQuery(); threadQuery.ForumID = MyForum.SectionID; threadQuery.IgnoreStickyPosts = false; threadQuery.OnlyApproved = false; threadQuery.OnlySearchable = false; threadQuery.OnlyUnapproved = false; threadQuery.OnlyUnindexed = false;…
-
CS Version from file CS2007_3.0.20611.960.sdk.zip (I don't know how else to identify the version of my install of CS). I need to add more fields in the email that is sent when a new post is sent out to subscribers. I need to add the name of the parent forum, as well as the text in a custom drop down…
-
This SHOULD be simple – I want to be able to see the logged in user in an article. Some of my articles have embedded iFrames and it would be just as good to be able to know the current user there too. I know the CSContext.currentuser.user has information – but how exactly do I reference that object from…
Posted to
Developers
(Forum)
by
wdwcrazy
on
Sat, Jul 5 2008
Filed under: CSContext, cs2007, Code behind pages, cs 2007, User Data, user, articles
-
Hi, I've got a site running CS2007, when browing thumbnails in a gallery the thumbnail isn't displayed for some images. After a bit of digging around and adding some error logging in it appears that the problem is caused by this line in CommunityServer.Galleries.Components.ImageHandling: Bitmap…
-
Cross posting to both CS 2008 and 2007 because it happens on both. If you go to the "Find a user" page in CS (such as http://dev.communityserver.com/user/Members.aspx ), the UserList object performs the search even though it is not going to be rendered. It calls Users.GetUsers in the DataSource…
-
Cross posting to both CS 2007 and 2008 because it happens on both. If you go to the "Find a user" page in CS (such as http://dev.communityserver.com/user/Members.aspx ), the UserList object performs the search even though it is not going to be rendered. It calls Users.GetUsers in the DataSource…