Is there a way to do this? (see below):
![[Image: untitled137jq.th.png]](https://camo.mybb.com/5006b7cf868f6e7a71695323cec53bd08d72b6b4/687474703a2f2f696d673231362e696d616765736861636b2e75732f696d673231362f313139392f756e7469746c65643133376a712e74682e706e67)
the Birth and Star Sign can be done so it does that by the birth date you enter in your usercp
Massacre Wrote:the Birth and Star Sign can be done so it does that by the birth date you enter in your usercp
How? I'd like to do that.
zaher1988's way will add a query for each of the items for each post. You don't need to do this, as the makepostbit function is passed all of the user profile fields along with the user.
For example, the sex:
switch($post['fid3'])
{
case "Male":
$sex = "Sex: <img src=\"images/male.gif\" alt=\"Male\">";
break;
case "Female":
$sex = "Sex: <img src=\"images/female.gif\" alt=\"Female\">";
break;
case "Other":
$sex = "Sex: <img src=\"images/othersex.gif\" alt=\"Other\">";
break;
default:
$sex = "";
}
Can u highlight line 745/746 ?
I got it taken care of. It was a typo on my part!
Is there a way to change "status: online/offline" to "status: (online/offline graphics)? Some of my users have trouble seeing the text.