Quote:
Originally Posted by Forum Lover
While u r at horoscope, does it showes at who's online, that u r there?
|
what??
Quote:
Originally Posted by Stoebi
Hi
Can't find any instructions in your archive
*deinstalled*
|
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="$show['horoscopesign']"><div>$horoscopesign</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