I'm looking for a way to show certain content only when a user is a guest / logged out, is there a simple vBulletin function for this?
The simple function is setting permissions for each forum. You set them according to what you want to show when a person is logged in or out.
That's not what I'm referring to. For arguments sake, say I want to display a message to users that are logged out, or ads, or whatever. What function can I (or does vB) use for this? Something simple I can put in a template.
If you want to display a message to non registered asking them to register you could use the welcome header hack. Or you could edit that hack to have ads on it instead of a please register...
In any template that you want to display a message to only guests... <if condition="!$bbuserinfo['userid']"> <!-- HTML HERE --> </if> HTML: