Closed (fixed)
Project:
Invite
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2009 at 18:55 UTC
Updated:
15 Aug 2010 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
shenagarg commentedThere might be some problem with settings of invite module.
You can go to page /admin/user/invite/settings and there in role settings you can check the limit invitation limit and change the variable accordingly.
I hope this solves the problem.
Comment #2
Ivan Simonov commented/admin/user/invite/settings useless in this situation!
Comment #3
Ivan Simonov commentedbug in the invite.module (When 'authenticated user' role is localized)
Temporary fix:
GOTO admin/build/translate/search
SET authenticated user=authenticated user (or delete this translation)
THAT`S ALL
TO authors:
1) please fix this bug for international community
2) also add options '1', '2', '3' to $form['role'][$role_no_space]['invite_maxnum_'. $role_no_space]
invites count list like 1,2,3,5,10,20,50,100,∞ looks better than 5,10,20,50,100,500,1000,∞
3) function _invite_escalate_role($account) do not escalate roles
Wish success you to finetune this nice module
Comment #4
drupallogic commentedthank you for your effort. I assume some other developer should take this module. Current ones do not care any more.
Comment #5
Doud commentedWorks perfectly, i'm running a french website and had the same problem.
Your solution works, but is not so 'clean'. I'll try to solve the problem.
Comment #6
ziobudda commentedAfter this line in the "invite_get_role_limit" fuction
add
This works for me.
M.
Comment #7
netrom commentedHi Ivan Simonov.
I have no ../translate/search in my buildmenu so how do I find this?
/M
Comment #8
sciem commentedInstead of alpha just use dev version. It is fixed now - according to changelog: http://drupalcode.org/viewvc/drupal/contributions/modules/invite/CHANGEL...
It works fine for me with no hacking at all. Module is great! Good job maintainer!
Comment #9
Ivan Simonov commentedto netrom
If "Locale" module enabled you can use http://yoursite.com/admin/build/translate/search
Comment #10
dawehnerThe fix provided as patch
Comment #11
smk-ka commentedThanks, this has already been fixed in the development snapshot.