YAFLogo

Posted by: eutychus - Wednesday, 16 September 2020 02:13:02
I'm having an odd problem with the Sample Web Application. You can see my site here: https://www.intanibase.com The problem is that the menu system (which is supplied with the SWA download) isn't working. It just gives you the page that you are already on. The weird thing is that it IS working for the forum section here: https://www.intanibase.com/forum/ Both parts of the site are using the same MasterPage. What should I be looking at?

Posted by: tha_watcha - Wednesday, 16 September 2020 09:56:12
The forum loads the /Forum/Scripts/jquery.ForumExtensions.min.js which is the correct file. But you main site loads /forum/Scripts/jquery.ForumExtensions.js. Which is completly outdated. Looks like you need to update to the lastest YAF and make sure all files are updated.

Posted by: eutychus - Wednesday, 16 September 2020 21:59:03
[quote=tha_watcha;72703]The forum loads the /Forum/Scripts/jquery.ForumExtensions.min.js which is the correct file. But you main site loads /forum/Scripts/jquery.ForumExtensions.js. Which is completly outdated. Looks like you need to update to the lastest YAF and make sure all files are updated.[/quote] How can that be if they're both using the same master page?

Posted by: eutychus - Wednesday, 16 September 2020 22:12:48
NVM ... I adjusted the code behind in the MasterPage and it's working now. Thanks!