YAFLogo

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
5 years ago
Added but doesn't seem to work.
willhowells
5 years ago
I had to override the jquery location setting but otherwise all looking good for me. Has the shoutbox been removed in this version?

Cheers,

Will

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
5 years ago

I had to override the jquery location setting but otherwise all looking good for me. Has the shoutbox been removed in this version?

Cheers,

Will

Originally Posted by: willhowells 

Yes, ShoutBox was removed.

stephensmith99972
5 years ago

I had to override the jquery location setting but otherwise all looking good for me. Has the shoutbox been removed in this version?

Cheers,

Will

Originally Posted by: willhowells 

Hi Will, I am completely stuck ... could you please tell me how you "override the jquery location setting".

Kind regards,

Stephen

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
5 years ago
It can be overridden from the app.config. In the comments it's explained how.

  <add key="YAF.JQueryOverrideFile" value="jquery.min.js" />

But why did you need to change it?

stephensmith99972
5 years ago

I had to override the jquery location setting but otherwise all looking good for me. Has the shoutbox been removed in this version?

Cheers,

Will

Originally Posted by: stephensmith99972 

Hi Will, I am completely stuck ... could you please tell me how you "override the jquery location setting".

Kind regards,

Stephen

Originally Posted by: willhowells 

Hi, thank you for your help ! The login link on the homepage isn't working, and register gives this error

" CS1061: 'ASP.pages_register_ascx' does not contain a definition for 'LoginClick' and no extension method 'LoginClick' accepting a first argument of type 'ASP.pages_register_ascx' could be found "

I thought that this might be the problem.

http://reefkeeper-001-site2.itempurl.com/  is my test site if you want to have a look.

Thanks again for the help,

Stephen

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
5 years ago
Its a bug. i updated the downloads links to version 2.30.0 RC 1

https://github.com/YAFNET/YAFNET/releases/tag/v2.3.0.0-rc.1 

stephensmith99972
5 years ago
cool ill give that a try so, thanks again for your help! I sincerely appreciate it
willhowells
5 years ago

It can be overridden from the app.config. In the comments it's explained how.

  <add key="YAF.JQueryOverrideFile" value="jquery.min.js" />

But why did you need to change it?

Originally Posted by: tha_watcha 

For me, the menus (and other jquery features) weren't working. The code had a "~forum/" reference that didn't seem to be pulling the file so I overrode it in app.config and then everything worked.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
5 years ago

It can be overridden from the app.config. In the comments it's explained how.

  <add key="YAF.JQueryOverrideFile" value="jquery.min.js" />

But why did you need to change it?

Originally Posted by: willhowells 

For me, the menus (and other jquery features) weren't working. The code had a "~forum/" reference that didn't seem to be pulling the file so I overrode it in app.config and then everything worked.

Originally Posted by: tha_watcha 

Thanks for the info its indeed a bug. and will be fixed in RC2

soheil
  • soheil
  • 51.8% (Neutral)
  • YAF Forumling
5 years ago
Hello

Great

When final Release?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
5 years ago

Hello

Great

When final Release?

Originally Posted by: soheil 

When its done, sorry but there is no ETA

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
atarz
  • atarz
  • 51.4% (Neutral)
  • YAF Forumling
5 years ago
Hi

after update rc1 to rc2 an error.

[ArgumentException: An item with the same key has already been added.]

System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +52

System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +13021030

YAF.Core.YafLoadBoardSettings.LoadBoardSettingsFromDB() +264

YAF.Core.CurrentBoardSettings.b__6_0() +49

YAF.Core.HttpApplicationStateBaseExtensions.GetOrSet(HttpApplicationStateBase httpApplicationState, String key, Func`1 getValue) +229

YAF.Core.CurrentBoardSettings.get_Instance() +74

YAF.Core.Modules.<>c.b__1_3(IComponentContext k) +48

Autofac.<>c__DisplayClass5_0`1.b__0(IComponentContext c, IEnumerable`1 p) +10

Autofac.Builder.<>c__DisplayClass0_0`1.b__0(IComponentContext c, IEnumerable`1 p) +14

Autofac.Core.Activators.Delegate.DelegateActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters) +43

Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters, Object& decoratorTarget) +103

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2