I needed the Runway FAQ Module for a new client and discovered that this package only supports 4.0.x.
Oh well, i installed it anyway and found that it worked in some parts. I updated the XSLT files to the new schema and changed the master template reference in the templates, and voilá.
<xsl:choose> <xsl:when test="count($currentPage/child::faqCategory)<=0"> <div id="NoComments"> There are no comments yet... be the first to make one ... </div> </xsl:when> <xsl:otherwise>
Fixed: Runway Faq Module for Umbraco 4.7.1
Hi peeps.
I needed the Runway FAQ Module for a new client and discovered that this package only supports 4.0.x.
Oh well, i installed it anyway and found that it worked in some parts. I updated the XSLT files to the new schema and changed the master template reference in the templates, and voilá.
faqQuestions.xslt:
faqCategory.xslt:
Remember to change the template masterfile reference and your contentplaceholders to match your setup:
is working on a reply...