Quote:
Originally Posted by Mopar Rob
Can someone please help...
I am getting the following error When I try updating the Header Template as described above: adding child to non-existent node!
|
You would get that error if you have not made the edits's exactly as described.
Also, Fungsten is correct - there are 2 instances that should be edited
Find:
Code:
<vb:if condition="$vbulletin->options['ls_default_style_link']==1">
<a class="toplinks" href="{vb:raw $vbulletin->options['ls_navbar_home']}?{vb:raw session.sessionurl}styleid={vb:raw vboptions.ls_default_style}">{vb:raw vboptions.ls_default_link}</a>
</vb:if>
and replace with:
Code:
<a class="toplinks" href="forum.php?{vb:raw session.sessionurl}styleid=xxx">Desktop</a>