background preloader

Yaf

Facebook Twitter

Umbraco

DNN Report Module: Query and Visualizer for YAF Top 10 and Lates. So I did a little modification that I think turned out decent. This one is for DNN users and will allow you to add some forum status to any page you wish. Feel free to adapt this in any fasion, setup steps are below. 1) Add a a column to yaf_board named "PortalUrl". In this, for each of the pages you have a forum module on, enter the tab id. Code: BoardID Name AllowThreaded PortalUrl----------- -------------------------------------------------- ------------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------1 Warhammer: Age of Reckoning Forums 1 2) Create a new HTML File as your HTML Visualizer for the Report module and put the following in it. 3) Go into DNN, create a new "Reports" module and use the following query as the "SQL Command".

Yet Another Forum :: FAQ. Integration with existing Application (Revisited) - YetAnotherFo. Updated-Integration with Membership provider question - v1.9.3 I. Membership provider integration - v1.9.3 Issues - Yet Another Fo. Hi i am wrestling with my web.config If I go into the forum and register a new user then entries appear in both the yaf_User table and the asp_net_Users table. However If I create a new user using the ASP.NET configuration tool the user appears in the asp_net_Users table but not in the yaf_User table. Can anyone help me out? The connection string myConnectionString points to the SQL database that has the Membership tables, the YAF tables and tables I created. I am using 1.9.3, .NET 3.5 and working locally with VS2008 Express. Part of web.config: <! <! Also im using and have YAF in a folder called forum This is the only combination I can get to work but I dont understand what BaseUrl does as none of the tutorials suggest that it needs to be changed.

Thanks Graeme Edited by user 5 years ago | Reason: Not specified. Embedding YAF inside an existing asp.net webstite - YetAnotherFo.