I recently upgraded our SBS install to v.4.0.3 and we can no longer customize our home page. Our home page has some flash stored in HTML widgets and when we click customize only the 1st flash movie shows up and we are completely unable to make changes to the page.
You can delete your HTML widgets from the root space through the database by running these SQL queries:
delete from jivewidgetfrmprop where frameid in (select frameid from jivewidgetframe where widgetid = 1014 and parentobjecttype = 14 and parentobjectid = 1);
delete from jivewidgetframe where widgetid = 1014 and parentobjecttype = 14 and parentobjectid = 1;
Make sure to back up your database before doing this. Once you start it up, the HTML widgets should disappear from the root space and this will allow you to slowly reintroduce the widgets.
Thanks,
Vinh
Vinh,
Are you saying that we need to completely redo all of our HTML widgets? I am hoping not as we have a pretty customized site already.
Travis
I should also note that we are simply trying to make small edits to existing widgets and our goal is not to remove them.
Is this happening on every single space that has an HTML widget? I am only proposing that you remove the HTML widgets on your home page since they contain some sort of Flash or HTML code that is preventing the JavaScript from firing off correctly. If you want the HTML of the widgets you'd be deleting, you can get them by running:
select name, propvalue from jivewidgetfrmprop where frameid in (select frameid from jivewidgetframe where widgetid = 1014 and parentobjecttype = 14 and parentobjectid = 1);
Thanks,
Vinh
Yeah, that worked. It let me get rid of the problem. Adding it back was still an issue. Ended up re-writting the code for that widget removing the script I think there is an issue with the standard ac_flash functions for embeding flash. Fixed on my end though thanks.
Jive combines the most powerful features of collaboration software, community software,
social networking software & social media monitoring into the leading SBS solution.
© Copyright 2000–2010 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205
Sales: 877-495-3700 | General: 503-295-3700
Privacy Policy | Sitemap | Jobs | Contact Us