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
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
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>
");
}
}