Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumSite Forum Upgrade Issues - Please PostSite Forum Upgrade Issues - Please Post
Previous
 
Next
New Post
12/23/2009 8:54 AM
 

Notifications not working - see my post here.

Also, just noticed that Crispy's posts are the only ones that don't show the PM button in the header.

Just realized that the notifications feature seem to be "working" like they did before. I.E.  I clicked the reply button on this thread and the notifications checkbox is already checked even though I have never visited/posted to  this thread before.

Edit:  Still testing the notifications checkbox thing.  Seems some threads it is pre-checked and some threads not.

Edit 2:  Can't find any reason why some threads have notifications pre-checked and some not. For instance - in this thread notification not checked and this thread notifications are checked. Both threads were started after the forum upgrade and I have never visited either thread.

 
New Post
12/23/2009 9:28 AM
 

Just a couple of things I've spotted:

  1. I don't seem to be getting email notifications any more, either for forums I'm watching or for replies to threads I've posted on, even though as far as I can tell everything is OK in my user settings.
  2. The RSS feed for the aggregated forum is empty.
  3. I can't find a way any more to view the current status of threads I've posted on - in the previous version, you could see the current status of the threads you'd posted on, not just the ones you'd started, which was handy to check if there had been any replies without having to rely on email notifications.

But in general, it's a great improvement!

 
New Post
12/24/2009 2:46 AM
 

Chris, there's a piece of sql that fails:

Quote:

DECLARE

@default_constraint_name SYSNAME, @sql NVARCHAR(3750)

IF

EXISTS ( SELECT name FROM dbo.sysobjects WHERE parent_obj =

OBJECT_ID

(N'dbo.Forum_Users') AND type = 'D' AND id = ( SELECT * FROM syscolumns WHERE name = N'EmailFormat' ) )

 

BEGIN

 

SELECT @default_constraint_name = name FROM dbo.sysobjects WHERE parent_obj = OBJECT_ID(N'dbo.Forum_Users') AND type = 'D' AND id = ( SELECT cdefault FROM syscolumns WHERE name = N'EmailFormat' )

 

 

 

SET @sql = N'ALTER TABLE dbo.Forum_Users DROP Constraint ' + @default_constraint_nameEXEC sp_executesql @sqlEND

If you have more than one table in the db with a column "EmailFormat" this query fails.

The correct script should be like:

Quote:

IF

EXISTS (SELECT c.name FROM syscolumns c JOIN sysobjects o ON o.id=c.id WHERE c.[name]='EmailFormat' AND o.name ='Forum_Users')

 


Vicenç Masanas
Banyoles, Girona - Spain

Disgrafic.com    PSD to DNN
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumSite Forum Upgrade Issues - Please PostSite Forum Upgrade Issues - Please Post


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out