Threaded discussion on C# Portal
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngibuyspy' list.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.

Jason Williamson
Has anyone coded the portal to allow deletion of threaded discussions with
c#.

Thanks,
Jason

Reply to this message...
 
    
Yannick Smits
I wrote my own threaded discussion module that does support deletion and
looks better (in my opinion) than the ibs version.
I use it on this site:
http://www.chgeindhoven.nl/DesktopDefault.aspx?tabindex=8&tabid=17
If you want I can e-mail it to you.

hth.
Yannick Smits

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:681188@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Jason Williamson
It looks great, good work. Yes please e-mail it to me.

Click here to reveal e-mail address

Thank you

"Yannick Smits" <Click here to reveal e-mail address> wrote in message
news:681197@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Kevin McGovern
Does anyone have something similar in VB. That is a fine piece of work I
must say..

Kevin

----- Original Message -----
From: "Jason Williamson" <Click here to reveal e-mail address>
Newsgroups: aspngibuyspy
To: "aspngibuyspy" <Click here to reveal e-mail address>
Sent: Tuesday, July 09, 2002 6:08 PM
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

[Original message clipped]

Reply to this message...
 
    
Yannick Smits (VIP)
I suppose that question doesn't count if you knew about this site:
www.aspalliance.com/aldotnet/examples/translate.aspx

Thanks,
Yannick Smits

----- Original Message -----
From: "Kevin McGovern" <Click here to reveal e-mail address>
To: Click here to reveal e-mail address
Sent: Tue, 9 Jul 2002 18:22:44 -0400
Subject: Re: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Sent: Tuesday, July 09, 2002 6:08 PM
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Reply to this message...
 
    
Brian Desmond
Does it work in Netscape?

--Brian Desmond
Click here to reveal e-mail address

