Rob Locke
01-09-2006, 03:48 PM
Hi Brian,
I wonder if you can help me. I would like to make my regular, unhacked, vBulletin navbar look like the links navbar. Naturally, creating the table and the table cells is no problem. In fact it's all very straight forward apart from one thing...equally spacing the columns.
I notice that there is a variable called "$lnavbarwidth" which auto spaces the cells with the code from links_global.php.
My question is this - given all the <if> statements in the regular vB navbar, such as show('member'), show('popups') and show('searchbuttons'), what is the code that I'll need to add to global.php to make everything space equally, regardless of whether the user is logged in/not logged in, the search button is visible/hidden and popups are enabled/disabled?
I have no clue how to write it so it works correctly with all the vB navbar variables. Being the php guru you most certainly are, can you clue me in with the right code please?
Your help will be HUGELY appreciated.
Many thanks,
I wonder if you can help me. I would like to make my regular, unhacked, vBulletin navbar look like the links navbar. Naturally, creating the table and the table cells is no problem. In fact it's all very straight forward apart from one thing...equally spacing the columns.
I notice that there is a variable called "$lnavbarwidth" which auto spaces the cells with the code from links_global.php.
My question is this - given all the <if> statements in the regular vB navbar, such as show('member'), show('popups') and show('searchbuttons'), what is the code that I'll need to add to global.php to make everything space equally, regardless of whether the user is logged in/not logged in, the search button is visible/hidden and popups are enabled/disabled?
I have no clue how to write it so it works correctly with all the vB navbar variables. Being the php guru you most certainly are, can you clue me in with the right code please?
Your help will be HUGELY appreciated.
Many thanks,