Quote:
Originally Posted by dartho
I'm going to release an addon product which enables such options. In the mean time have a look in the header template and search for
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>
where xxx is your default styleid. change the href to suit your site also.
|
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!