Message Text |
On upgrading from rc5 to rc6 I am told to
Please manually replace the red text with the green text in templates/default/detailcomments.tpl:
[View Template: Standard Old Version - Standard New Version - Customized Old Version]
Open templates/default/detailcomments.tpl for editing
<div id="map" style="width: 500px; height: 300px"></div>
</IF>
<IF {SWITCH_ALEXA} and {LINKURLBOOL}><span class="labels">Alexa Information:</span><br ><img src="http://traffic.alexa.com/graph?w=550&h=350&r=6m&y=r&u={LINKDOMAIN}" ></IF>
<IF {SWITCH_ALEXA} and {LINKURLBOOL}><br ><span class="labels">Alexa Information:</span><br ><img src="http://traffic.alexa.com/graph?w=550&h=350&r=6m&y=r&u={LINKDOMAIN}" ></IF>
<div class="clear"></div>
</div>
However, I cannot find that text to delete in any of the templates, not even in the original wsntemplates. So I have no idea where to insert the green text. |