Quote:
Originally Posted by Pehchaan
One of my user has 11 December, The Sign for this date of birth is not displaying anywhere (postbit and profile) and all others are displaying fine.
Please fix this, thanks.
|
all bugs fixed and updated buddy, added some new features
- Display Horoscope Sign As Image
- If this option set Yes, horoscopes sign show as image only in postbit(_legacy)
- Zodiac Icons Width and Height
- Set here your value of zodiac icons width and height
- Note: Default value is 25pix
- Display Horoscope Sign In Member Profiles
- If this option enabled yes, this will display the users Horoscope Sign in their Profiles
- Display Horoscope Prefix
- If enabled, this will display a prefix of "Sign: " before the users sign
Instructions: Upload all files into forum folder and import product-horoscopes.xml via Product/Plugin Manager
Open Your Postbit(_Legacy) Template And Search For This Code
HTML Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Add Below This Code
HTML Code:
<if condition="$post['zodiac_sign']"><div>$vbphrase[horoscope_sign]: $post[zodiac_sign]</div></if>
Save - Done
Open Your MEMBERINFO Template And Search For This Code
HTML Code:
<h2>$prepared[usertitle]</h2>
</if>
Add Below This Code
HTML Code:
<if condition="$show['horoscopesign']"><div id="horoscope">$horoscopesign</div></if>
Save - You Are Done
Enjoy It
IF YOU LIKE IT, PLEASE CLICK TO INSTALL