MyBB Community Forums

Full Version: If (custom thread) then (display this)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is piggy-backing off a post I made yesterday http://community.mybb.com/thread-168026.html

So, I have two "types" of accounts. One is for OOC accounts, the other is for character accounts. I created a little mod-thingy to post age in months...but I want this to only work for character accounts.

What would be a good if/then code to put into members.php for this? And should I set this up by creating two different groups for each account? I currently have it set so members are required to pick either "OOC" or "Horse Profile" from a dropdown menu when they register, so I was hoping to use that. I'm just not versed enough in PHP to figure it out myself Smile

Basically ->
IF horseaccount display mod in link above (birthdate in months)
IF oocaccount display birthday normally (in years)