Quote:
Originally Posted by Muggz562
Good work man. I was actually thinking TODAY that someone should make a hack like this, then I hop on here and its like you read my mind  . Thanks!
|
yes I have read your mind and I wanted to save your time

Joked with you, this is an honor for me
Quote:
Originally Posted by rammieone
Rated and installed fine thanks!
|
thnx man
Quote:
Originally Posted by Muggz562
I found a bug:

When I click on one of my pages, the rest of the pages get highlighted. Is there any quick fix for this?
|
ok try this
1 - upload the product from the Control Panel Forum
2 - Upload page.php file folder inside your forum's main
3 - template navbar
PHP Code:
{vb:raw template_hook.navtab_end}
Place underneath
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 --------------->
Quote:
Originally Posted by rammieone
Not happening on my install mate on 4.0
|
for 4.0.1 Follow the above explanation
Quote:
Originally Posted by Muggz562
hmm wierd, its probably another of my plugins or something
|
Follow the above explanation