Active
Project:
Request Invitation
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Mar 2008 at 01:37 UTC
Updated:
10 May 2008 at 07:41 UTC
As currently set up the getDescription() function in requestinvitation.module get's the description from a string within that function. To change the description, one is instructed to change the string that gets assigned to the $description variable.
This is fine for single site installations but unsuitable for multi-site installations unless one has a separate copy of the requestinvitation module in each site specific module folder, which defeats the purpose of the ../sites/all/modules directory.
The description should be stored somewhere other than the requestinvitation.module and be configurable through the admin UI to support multi-site installations.
Comments
Comment #1
buddhika commentedYes, this is a place where I should put more attention. I will implement this in near future.
Thanks for the suggestion BTW.
Comment #2
buddhika commentedWelcome text now can be set from inside the module. But still not for multiple sites.