::: MyLs1.com Gifts :::

version 0.6

Allow members to send gifts to eachother, facebook style.

Set your values on your admin cp options.
Usergroup permissions.

Note:
I did not make this "Gifts" product, it is a custom mod made for my site.
So I cant support it, but feel free to report bugs for future releases.


Im not responsible for any data loss or damage,
Please backup your files, and test it on a test site first.
Nothing better than being safe than sorry ;)

This mod has been tested and works fine on my sites.


Note:

- Each gift category will hold up to 24 gifts each (page nav is not set for more pages)
- Add your own gifts to their respective folders, or make your own folders
- Gifts dimmensions could be ( 64 x 64 ), use your desired sizes.


---------- Install ----------

1- Upload files to their respective folders:


admincp / gifts.php

images / gifts

includes / xml / bitfield_gifts
                 cpnav_gifts

root directory / gifts.php




2- Import product:

gifts_product.xml




3- Memberinfo Template edit, find: 

<div id="profile_tabs">
  $template_hook[profile_left_first]
  $blocks[visitor_messaging]
  $blocks[aboutme]
  $blocks[stats]
  $blocks[friends]
  $blocks[infractions]
  $blocks[contactinfo]
  $template_hook[profile_left_last]
</div>


Add this before the <div id="profile_tabs">:

  $blocks[gifts]


So it will look like this-->


$blocks[gifts]

<div id="profile_tabs">
  $template_hook[profile_left_first]
  $blocks[visitor_messaging]
  $blocks[aboutme]
  $blocks[stats]
  $blocks[friends]
  $blocks[infractions]
  $blocks[contactinfo]
  $template_hook[profile_left_last]
</div>




4- Style manager: Add this to Additional CSS Definitions


.explanation {
         background-color:#FFFFCC; padding:3px;
}



---------- /Install ----------


--- How to set ---

Set your settings on the admin cp
Add gifts as follows:

example:

-Name of the gift: Beer
-Description of gift: Beer in a glass
-Choose category: drinks
-enter url (images/gifts/drinks/4873992.gif)

--- /How to set ---



--- How to use ---

On the members profile there will be the block called gifts
There are 2 links, Give a gift and View all.
When they click on Give a gift, it will take them to a page where the categories are.
Click on the categorie, check the gift to send, add messages and Give.

--- /How to use ---


Thats all.