Asterix_ita
04-12-2010, 10:00 PM
This addon add a image in the post if the user has a birthday
Log
13/04/10 v.1.0.0 start addon
14/04/10 v.1.0.1 auto template
14/04/10 v.1.0.2 fix bug user delete
09/06/10 v.1.0.3 add option align image left or right
INSTALLATIONS!
1) Import product-product_birthimage38X.xml into PRODUCTS. Allow Overwrite "YES" (for upgrade) (admincp -> Plugin System -> Manage Products -> [Add/Import Product])
2) Configure the options to vBulletin Options - CT birthday Image Post
Upgrade from vers. 1.0.0
Change template
Open template: postbit
find and delete:
--------------------------------------------------------------------
<if condition="$ctbirthdatyok">
<div style="padding-bottom:$vboptions[bip_ct_padding_botton] ;border:0px solid #cccccc;margin:4px">
<img src="$vboptions[bip_ct_path]" align="right">
</div>
</if>
--------------------------------------------------------------------
Open template: postbit_legacy
find and delete:
--------------------------------------------------------------------
<if condition="$ctbirthdatyok">
<div style="padding-bottom:$vboptions[bip_ct_padding_botton] ;border:0px solid #cccccc;margin:4px">
<img src="$vboptions[bip_ct_path]" align="right">
</div>
</if>
--------------------------------------------------------------------
Done
Log
13/04/10 v.1.0.0 start addon
14/04/10 v.1.0.1 auto template
14/04/10 v.1.0.2 fix bug user delete
09/06/10 v.1.0.3 add option align image left or right
INSTALLATIONS!
1) Import product-product_birthimage38X.xml into PRODUCTS. Allow Overwrite "YES" (for upgrade) (admincp -> Plugin System -> Manage Products -> [Add/Import Product])
2) Configure the options to vBulletin Options - CT birthday Image Post
Upgrade from vers. 1.0.0
Change template
Open template: postbit
find and delete:
--------------------------------------------------------------------
<if condition="$ctbirthdatyok">
<div style="padding-bottom:$vboptions[bip_ct_padding_botton] ;border:0px solid #cccccc;margin:4px">
<img src="$vboptions[bip_ct_path]" align="right">
</div>
</if>
--------------------------------------------------------------------
Open template: postbit_legacy
find and delete:
--------------------------------------------------------------------
<if condition="$ctbirthdatyok">
<div style="padding-bottom:$vboptions[bip_ct_padding_botton] ;border:0px solid #cccccc;margin:4px">
<img src="$vboptions[bip_ct_path]" align="right">
</div>
</if>
--------------------------------------------------------------------
Done