
03-26-2008, 09:12 AM
|
|
|
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Hasann
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 
|
Thanks alot Hasann  Everything is fine now.
|