YAFLogo

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
YAF v1.9.4 RC2 (Dated: 5/28/2010)

v1.9.4 is .NET v3.5 SP1 ONLY!

This release is a ton of work from Bbobb. Thank you all developers, though! Kamyar, Ederon, Touradg and Mek! [thumbup]

Note: In v1.9.4 the AppSettings have changed! YAF.Root is now YAF.AppRoot! There is a new AppSetting: YAF.FileRoot which defaults to AppRoot but can be set to something different if desired. Also added is BaseUrlMask which is the server value override for all external links (e.g. links from emails, etc.). Read the included app.config file comments for more information.

Note: In v1.9.4, the name of the upload folder has changed! Rename from "upload" to "uploads"!

Languages

Languages may be out of date to the latest in english.xml. Help with this is appreciated.

Contributing to YAF

How can you support YAF, you ask? Just help a bit. Test the software and post bugs. Answer a few questions on this forum for other, less knowledgeable, YAF admins. If you really want to go crazy, write a little documentation in the wiki...

Bug/Issue Tracking

http://tracker.yetanotherforum.net/ 

http://forum.yetanotherforum.net/yaf_topics32_Bugs-and-Problems.aspx 

Web Application Project

Yes folks, the project is WAP again. Due to general development direction and demand, we're back to Web Application Project.

DNN Module

https://yafdotnet.svn.sourceforge.net/svnroot/yafdotnet/trunk/yaf_dnn 

API Documentation

YafAPIDocumentation.chm is the compiled docs for the YAF v1.9.4 beta API. It provides a nice way to search or lookup related classes. Currently, it's rather limited as real API documentation is very time consuming (e.g. examples, "see also"). It will be evolving over time.

Compiling

If you do want to compile the source, please download Visual Studio 2010 Express .

SRC: Includes the compiled forum and forum page files with full source and binaries for NET v3.5 SP1.

BIN: Includes the compiled forum and forum page files without the source for NET v3.5 SP1.

YAF-v1.9.4-RC2-SRC.zip (links offline)

YAF-v1.9.4-RC2-BIN.zip (links offline)

YAF.DotNetNuke.Module.zip 

Sponsor
doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time YAF Version: 3.1.14
14 years ago
herman_herman
14 years ago
Thanks.Hats off to bbobb...
balbes
  • balbes
  • 94% (Exalted)
  • YAF Lover
14 years ago
Many thanks! Waiting for release...

Updated to rev. 3375 & converted to WAP DotNetNuke module

http://www.megaupload.com/?d=3GWCNV2R 


mir scheissegal
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
balbes... any idea on my DNN install? This is the latest DNN Version 05.04.02... I've tried both YAF and DNN Profile Providers:


    <profile enabled="true" defaultProvider="YafProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile">
      <providers>
        <clear />
        <add connectionStringName="SiteSqlServer" applicationName="DotNetNuke" name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" />
		<add connectionStringName="SiteSqlServer" applicationName="DotNetNuke" name="YafProfileProvider" type="YAF.Providers.Profile.YafProfileProvider"/>
      </providers>
    </profile>
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago

Many thanks! Waiting for release...

Updated to rev. 3375 & converted to WAP DotNetNuke module

http://www.megaupload.com/?d=3GWCNV2R 

balbes wrote:

Good timing! 🙂 I'll take a look right now.

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago
Ahh, you switched to a DLL for the project. I'll give that a shot... that's how it used to be.
balbes
  • balbes
  • 94% (Exalted)
  • YAF Lover
14 years ago
This is my config



		<!-- YAF -->
		<roleManager enabled="true" defaultProvider="AspNetSqlRoleProvider">
			<providers>
				<clear/>
				<add connectionStringName="SiteSqlServer" applicationName="DotNetNuke" name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider"/>
			</providers>
		</roleManager>
		<profile enabled="true" defaultProvider="AspNetSqlProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile">
			<providers>
				<clear/>
				<add connectionStringName="SiteSqlServer" applicationName="DotNetNuke" name="YafProfileProvider" type="YAF.Providers.Profile.YafProfileProvider"/>
				<add connectionStringName="SiteSqlServer" applicationName="DotNetNuke" name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider"/>
			</providers>
		</profile>
		<!-- End YAF -->

mir scheissegal
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer Topic Starter
14 years ago

Ahh, you switched to a DLL for the project. I'll give that a shot... that's how it used to be.

Jaben wrote:

Works great! I'm releasing this DNN module for RC2.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
14 years ago
Ok Here is my Advanced DotNetNuke Module Version

YAF-DNN5-Module 1.9.4.0 SVN 3431

Main Features of My Module

- Starts Installation Automatically when Adding YAF Module the first time to a Page

- Contains all web.config Entries for Install AND Uninstall (You only have to change the Config password and the SQL Connection string)

- Contains Uninstall Script for the SQL (For all YAF Tables, Procedurs, etc.)

- Support For the ISearchable Interface (You can search the Forum thru the DNN Search)

- Contains a Scheduler to automatically Import all Users of your Portal to the Forum

- All Urls Are Human Friendly

- YAF Language will be inherit from Current DNN Language

- Readme Included

- My Green-Grey Theme is now included

Download 

Also Available my YAF_LatestPosts Module

This Module displays the Latest Posts from a Yaf Forum Module. Based on the Current Users Authorization Level. You can define Which Forum should been used, and how many Posts should displayed.

The Posts are rendered as nested List for easy Skinning.

Download 

logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
Looks great guys. The addition of jquery to the themes should be fun to play with.

Thanks.Hats off to bbobb...

herman_herman wrote:

Agreed, Thanks bbobb. 👍 👍 👍


test
midwestSS
14 years ago
ok did i miss something? in the APP_CODE dir, its empty.. in RC1, i had a dir called YAF..
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
14 years ago

ok did i miss something? in the APP_CODE dir, its empty.. in RC1, i had a dir called YAF..

midwestSS wrote:

YAF is a WAP again. and Compiled as DLL App_Code dir is no longer needed

midwestSS
14 years ago
STEP 3. UNZIP

1.Unzip or unzip and FTP the the entire file structure YAF-BIN ZIP archive to the folder you want to run YAF to run inside. App_Code and Bin directories MUST be in your application root, but they can be merged.

that is in the readme file.

JP
  • JP
  • 100% (Exalted)
  • YAF Leader
14 years ago
But why a change to VS2010 in the middle of the project?

I'm just wondering about the logic behind this...


He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]