squidsk |
02-10-2013 12:22 AM |
Quote:
Originally Posted by TiKu
(Post 2402970)
To make version 4.0.5 compatible with vbSSO 1.4.9, I had to change two things:
1) In hook "YAAS in Member Profile - Profile", replace
Code:
require_once('./global.php');
with
Code:
require_once(DIR . '/global.php');
2) In hook "YAAS - Member List Display", replace
Code:
include('awards_memberlist.php');
with
Code:
include(DIR . '/awards_memberlist.php');
|
Thanks.
Quote:
Originally Posted by ringnews24
(Post 2403037)
How do members requests awards?
|
If the group they are a member of have it enabled the option will show up in awards.php.
Quote:
Originally Posted by ringnews24
(Post 2403039)
Some awards arent showing up once given to the member.
Can someone help please,
Thanks.
|
In the postbit? If so check your maximum number of awards to display. If a member has more awards than this number then only some will be displayed in the postbit.
Quote:
Originally Posted by WorldCraft
(Post 2403178)
Hi, I need to replace/restore the award_request table. Unfortunately I don't have a backup of that table. Can I replace it with phpmyadmin or some other method without needing to reinstall the product?
Thanks
|
Why do you need to replace/restore the table? If you deleted it manually then you can re-create it manually, which would be the only way to get the table back regardless if it has been deleted, short of uninstalling/re-installing the product.
|