9.7.0 RC2 Testing (SVG Site Logo)

Aug 08, 2020

SUMMARY

In this episode, I am joined by Daniel Valadas to participate in the DNN Platform 9.7.0 RC2 testing frenzy! We replaced the default site logo with an SVG logo to ensure everything worked as expected. Actually, we tested both methods for uploading the SVG.

We also had a little fun in showing some enhancements to the LOGO theme object, showcasing the power of the CssClass and the two new attributes: InjectSvg and LinkCssClass.

With InjectSvg, you can now inject the SVG element into the HTML, rather than the default of the source (src) of an image (img) tag.

With CssClass, you now can target the SVG element and pseudo-elements for things like fill, stroke, etc.

And with LinkCssClas, it is specific to the anchor (a) tag.

Quick Links
DNN Platform on GitHub - https://github.com/dnnsoftware/Dnn.Platform
DNN Platform Releases on GitHub - https://github.com/dnnsoftware/Dnn.Platform/releases

Relevant Pull Requests
- https://github.com/dnnsoftware/Dnn.Platform/pull/3865
- https://github.com/dnnsoftware/Dnn.Platform/pull/3898

Thanks to Daniel Valadas for participating in testing for DNN Platform 9.7.0 Release Candidate 2 (RC2)!

RELATED VIDEOS

9.7.0 RC2 Testing (Clean Install)
Aug 08, 2020

In this episode, I am joined by Will "HisMightiness" Strohl to participate in the DNN Platform 9.7.0 RC2 testing frenzy! We performed a "clean install" and performed a few quick tests to ensure all was in order. We'll report our findings back to the Technology team.