-
Hi Hope anyone can help me on this little problem that I got, I want to catch the PostID, when a new forum post is created. Is that possible with the CSModule Events ? I tryed : PreSectionUpdate, but that only triggers when a new forum is made, and not a new Post is made in a forum. cheers /Anders
-
I'm getting the same problem. For me it happens when i create a new user. I have a CS module which is updating the shares but not doing anything else. The updates via the CS module don't get saved and a error is logged to the events. Everything is set up to us en-US Part of my module private...
-
I found this site (http://undisposable.org/index.htm ) that does disposable email address filtering. I was wondering if there is anyone out there than can help write an csmod or something that will plug into CS2007 for filtering disposable email address. I think this will help out a lot of people.
-
Hi, I've posted codes and how-to implement member points system using CSModule to keep your community active. http://geeks.netindonesia.net/blogs/zeddy/archive/2007/11/25/implementing-member-points-system-in-community-server.aspx Hope it's useful. Thanks, Zeddy.
-
For my Registration PM module, I'm trying to work out how to sent a PM when a user is approved. I've already got the code in place to send the PM however, I'm having difficulty finding a way to detect when the user is activated, so I can actually send the PM. The only way I can think of at...
-
Finally had a change to update this. You can work around the duplicate post bug by specifing [username] somewhere in the body of your message (which wll be replaced by the users username. There are two breaking changes with this version Removed support for specifying body and subject inline in the module...
-
I have made two CS modules and one Control to aid with sending a private message to all new users and to mark all your posts as read. I've seen various people on the forums also looking for this functionality so I've posted them to my website. You can read more about the controls at http://askcrome...
-
I just published two CSModules and a control - two of which should help you with marking all posts as read. The CSModule will mark all posts as read when a new user is created, so he / she can start with a clean slate. The control will mark all posts as read for the logged in user however it does require...
-
Yes I did get it going, what I have done is put together a small CSModule that handles the task. The module also allows you post information to be passed to the Digg scripts and api so that it will auto fill the forms. I am just cleaning up the modules code and I am going to post what I have for others...
-
I tried to use the CSModule LinkLove from Scott Watermasysk's " 20 new (and free) Community Server Modules " post (dated in early 2006), but sadly, it does not seem to work in CS2007. In the meantime, I have used a regular expression to check for links under "Manage/Create Censorships...