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

StudioARE’s picture

Made 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.

modctek’s picture

Confirmed. Is this module still being maintained?

Anonymous’s picture

Yes 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.

rentgen’s picture

troll.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

TSNetwork’s picture

edit: nevermind

mgifford’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

If this is still an issue, please re-open and upgrade version to D7. Drupal 6 is no longer being maintained.