YAFLogo

aldo.daquino
14 years ago
Hi,

I'm integrating YAF with my existing e-commerce website using asp.net membership framework. I got everything working.

The only problem is that my existing website uses customer e-mails as username and I can't display those e-mails in the forum.

Is there anyway to select user profile nickname instead yaf user table name column value as topic last post user or posts users?

example:

- on SP yaf_topic_list: LastUserName = IsNull(c.LastUserName,(select Name from [dbo].[yaf_User] x where x.UserID=c.LastUserID))

- on SP yaf_topic_latest: LastUserName = IsNull(t.LastUserName,(select [Name] from [dbo].[yaf_User] x where x.UserID = t.LastUserID))

- on SP yaf_post_list: UserName = IsNull(a.UserName,b.Name)

Thanks,
Aldo.
Sponsor

aldo.daquino
14 years ago
Topic starter also displays user e-mail(on SP yaf_topic_list: Starter = IsNull(c.UserName,b.Name)).

Anyone knows how to display user profile nickname instead?? Is it possible?!

Aldo d'Aquino.
YAF Logo Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved
About Us

The YAF.NET is an open source .NET forum project. YAF.NET is supported by an team of international developers who are build community by building community software.

Powered by Resharper Donate with PayPal button