Quote:
Originally Posted by gyaronn
is there a way to put the pages name in the section bar and not the nav bar ?
|
sure
search in navbar
PHP Code:
{vb:raw template_hook.navbar_quick_links_menu_pos1}
{vb:raw template_hook.navbar_quick_links_menu_pos2}
{vb:raw template_hook.navbar_quick_links_menu_pos3}
Place underneath
PHP Code:
<!----------- Sub-pages of the Forum Programming omardealo --------------->
<vb:if condition="$vboptions[other_pages_page1_onoff]">
<li><a target="_blank" 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 target="_blank" 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 target="_blank" 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 target="_blank" 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 target="_blank" href="page.php?do=5">{vb:raw vboptions.other_pages_name5}</a></li>
</vb:if>
<!----------- Sub-pages of the Forum Programming omardealo --------------->
You will find links in the quick links