Quote:
Originally Posted by TNCclubman
Ever since I upgraded to vB 3.8.1, and installed a different syle (New Facebook) I lost my gifts, they're no where to be seen.
Are you supposed to re-install this gift mod? Whats the procedure to get all the gifts showing again... Keep in mind it shouldnt be located in the middle of the profile, but instead on a block under the 'ALBUMS' on the left side...
anyone do this yet?
|
add a new plugin
Product - gift system
Hook Location - member_build_blocks_start
Title - Gifts: In MEMBERINFO Edit
Execution Order - 6
used this code
Code:
eval('$template_hook[profile_right_album] .= "' . fetch_template('memberinfo_block_gifts') . '";');