Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Nav Panel


ghost's Avatar
0 0

Hey, love the site. I also use PHP-Fusion, and was wondering how or where HBH got the navigation panel to do sub categories. a link to any helpful information will be grateful… I tried going to the fusion site, but seemed 4000 accounts have been deleted inclusing mines, I remember it used to say 18,000 members. Also I cannot really find it on there..TY TY TY


Mr_Cheese's Avatar
0 1

hbh's nav menu is hardcoded to save mysql resources.

so its unique to hbh, you'll have to make your own.


jaggedlancer's Avatar
The Localhost Hacker
20 0

Im not sure how to do the sub categorys but you can put — in the name and link box and it will display a line to seperate the categorys that you want ;)


ghost's Avatar
0 0

on my localhost i am building my own cms and i coded the navigation …

  print("<tr>
         <td height=11 bgcolor=0066ff>
		 >><b><u> $name</u></b>
		 </td>
		 </tr>
        ");
        }else{

  print("<tr>
         <td bgcolor=00ccff>
		 > <a href=".$link." target=main><strong>$name</strong></a>
		 </td>
		 </tr>
        ");
	}
}