- DotNetNuke Version: 5.5.0
- Active Social Version: 1.8.1
I have installed and configured UVG3 and needed a new tab on the profile view page. I followed the instructions correctly (I hope), created a Video tab and it shows up fine with all user specific videos as expected.
However, clicking Send Message on the profile view page now requires you to manually enter the "send to" name.. See attached newtabadded.png
If I disable the modified profileviewtabs.config it auto populates. See attached original.png
I thought I had done some directory mispalcement so i edited the oringinal file in the desktop modules directory with the following code:
<tab controlKey="Videos" text="[RESX:Videos]" isPostBack="true" hidden="false" permissions="" friendsonly="True" loadmethod="2">
<content>
<![CDATA[<active:moduleloader id="ctlMod" TID="82" MID="456" runat="server" />]]>
</content>
</tab>
Again, auto populate fails..
Any suggestions please.