Table Prefix is Fixed
Permissions is given from the Usergroup admincp link
More gifts can be downloaded from facebook as .png which wil give better quality images muhaha
I purchaced this hack like 2 months ago I guess
Never had a problem
but make sure if you have diferent template to include the gifts in the template images folder.
If you have problem with the $postbit
---
You have to add a new plugin to display gifts on the postbit legacy...
Hook Location: showthread_postbit_create
Title: Gifts in Postbit Legacy
Execution Order: 5
Plugin PHP Code:
$num_gifts = $db->query_first("
SELECT COUNT(*)
FROM " . TABLE_PREFIX . "gifts AS gifts
WHERE recipientid = " . $post['userid']
,DBARRAY_NUM);
$post['gifts'] = $num_gifts[0];
Plugin is active: yes
Then on the postbit where you want to display it just put
(<a href="member.php?$session[sessionurl]u=$post[userid]">$post[gifts]</a>) gifts
---
Cheers Christian love ur work
hope you can create more of facebook stuff for vb
|