In the file http://mysite.com/messages_inbox.php?, how can I remove the age?
I have checked in the file code but could not find it.
TY!
In the file http://mysite.com/messages_inbox.php?, how can I remove the age? I have checked in the file code but could not find it. TY! |
Screenshot me on this please, I don't recall seeing age in the inbox. |
inc/profiles.inc.php comment: <td class="profile_age_sex" align="left" style="width: 100px">- <?= $age_sex ?></td> $ret .= '<div class="li_word">'._t('_Sex').':</div><div class="li_value">' . $prof_sex . '</div>'; then style compose.css for heiht html comment = <-- --> php comment = // $ret.... I have video tutorials to help you mrpowless.com |
Hello mydatery. Actually it is both in compose.php and inbox.php. In inbox, you can see it when you click on a new message to read it. In compose, it's when you first click on the pic of someone, choose to send that person a message. |
Super Dave, I will try that! Thank you! :) |