Yep that helped, thank you
Now just have this error:
Error 90 'YAF.Utilities.JavaScriptBlocks' does not contain a definition for 'asynchCallFailedJs' D:\OurWorld\SoftwareInstalls\YAF\YAF-v1.9.6.1-RTW-SRC\YetAnotherForum.NET\controls\AlbumList.ascx.cs 134 50 YAF
Error 106 'YAF.Utilities.JavaScriptBlocks' does not contain a definition for 'asynchCallFailedJs' D:\OurWorld\SoftwareInstalls\YAF\YAF-v1.9.6.1-RTW-SRC\YetAnotherForum.NET\controls\AlbumImageList.ascx.cs 164 50 YAF
I checked the source file though and the declarion is there ok:-
/// <summary>
/// Gets the If asynchronous callback encounters any problem, this javascript function will be called.
/// </summary>
[NotNull]
public static string AsynchCallFailedJs
{
get
{
return "function CallFailed(res){{alert('Error Occurred');}}";
}
}
New Network Edition V2.8 - Released Dec 2013