Rigel Kentaurus
Well-known member
Moved to the resources section:
http://xenforo.com/community/resources/add-zodiac-sign-to-the-message-userinfo-bit.79/
http://xenforo.com/community/resources/add-zodiac-sign-to-the-message-userinfo-bit.79/
I designed all the zodiac icons years ago, I'll need to hunt for them and submit them into the resource area. Nice work Rigel.
Of course I didn'tIm just curious if you adjusted for the new 13th Zodiac sign...
Of course I didn'tThat is just some random news. ABC news says I should not care: http://abcnews.go.com/Entertainment...ac-astrological-controversy/story?id=12623103
is this plugin working for XF Beta5 and RC1 ?
Thanks!
<div class="usericons">
<xen:if is="{$message.zodiac_sign}"><center><img src="styles/default/zodiac/{$message.zodiac_sign}.gif" alt="{$message.zodiac_sign_label}" title="{$message.zodiac_sign_label}" /></center></xen:if>
</div>
Yes, it is.
I made some minor changes to the original code. I centered the image, and added a check to ensure it doesn't show up if a user did not specify a date of birth (in my case, I did an import, and for some reason ended up with users displaying the word "zodiac_" instead of an image).
Code:<div class="usericons"> <xen:if is="{$message.zodiac_sign}"><center><img src="styles/default/zodiac/{$message.zodiac_sign}.gif" alt="{$message.zodiac_sign_label}" title="{$message.zodiac_sign_label}" /></center></xen:if> </div>
Thanks for the Add-On![]()
Do I need to use this code or the .zip-File from the initial post ?
Many thanks for help!
Last I tried was with RC3, I would not expect it to break in 1.0.0wondering whether this is working with XF 1.0.0 ?
wondering whether this is working with XF 1.0.0 ?
Have you tried taking the code in the OP and applying it to the locations you wish, just as a quick fix?Rigel I'm assuming, from the screenshot, that this puts the zodiac sign on the postbit?
It would be great if you could work it so it goes on either the member card or the profile.
Or perhaps have an option to choose between the three?
<div class="usericons">
<img src="styles/default/zodiac/{$message.zodiac_sign}.gif" alt="{$message.zodiac_sign_label}" title="{$message.zodiac_sign_label}" />
</div>
nooooo I haven't. I wouldn't even begin to know where to place the code.
Have you tried taking the code in the OP and applying it to the locations you wish, just as a quick fix?
Code:<div class="usericons"> <img src="styles/default/zodiac/{$message.zodiac_sign}.gif" alt="{$message.zodiac_sign_label}" title="{$message.zodiac_sign_label}" /> </div>
We use essential cookies to make this site work, and optional cookies to enhance your experience.