SNAPPS QSite updated for Quickr 8.0.0.2
Category NoneJust a quick update - with Quickr version 8.0.0.2 there were two changes to the standard Quickr theme that broke the blog component inside QSite. We just found these today, and Troy fixed it and posted a new QSite over on QuickrTemplates.com.
The first change we made was to the css file that helps lay out the extra blog stuff - calendar, links and history. The links and history went a little wonky off to the right, so Troy fixed the div. Actually, the problem exists in the standard Blog template now, so we're sending our fix off to IBM - expect to see it in a hotfix soon.
The second fix was to the Blog Preferences form that is where you land - the list of blog entries. When we went there in QSite, the calendar, links and history were...just...gone. Turns out that IBM changed the theme and where a div was called "Table7" in Quickr 8.0, it was now "Table4". We use code in the form to "inject" HTML after the proper div - a technique that really lets you mess with Quickr in cool ways - but the place we had been injecting it no longer existed. So, Troy put in a fix for the form that checks for both div names, and works with either one (hence it's compatible with 8.0 and 8.0.0.2).
