[1.1.2] Sponsorship enabling
Posted: 08 Jul 2008, 15:50
Hello,
i have a localhost install working for test and customize.
For now, every thing works great, custom field are a really great feature (only hope we could disable some standard fields but i guess that would be difficult to manage).
The only problem i encounter is i cant enable sponsorship.
I do not understand why it does appear.
I lo in as an administrator, My config_inc.php file contains what's here below, and still nothing would do !
(i had it working good on a earlier version for a different install)
Where should i examine, what should I look for ?
I really look for a kind of voting feature, but it looks like it will be released in version 1.2.
i have a localhost install working for test and customize.
For now, every thing works great, custom field are a really great feature (only hope we could disable some standard fields but i guess that would be difficult to manage).
The only problem i encounter is i cant enable sponsorship.
I do not understand why it does appear.
I lo in as an administrator, My config_inc.php file contains what's here below, and still nothing would do !
(i had it working good on a earlier version for a different install)
Where should i examine, what should I look for ?
I really look for a kind of voting feature, but it looks like it will be released in version 1.2.
Code: Select all
# Whether to enable/disable the whole issue sponsorship feature
$g_enable_sponsorship = ON;
# Currency used for all sponsorships.
$g_sponsorship_currency = 'Euros';
# Access level threshold needed to view the total sponsorship for an issue by all users.
$g_view_sponsorship_total_threshold = VIEWER;
# Access level threshold needed to view the users sponsoring an issue and the sponsorship
# amount for each.
$g_view_sponsorship_details_threshold = VIEWER;
# Access level threshold needed to allow user to sponsor issues.
$g_sponsor_threshold = REPORTER;
# Access level required to be able to handle sponsored issues.
$g_handle_sponsored_bugs_threshold = DEVELOPER;
# Access level required to be able to assign a sponsored issue to a user with access level
# greater or equal to 'handle_sponsored_bugs_threshold'.
$g_assign_sponsored_bugs_threshold = MANAGER;
# Minimum sponsorship amount. If the user enters a value less than this, an error will be prompted.
$g_minimum_sponsorship_amount = 5;