Ok, managed to get alot more info, sort of know what I'm doing now.
The profile field I created however is 'Multiple-Selection Menu'
So, requesting help on the code, in postbit_legacy. Just copying a previous field, such as join date, didn't work, I assume because of the menu. The only way I can get it working is like this:
Code:
<if condition="$post['field5']=='1'">Favourite Hero: Astral Mage</if>
Code:
<if condition="$post['field5']=='2'">Favourite Hero: Jungle Rogue</if>
There are 24 options/fields in the menu, I don't mind copying pasting the above 24 times & manually putting it in, but just wondering if there's an easier more efficient way?
Here is an example, of it being displayed: