|
Friday, March 26, 2004(UTC)
|
|
Wednesday, September 01, 2010 11:29:23 AM(UTC)
|
193 [0.53% of all post / 0.08 posts per day] |
|
3
(View Thanks)
|
|
1
|
|
1
|
View All Posts by User
I noticed the user avatar is now displayed when viewing the list of topics. Is there a user setting to turn that off or is it a host setting. Personally I do not care for it. I was used to seeing the icons that indicated new topics, read topics, etc. I can see it will be liked by some so I think a user setting to turn on/off would be appropriate. Thanks
Boskone - A DotNetNuke user. DotNetNuke Modules
|
Thanks very much!
Boskone - A DotNetNuke user. DotNetNuke Modules
|
First of all thanks for the great work on the integration you have done. It is much better than I could have done it. Now though on a clean install of DNN 5.4.2 and using your latest module install for YAF I am now getting some JQuery conflicts. I remember Jaben had renamed the namespaces of JQuery.dll to JQueryNet.dll to prevent these confilicts. I don't know if you have run into this before or not but I see it when I go to Host Settings in DNN the following is displayed. Code:Error: Host Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Web\RDSCC\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(275): error BC30456: 'Version' is not a member of 'jQuery'. ---> System.Web.HttpCompileException: C:\Web\RDSCC\DesktopModules\Admin\HostSettings\HostSettings.ascx.vb(275): error BC30456: 'Version' is not a member of 'jQuery'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Boskone - A DotNetNuke user. DotNetNuke Modules
|
I am not sure I can help you out with this. I have upgraded my DNN to 5.2.1 and do not have any display problems like that.
Boskone - A DotNetNuke user. DotNetNuke Modules
|
Quote:<profile enabled="true" defaultProvider="YAFProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile"> <providers> <clear />
Instead of using the YAF profile provider, try using the ASPNet profile provider. You will still have to Inherit the YAF.Classes.Utils.YafUserProfile.
Boskone - A DotNetNuke user. DotNetNuke Modules
|
Yes it is possible. First thing to ask is if you were logged into DotNetNuke as the Host user. If you were and added the second forum this way, You will only get the original forum. If you log in as the Admin user for that particutlar DNN portal you wanted the second forum for, then adding the forum module to a page will result in a new forum being created. Otherwize you will have to create a new board from the forum's admin menus. Then select "Configure YAF Settings" from the MODULE drop down menu, and select the forum to view from there. The Configue YAF Settings menu function is only available to the HOST user.
Boskone - A DotNetNuke user. DotNetNuke Modules
|
You do not need to install YAF as stand alone. The module includes all of the YAF files which are identical to a stand alone. PA stands for Private Assembly. Older versions of DNN used to call modules (which are now called extensions) this.
Boskone - A DotNetNuke user. DotNetNuke Modules
|
TheNerd wrote:I've gone and installed this beta on a clean install of dnn 5 (latest version) and went in to make a post. The odd thing is, the MOMENTI make the post, the wpw3 worker process on the server completely crashes and all of IIS needs to be reset in order for the system to recover. It happens on a post, an edit, a reply - anything that involves the message. I'm completely at a loss as to how to trouble shoot this - seems like its isolated to me, although I don't know why. this is a dedicated server with a clean install of YAF beta 3 and DNN 5. Jaben, can you point me in any direction as to what to look for? What happens during a post? This is due to the bug in DotNetNukeUrlBuilder.cs See this post
Boskone - A DotNetNuke user. DotNetNuke Modules
|
I may be wrong but I believe YAF will check the db version against it's own version and if they are different it will redirect itself to the /install/default.aspx. Normally if I upgrade or install YAF I run the install/default.aspx before I go to the forum. As for the TODO comment, It may just be an old comment.
Boskone - A DotNetNuke user. DotNetNuke Modules
|
Jaben wrote:My only question with the changes is that they make a few assumptions. Hopefully, there would be not issues with the module removing settings that are needed.
The DNN node configuration is great... but it's too bad it's not just a bit better. Removing the profile and role providers would have no impact to dnn. The rest of the removal are all yaf specific.
Boskone - A DotNetNuke user. DotNetNuke Modules
|
|