Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
timstohr wrote: I have created a male/female substitution on the format name and it works perfectly usingthe code given by Nant during the tutorial on the Format name. I wanted to put this on top of the profile picture now though? Can you guys give me a little tip how I have to amend the code?
[value]
[cb:if cb_gender="Male"]<img src="images/icons/Group_feature/male.png" alt="man symbol" />[/cb:if]
[cb:if cb_gender="Female"]<img src="images/icons/Group_feature/female.png" alt="woman symbol" />[/cb:if]
Would be great if you guys could help!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
timstohr wrote: Hi Nant,
Sorry for bothering you again, but the code does not work since it starts floating the profile picture. I wanted to have it on the userlist though and if putting the code into userlist it obviously enlarges the smaller userlist photographs.
I have now used the following text which looks alright on the login and cb-activity, but looks atrocious in Group Jive:
<!-- [value] -->
<div style="position: relative; left: 0; top: 0;">
<img src="[avatar]" style="position: relative; top: 0; left: 0;" width="60%" height="60%"/>
[cb:if cb_gender="Male"]<img src="images/icons/Group_feature/male.png" style="position: absolute; top: 3px; left: 3px;" alt="man symbol" />[/cb:if]
[cb:if cb_gender="Female"]<img src="images/icons/Group_feature/female.png" style="position: absolute; top: 3px; left: 3px;" alt="woman symbol" />[/cb:if]
</div>
Basically what would be interesting, and I am pretty sure not only to me, would be to have the symbol displayed on the CB connect, the Group Jive and the Userlists? What is the [name of userlist avatar]?
I have now used the following text which looks alright on the login and cb-activity, but looks atrocious in Group Jive:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.