Closed (won't fix)
Project:
Troll
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 12:59 UTC
Updated:
16 Dec 2015 at 14:32 UTC
Jump to comment: Most recent
Hi all,
this setting wont work on my drupal install. When I select a troll block role, for example, role1, it assigns role3 after a user block request. When I select role3, it assigns role0. Pretty disturbing.
Just to inform!
Comments
Comment #1
StudioARE commentedMade my own issue #863712: Blocking user puts user in wrong role
Seems like I managed to misread the version in this issue to be 5.x.. strange.
Comment #2
modctek commentedConfirmed. Is this module still being maintained?
Comment #3
Anonymous (not verified) commentedYes and no. In the event of a security issue, I will drop what I'm doing to fix it. Additionally, I have some plans for the module for the near future. Then there is the no. At some point, I bit off too much: trying to maintain too many modules, hold a job and finish a Master's degree (this is the last semester!) I could definitely use help. Lots of help.
Comment #4
rentgen commentedtroll.admin.inc
change
array_unshift($roles, t(' -Select Role- '));
to
$roles[0] = t(' -Select Role- ');
ps
array_unshift() functions don't work with associative arrays
Comment #5
TSNetwork commentededit: nevermind
Comment #6
mgiffordIf this is still an issue, please re-open and upgrade version to D7. Drupal 6 is no longer being maintained.