MHoltum: ACP --> vBulletin Options --> vBulletin Options --> Site Name / URL / Contact Details --> Contact Us Options
CSS59: To duplicate the "New Posts" drop down I have do the following (if you're not running vBa Links you may need/want to remove that section)....
1. Modify your "navbar" template. ACP --> Styles & Templates --> Style Manager --> {select your style} Edit Templates --> Navigation / Breadcrumb Templates --> navbar
2. Look for...
Code:
Content visible to verified customers only.
... and
replace it with:
Code:
Content visible to verified customers only.
3. Look for...
Code:
Content visible to verified customers only.
... and
above it add:
Code:
Content visible to verified customers only.
Don't forget... copy & paste the contents of your 'navbar' template into NotePad or something else first just in case it doesn't work or you don't like the results.