Thanks Crispy.
However, I was able to do it by editing the stored procedure. I changed Forum_UserGet and Forum_UserGetByAlias.
I changed:
FUR.*,
to:
FUR.UserID, UR.FirstName + ' ' + UR.LastName AS Alias, FUR.UseRichText, FUR.URL, FUR.Signature, FUR.TimeZone, FUR.Occupation, FUR.Interests, FUR.MSN, FUR.Yahoo, FUR.AIM, FUR.ICQ, FUR.Skin, FUR.UserAvatar, FUR.Avatar, FUR.AdditionalAvatars, FUR.PostCount, FUR.LastActivity, FUR.LastForumsView, FUR.LastThreadView, FUR.FlatView, FUR.IsTrusted, FUR.EnableThreadTracking, FUR.EnableDisplayUnreadThreadsOnly, FUR.EnableDisplayInMemberList, FUR.EnablePrivateMessages, FUR.EnableOnlineStatus, FUR.ThreadsPerPage, FUR.PostsPerPage, FUR.WhatsNewScrollDirection, FUR.WhatsNewNumberOfThread, FUR.WhatsNewScrollDelay, FUR.WhatsNewScrollAmount, FUR.WhatsNewTrackingType, FUR.WhatsNewTrackingDuration, FUR.WhatsNewTemplate, FUR.DefaultForumID, FUR.CollapseGroups, FUR.ViewDescending, FUR.EnableModNotification,
This worked out perfectly for me.
Thanks again.
Scott Zeiter
MCSD
I'm just here for the food...
|