-----Original Message-----
From: Yannick Smits [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 09, 2002 4:02 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

I wrote my own threaded discussion module that does support deletion and
looks better (in my opinion) than the ibs version.
I use it on this site:
http://www.chgeindhoven.nl/DesktopDefault.aspx?tabindex=8&tabid=17
If you want I can e-mail it to you.

hth.
Yannick Smits

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:681188@aspngibuyspy...
[Original message clipped]

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002

Reply to this message...
 
    
Yannick Smits
In Netscape 4 it shows up well and you can add a new message but you can't
react on a message (didn't have time to track that bug).
Didn't have the opportunity to test in NS 6 but I think it should work well.

hth,
Yannick Smits

"Brian Desmond" <Click here to reveal e-mail address> wrote in message
news:681242@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Yannick Smits
For everybody that is interested. The code can be found at:
http://aspsmith.com/ibs
It's at the bottom of the page.

Yannick Smits

"Yannick Smits" <Click here to reveal e-mail address> wrote in message
news:681197@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Dennis West
I tried to install the new message table got this error

Server: Msg 170, Level 15, State 1, Line 5
Line 5: Incorrect syntax near 'COLLATE'.
Server: Msg 4902, Level 16, State 1, Line 2
Cannot alter table 'dbo.message' because this table does not exist in
database 'Portal'.
Server: Msg 4902, Level 16, State 1, Line 2
Cannot alter table 'dbo.message' because this table does not exist in
database 'Portal'.

----- Original Message -----
From: "Yannick Smits" <Click here to reveal e-mail address>
Newsgroups: aspngibuyspy
To: "aspngibuyspy" <Click here to reveal e-mail address>
Sent: Wednesday, July 10, 2002 8:00 AM
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

[Original message clipped]

Reply to this message...
 
    
Steven A Smith (VIP)
Yannick's Forum Code is now available for download from
http://ASPSmith.com/ibs/

Thanks, Yannick!

Steve

Steven Smith, MCSE+Internet, Microsoft MVP: ASP.NET
Click here to reveal e-mail address
President, ASPAlliance.com
http://aspalliance.com The #1 ASP.NET Community
http://aspsmith.com ASP.NET Training for ASP Developers

Learning ASP.NET? Get My Book: ASP.NET By Example
http://amazon.com/exec/obidos/ASIN/0789725622/stevenatorasp/

----- Original Message -----
From: "Yannick Smits" <Click here to reveal e-mail address>
Newsgroups: aspngibuyspy
To: "aspngibuyspy" <Click here to reveal e-mail address>
Sent: Tuesday, July 09, 2002 7:39 PM
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

[Original message clipped]

Reply to this message...
 
    
Ricardo Barros Figueira
Dennis,

You are running on SQLServer 7.... you must delete the Collate =3D
instruction like :

Example : You have :

[messageTitle] [varchar] (255) COLLATE Latin1_General_CI_AS NOT NULL ,

Transform to :

[messageTitle] [varchar] (255) NOT NULL ,

You must tranform all !!

Best regards,
Ricardo Figueira (RBFIGUEIRA)=3D20
Moderador Lista PontoNetPT
http://groups.yahoo.com/group/PontoNetPT=3D20
** Portuguese DOTNET list *****

-----Original Message-----
From: Dennis West [mailto:Click here to reveal e-mail address]
Sent: quinta-feira, 11 de Julho de 2002 4:47
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

I tried to install the new message table got this error

Server: Msg 170, Level 15, State 1, Line 5
Line 5: Incorrect syntax near 'COLLATE'.
Server: Msg 4902, Level 16, State 1, Line 2
Cannot alter table 'dbo.message' because this table does not exist in
database 'Portal'.
Server: Msg 4902, Level 16, State 1, Line 2
Cannot alter table 'dbo.message' because this table does not exist in
database 'Portal'.

----- Original Message -----
From: "Yannick Smits" <Click here to reveal e-mail address>
Newsgroups: aspngibuyspy
To: "aspngibuyspy" <Click here to reveal e-mail address>
Sent: Wednesday, July 10, 2002 8:00 AM
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

[Original message clipped]

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Jason Williamson
Has anyone gotten this to work on the portal? When I try to compile changes
I get the message "NameSpace name ASPNETPORTAL.PortalModuleControl not
found"

Thanks

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:681188@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Jesse J. Arnold
I am having the same problem! I can get it to work standalone, my goal
tonight is to get this thing to work, if I figure it out, I will post my
solution.

-Jesse

-----Original Message-----
From: Jason Williamson [mailto:Click here to reveal e-mail address]=20
Sent: Thursday, July 11, 2002 2:31 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

Has anyone gotten this to work on the portal? When I try to compile
changes I get the message "NameSpace name
ASPNETPORTAL.PortalModuleControl not found"

Thanks

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:681188@aspngibuyspy...
[Original message clipped]

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID=20
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT=20
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Jesse J. Arnold
I was able to get it to work by putting the .ascx files in the
desktopmodules portal folder, and the message_detail.aspx in the / of
the portal site. I also updated the portal web.config to include a
session variable that the forums web.config had in it.

Now that I have it working, I don't think it was worth the effort. It's
not much different that the existing discussions module. I would like
to see a Portal message board like the gotdotnet or asp.net forums.

-----Original Message-----
From: Jason Williamson [mailto:Click here to reveal e-mail address]=20
Sent: Thursday, July 11, 2002 2:31 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

Has anyone gotten this to work on the portal? When I try to compile
changes I get the message "NameSpace name
ASPNETPORTAL.PortalModuleControl not found"

Thanks

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:681188@aspngibuyspy...
[Original message clipped]

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID=20
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT=20
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Yannick Smits (VIP)
These forums are not threaded, that's the difference.
You can download the sourcecode for the www.asp.net forum at their =
website for free too! Adaptation to make it work in the portal should be =
to difficult I suppose.

The reason I made my adaptation was because the ibs portal discussion =
module didn't function properly. The threaded view wasn't as nice as =
mine (required postback), adding a message is not straight forward, it =
lacked a delete option for admins and users needed to login before they =
could post. These are the main differences.

Yannick Smits

----- Original Message -----
From: "Jesse J. Arnold" <Click here to reveal e-mail address>
To: Click here to reveal e-mail address
Sent: Fri, 12 Jul 2002 00:35:49 -0500
Subject: RE: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Sent: Thursday, July 11, 2002 2:31 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Reply to this message...
 
    
Yannick Smits
C# is case-sensitive. Replace

ASPNETPORTAL.PortalModuleControl

with
ASPNetPortal.PortalModuleControl.

Tell me if this worked for you.

Yannick Smits

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:682470@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Ricardo Barros Figueira
Yannick,

You have said : "..sourcecode for the www.asp.net forum at their website =
for free too!..."
Where ?
Can you post here the link ?

Thanks,
Ricardo Figueira (RBFIGUEIRA)=20

-----Original Message-----
From: Yannick Smits [mailto:Click here to reveal e-mail address]
Sent: sexta-feira, 12 de Julho de 2002 8:45
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

These forums are not threaded, that's the difference.
You can download the sourcecode for the www.asp.net forum at their =
website for free too! Adaptation to make it work in the portal should be =
to difficult I suppose.

The reason I made my adaptation was because the ibs portal discussion =
module didn't function properly. The threaded view wasn't as nice as =
mine (required postback), adding a message is not straight forward, it =
lacked a delete option for admins and users needed to login before they =
could post. These are the main differences.

Yannick Smits

----- Original Message -----
From: "Jesse J. Arnold" <Click here to reveal e-mail address>
To: Click here to reveal e-mail address
Sent: Fri, 12 Jul 2002 00:35:49 -0500
Subject: RE: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Sent: Thursday, July 11, 2002 2:31 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Yannick Smits (VIP)
Sorry, I was wrong, you'll have to wait till end of summer before the =
code gets available for free, the software is not finished yet:
www.asp.net/Forums/ShowPost.aspx?tabindex=3D1&PostID=3D375

Yannick Smits

----- Original Message -----
From: "Ricardo Barros Figueira" <Click here to reveal e-mail address>
To: Click here to reveal e-mail address
Sent: Fri, 12 Jul 2002 09:22:11 +0100
Subject: RE: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Sent: sexta-feira, 12 de Julho de 2002 8:45
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

to difficult I suppose.
[Original message clipped]

mine (required postback), adding a message is not straight forward, it =
lacked a delete option for admins and users needed to login before they =
could post. These are the main differences.
[Original message clipped]

To: Click here to reveal e-mail address
Sent: Fri, 12 Jul 2002 00:35:49 -0500
Subject: RE: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Sent: Thursday, July 11, 2002 2:31 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Reply to this message...
 
    
Jesse J. Arnold
I agree that your adaptation is better that default, I just had pictured
something a little different. Thanks for the clarification. I think I
am also going to try and setup the GotDotNet forum as an IBS portal
module.

-----Original Message-----
From: Yannick Smits [mailto:Click here to reveal e-mail address]=20
Sent: Friday, July 12, 2002 2:45 AM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal

These forums are not threaded, that's the difference.
You can download the sourcecode for the www.asp.net forum at their
website for free too! Adaptation to make it work in the portal should be
to difficult I suppose.

The reason I made my adaptation was because the ibs portal discussion
module didn't function properly. The threaded view wasn't as nice as
mine (required postback), adding a message is not straight forward, it
lacked a delete option for admins and users needed to login before they
could post. These are the main differences.

Yannick Smits

----- Original Message -----
From: "Jesse J. Arnold" <Click here to reveal e-mail address>
To: Click here to reveal e-mail address
Sent: Fri, 12 Jul 2002 00:35:49 -0500
Subject: RE: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

Sent: Thursday, July 11, 2002 2:31 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Threaded discussion on C# Portal
[Original message clipped]

| [aspngibuyspy] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Jason Williamson
I have fully implemented the forum into ibuyspy without the richtextbox
control. I also added functionality so that any in the Security Roles
"Admins" or "Forum_Admins" can delete forums. I also added the ability for
the forum to use the desktop portal title along with other misc features. I
also updated the readme, providing great detail on how to implement the
forum in ibuyspy portal. If it's ok with Yannick, I will e-mail it out,
otherwise I can send the changes to him and have him decide what to do.

Many thanks to Yannick for getting such a great program started.

Thanks,
Jason

"Steven A Smith" <Click here to reveal e-mail address> wrote in message
news:681735@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com