- Active Social Version: 1.9.3
- DotNetNuke Version: 5.6.2
Depending on your DNN version, jQuery options, and several other collaborative issues, you may have noticed problems with loading UVG in a custom profile tab in Active Social, such as auto-populate when sending a message.
I have found a solution to this problem, but I would suggest further testing to ensure it isn't breaking a specific functionality of UVG itself.
The problem is a script conflict and is directly related to this file: "/DesktopModules/UltraVideoGallery/Scripts/jquery.js"
This file is loaded when "Lightbox" view is used in the FreeVideoList module, which is the preferred method when dealing with the profile page/tab. You can confirm this by disabling lightbox view and testing the auto-populate function again.
I wanted to keep lightbox for the profile pages, so I simply deleted "jquery.js" in the above mentioned folder, and everything seems to be working fine. I noticed that on bizmodules.net forums Pengtsen was telling multiple people for many different reasons to try deleting this file, so my assumption is it isn't critical. I'm not immediately sure what it's purpose is, considering jquery.min.js is used primarily, and I don't have the source for UVG to remove this call, so deleting the file worked fine.
Please test for yourselves and let me know what you find. I'll keep a close eye on UVG and other possible issues that may arise out of this solution, but as of now I can't find any problems.
- Patrick