Log in

View Full Version : fetch the array $navbits from Postbit_diplsay_complete


mpage
12-29-2007, 07:06 PM
From Postbit_diplsay_complete (Add New Plugin), how can I grab the array $navbits

Is there a fetch array possible,

Obviously this currently doesn’t work, since i havent yet figured out how to fetch this array:
and I dont think I need to run another sql querry, how can I grab this ?

global $vbulletin;
echo "<pre>navbits :";
print_r($navbits);
echo "</pre>";