[1.1.2] Sponsorship enabling

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
avdl
Posts: 1
Joined: 08 Jul 2008, 15:34

[1.1.2] Sponsorship enabling

Post by avdl »

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.

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;
LeChuck
Posts: 5
Joined: 30 Apr 2007, 14:47

Re: [1.1.2] Sponsorship enabling

Post by LeChuck »

Hi,

I have the same problem. I would like to evaluate this sponsorship feature on a test installation but I can't activate it.
My Mantis version is also 1.1.2.

Regards,
Markus
Post Reply