I have depricated the tblAuthor in favor of my own customer data table. I created a view named tblAuthor that massaged my data to be consistent with the data that was in tblAuthor and everything works fine except for a few minor changes.
I am having trouble displaying forums. The issue is related to the Last_post_author_ID not equalling the Author ID. This seems odd to me and I don't want to remove it without understanding why the sql is created this way.
The sql I am looking at is in default.asp around line 138. Since this part of the SQL is never true, I am not ever displaying any forums:
AND tblForum.Last_post_author_ID = tblAuthor_.Author_ID
Any help would be appreciated.
Ryan