I’ve made the initial version of this. If you wanted to test it here is how you can install it into your system:
Download these two files:
https://raw.github.com/Taracque/RaidPlanner/development/3rd_party_plugins/jomsocial/fields/rp_characters.php
https://raw.github.com/Taracque/RaidPlanner/development/3rd_party_plugins/jomsocial/fields/rp_characters.xml
and put them into the com_community/libraries/fields directory of you Joomla installation.
Then you need to edit the customfields.xml file in the same folder, add
<field>
<type>rp_characters</type>
<name>RaidPlanner Characters</name>
</field>
lines just before the </fields> line.
If you save it, you will se a new field type called RaidPlanner Charaters in you JomSocial Custom profiles window.
-
This reply was modified 10 years, 7 months ago by
Taracque.