Howdy folks. 
I use a shortcut to give users special icons such as being a financial contributor. It worked perfectly for many versions, but since the 2.3.0 to 2.3.2 upgrade it no longer functions.
1) I create a User Profile Field in the Admin CP, for example "Contributor".
2) Then I edit a user and go to the Contributor field and put a proper < img src call to an icon.
3) Then I call that profile field inside of the postbit, using:
$post[field11] for example...
In step 2, after filling it out the image doesn't show properly, if you re-edit the user you will see the field incomplete and an odd > bracket symbol right AFTER the textfield.
This did not occur in 2.3.0, and this is my ONLY issue in my entire upgrade, can anyone else confirm this?

I use a shortcut to give users special icons such as being a financial contributor. It worked perfectly for many versions, but since the 2.3.0 to 2.3.2 upgrade it no longer functions.
1) I create a User Profile Field in the Admin CP, for example "Contributor".
2) Then I edit a user and go to the Contributor field and put a proper < img src call to an icon.
3) Then I call that profile field inside of the postbit, using:
$post[field11] for example...
In step 2, after filling it out the image doesn't show properly, if you re-edit the user you will see the field incomplete and an odd > bracket symbol right AFTER the textfield.
This did not occur in 2.3.0, and this is my ONLY issue in my entire upgrade, can anyone else confirm this?
Comment