A Note about the use of the s61 tags for gifts and disappearing gifts

Options

The s61 tag supports 4 varieties of gift tags: gift-form, gift-count, gift-log, and unique-gift-log

The gift count, gift log and unique gift log tags that you can use in your Facebook application pages have a parameter called Gift Status. This parameter controls which gifts are displayed whenever you desire a list of gifts received to appear. There are 3 possible values for this parameter: blank (meaning no value), available, unavailable. The default templates use the “available” parameter with the result of any gift whose availability status is changed by the administrator from available to unavailable will disappear from the listing. Please note, the gift status parameter is not part of the gift form. The gift form tag is used to show which gifts are available to send. It will never include unavailable gifts.

To ensure that gifts, although currently unavailable to give, that have been previously received still appear, please do the following.

On the fb_my_gifts page, delete the red, bold, underlined code.

<div id="my-gifts-top">

<h2>My Gifts History</h2>

<ul class="links clearfix">

<li class="first"><a href="FB?pagename=fb_gift_page>Give a gift to someone else!</a></li>

</ul>

<h3>My Family of Gifts</h3>

]

</div><!-- end #my-gifts-top -->

<div id="my-gifts-bottom">

]x::xx::::

<h3>Cats I have received</h3>

]

]]

]x::xx::::

<h3>Dogs I have received</h3>

]

]]

</div>

On the fb_personal_page, delete the red, bold, underlined code.

<div class="module">

<h2>Gifts ]::TRUE::You Have::<fb:name uid="]" firstnameonly="true" linked="false" /> Has]] Received</h2>

]::TRUE::<div class="link-bar"><strong><a href="FB?pagename=fb_my_gifts>My Gifts Details</a></strong></div>::

]]

<div class="body">

]

</div>

On the fb_profile page, delete the red, bold, underlined code.

<p class="divider"> Gifts Received </p>

<p><a href="FB?pagename=fb_gift_page>Give a Gift Yourself!</a> <fb:visible-to-owner>| <a href="FB?pagename=fb_my_gifts>My Gifts Page</a></fb:visible-to-owner></strong></p>

]

</div>

Tagged:

Categories