I'm trying to create a new field on the join form called FullName.
Does dragging and dropping the New_Item and setting up the fields take care of the new database entry or do I still have to set up the database manually for my new Fullname field?
I'm trying to create a new field on the join form called FullName. Does dragging and dropping the New_Item and setting up the fields take care of the new database entry or do I still have to set up the database manually for my new Fullname field? |
It's all done automatically when editing the profile field. However, it should be noted that what you want is already included by default in Dolphin. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Ahh really! Where is that located then? Can't seem to find that anywhere? |
Ahh really! Where is that located then? Can't seem to find that anywhere? It's enabled by default, and can be viewed from the usual list under administration, builders, profile fields, and is split into two profile items, one for first names, the other for last names. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Ahh ok, yes I see those fields but i'm trying to display the first name + last name on the member profile page next to the avatar. I tried the following mod suggested in another thread but it doesn't work at all, all it does it pop up a text box when you hover over the avatar image formatted like this "firstname <br> lastname". It's not even seeing the line break as code. This is the mod.. edit file templates/base/scripts/BxBaseFunctions.php Find: Change it to: $aInfo = getProfileInfo($iId); |