November 10th, 2005, 12:46 PM
|
#7 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
You would need to make a new navbar template called navbar2 in vbulletin that has the block but without the links and then change the eval line to fetch navbar 2
eval('$navbar = "' . fetch_template('navbar2') . '";');
|
| |