- Active Social Version: 2.0.0
- DotNetNuke Version: 5.6.2
I'm a bit confused as to this error, but here's what is happening:
1. I create a new album
2. I add a photo to that album, and for the caption I write, "Test caption".
3. Later on, I decide to edit that photo, so I click "Edit Image"
4. Everything is fine, with the exception of the "Caption" area. . . which has the following code in it, and it stretches out the screen and causes serious display issues:
--------------
Test caption
{script type="text/javascript"}var asImages = [
{"index":"0","FileName":"Screen_Shot_2011-12-08_at_1.38.33_PM.png","Title":"Test caption","FileId":"69","FilePath":"/DesktopModules/ActiveSocial/viewer.aspx?PortalId=0&sid=0&sz=3&fid=69"}
];asClient.Gallery.ImageInfo = {"index":"0","FileName":"Screen_Shot_2011-12-08_at_1.38.33_PM.png","Title":"Test caption","FileId":"69","FilePath":"/DesktopModules/ActiveSocial/viewer.aspx?PortalId=0&sid=0&sz=3&fid=69"};
{/script}{input type="hidden" id="ashidbread" value="<a href="" onclick="asClient.Gallery.LoadView('asalbums',0,''); return false;"}Albums{/a}" /}</div>
-->
---------------
With that said.. I'm totally confused.
What did I do wrong?
Thank you all for your help.
- Patrick