Hi
I set the appconfig DoNotShowNewsOnHomePage to TRUE which means it should not be showing on the homepageintro page, however it is still showing up. How do I make this stop showing on the homepageintro page please?
Thank you very much
Tamela
Hi
I set the appconfig DoNotShowNewsOnHomePage to TRUE which means it should not be showing on the homepageintro page, however it is still showing up. How do I make this stop showing on the homepageintro page please?
Thank you very much
Tamela
3D Unforgettables, Inc.
http://www.3dunforgettables.com/
...texturing with lasting memories
Be Good, Be Happy, Be Kind, and Be Positive...Donate to those that are less fortunate then you.
Open up your page.default.xml.config file located in XMLPackages folder.
From:
Change it to:Code:<xsl:value-of select="aspdnsf:XmlPackage('news.xml.config')" disable-output-escaping="yes"/>
Code:<xsl:if test="aspdnsf:AppConfig('DoNotShowNewsOnHomePage') = 'false'"> <xsl:value-of select="aspdnsf:XmlPackage('news.xml.config')" disable-output-escaping="yes"/> </xsl:if>
Alfred
Thank you so very much.I was going crazy trying to figure out how to make News get off my front page.
Much appreciated. Have a good night.
Tamela
3D Unforgettables, Inc.
http://www.3dunforgettables.com/
...texturing with lasting memories
Be Good, Be Happy, Be Kind, and Be Positive...Donate to those that are less fortunate then you.