Create a user profile field:
Go to Admin CP,
User Profile Fields
Add New User Profile Field
Multiple Selection Menu
Fill in title, description and options..
When you get to "Field Required?" state = "Yes, at registration and profile editing"
Make a note of the field number (FieldXX)
Then go to postbit or postbit legacy:
Search for
PHP Code:
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
Add under
PHP Code:
Program:<if condition="$post[field[COLOR="Red"][B]XX[/B][/COLOR]]"><img src="XXX" border="0px" alt="Photoshop, or whatever program"></a></if>
Be sure to replace the
XX with the field number from the custom field that you created.