$nick = '<a href="' . getProfileLink( $p_arr['ID'] ) . '">' . $p_arr['NickName'] . '</a>';
to:
$nick = '<a href="' . getProfileLink( $p_arr['ID'] ) . '">' . $p_arr['BusName'] . '</a>';
That right there is your problem. If you change 'NickName' to 'BusName' in the coding files you will error out the software. To do that little change will require changes throughout the entire sites source files and the Databe base Tables. You don't want to open this can of worms and you need to listen very closely to us. We have been where you are and know what we are talking about.
If you want to just change what appears on the screen, then follow these instructions:
- Open your sites admin panel
- Go to Settings -> Language Settings
- Do a search for NickName
- You will see a list appear, click edit
- In the bottom of the box that opens, change Nickname to Business Name
- Click Save
That is the quick and easy way to do it. Now, if your going to do a business networking site, then you will need to still looking at adding Dependent Values unless you want lists that run forever on your join.php or pedit.php or search.php pages. This will enable you to set up the fields so when someone chooses the business they are in the next field will only display the items that apply.
For example:
Manufacturing would list Auto, Steel, Plastics, Alloys, Engine Parts
Finance would list banking, mortgages, financial planning, insurance and so on.
I hope this is making sense to you.