dszuecs
06-05-2013, 10:00 PM
This mini modification allows you to display a gender icon beside the nicknames in postbit:
- Live Demo: BlackBerry10 Forum (http://forum.bb10.ch/blackberry-10-apps/73-soundhound-bald-fuer-blackberry-10-verfuegbar.html)
http://forum.bb10.ch/images/postbit.preview.jpg http://forum.bb10.ch/images/postbit.preview.02.jpg
GUIDE
01) Create a custom Profilefield 'Gender'
01.01) AdminCP ? Profilefields ? Add Profilefield
01.02) Profilefield type = Dropdown ? Next
01.03) Title = Gender ? Description = Gender ? Options = boy AND girl (one on each line)
01.04) AdminCP ? Profilefields ? Manage Profilefields ? notice the Name of the created Profilefield 'Gender' (f.e. field10)
So now, your users are able to select 'boy' or 'girl' in UserCP
02) CSS customizing
02.01) AdminCP ? Search Templates ? Search for 'postbit_legacy' ? Edit
02.02) Search for '{vb:raw memberaction_dropdown}' ? below add:
<vb:if condition="$post[field10] == 'boy'"><img src="/images/boy.png" alt="Boy"></vb:if>
<vb:if condition="$post[field10] == 'girl'"><img src="/images/girl.png" alt ="Girl"></vb:if>
Insert your noticed number from step 01.04 here!
02.03) Download 'boy.png (http://forum.bb10.ch/images/boy.png)' and 'girl.png (http://forum.bb10.ch/images/girl.png)' (rightclick ? Save As)
02.04) Upload both files to /forumroot/images
03) Last step
03.01) Go to your UserCP ? Select your gender
03.02) Take a look at your Postbit ? Enjoy!
03.03) Mark as installed
Feel free to contact me if you have problems setting it up!
Cheers - Dennis
- Live Demo: BlackBerry10 Forum (http://forum.bb10.ch/blackberry-10-apps/73-soundhound-bald-fuer-blackberry-10-verfuegbar.html)
http://forum.bb10.ch/images/postbit.preview.jpg http://forum.bb10.ch/images/postbit.preview.02.jpg
GUIDE
01) Create a custom Profilefield 'Gender'
01.01) AdminCP ? Profilefields ? Add Profilefield
01.02) Profilefield type = Dropdown ? Next
01.03) Title = Gender ? Description = Gender ? Options = boy AND girl (one on each line)
01.04) AdminCP ? Profilefields ? Manage Profilefields ? notice the Name of the created Profilefield 'Gender' (f.e. field10)
So now, your users are able to select 'boy' or 'girl' in UserCP
02) CSS customizing
02.01) AdminCP ? Search Templates ? Search for 'postbit_legacy' ? Edit
02.02) Search for '{vb:raw memberaction_dropdown}' ? below add:
<vb:if condition="$post[field10] == 'boy'"><img src="/images/boy.png" alt="Boy"></vb:if>
<vb:if condition="$post[field10] == 'girl'"><img src="/images/girl.png" alt ="Girl"></vb:if>
Insert your noticed number from step 01.04 here!
02.03) Download 'boy.png (http://forum.bb10.ch/images/boy.png)' and 'girl.png (http://forum.bb10.ch/images/girl.png)' (rightclick ? Save As)
02.04) Upload both files to /forumroot/images
03) Last step
03.01) Go to your UserCP ? Select your gender
03.02) Take a look at your Postbit ? Enjoy!
03.03) Mark as installed
Feel free to contact me if you have problems setting it up!
Cheers - Dennis