Quote:
Originally Posted by omardealo
I tested the code and works well, make sure you put a code well
PHP Code:
<!----------- Sub-pages of the Forum Programming omardealo --------------->
<vb:if condition="$vboptions[other_pages_page1_onoff]">
<li><a class="navtab" href="page.php?do=1">{vb:raw vboptions.other_pages_name1}</a></li>
</vb:if>
<vb:if condition="$vboptions[other_pages_page2_onoff]">
<li><a class="navtab" href="page.php?do=2">{vb:raw vboptions.other_pages_name2}</a></li>
</vb:if>
<vb:if condition="$vboptions[other_pages_page3_onoff]">
<li><a class="navtab" href="page.php?do=3">{vb:raw vboptions.other_pages_name3}</a></li>
</vb:if>
<vb:if condition="$vboptions[other_pages_page4_onoff]">
<li><a class="navtab" href="page.php?do=4">{vb:raw vboptions.other_pages_name4}</a></li>
</vb:if>
<vb:if condition="$vboptions[other_pages_page5_onoff]">
<li><a class="navtab" href="page.php?do=5">{vb:raw vboptions.other_pages_name5}</a></li>
</vb:if>
<!----------- Sub-pages of the Forum Programming omardealo --------------->
|
This code went through but now it duplicated the tabs I had already made. They also dont highlight when clicked on.