Log in

View Full Version : If logged in, don't show this.....


dturnbull
10-12-2006, 03:48 AM
Hi,

I'm going to have a content site using wordpress, and I want to have a huge "Register Today" image on every page of the site. However, I'd prefer not to show this to logged in members (just wastes space!) - how would I go about doing this?

Remember, this content site is in a different folder from the forums, and it's running on wordpress.

Thanks in Advance :)

Guest210212002
10-12-2006, 05:09 PM
Quick and dirty, wrap it between:


<if condition="$show['registerbutton']">

(your code)

</if>

dturnbull
10-13-2006, 03:46 AM
How do I do it on Wordpress tho?

I want this condition to be on a wordpress page, but to check if they are logged in to the vBulletin forum...?