Need to add additional label under members pictures
I searched here and in Expertzzz... no luck.
Dolphin 6..4 adfree
PHP 5+
MySql latest
Apache 2+
Full access to everything
I know I need to change the code... no problem.... I just don't know where to look... there are so many places.
I need to add an additional label under a members photo. The "label" will come from a field I have already added to the profile database, join form and profile view. That all works fine. When a members picture is shown I want this label to show as well as the member name.
I know showing this additional line/label may give me formating issues but until I get it inserted on the page I can't solve that.
I have stacks of paper of the different php code I have printed and gone over and my eyes are glazed over. Too Much To Long...I'm stumped.
If you know where to point me first .... Please.
function get_member_primary_photo
510 $ret = '';
the next 5 lines produce the pic and link to upload
get a good php editor that can search all files for functions
That's the spot. I'm still stuck unraveling the arrays to try and get the label in.