I have 36 badges that I want to add but the module only supports 21 badges (-10 to 10 weight) is there some way that I can get the module to support 36 badges (-18 to 18 weight), like edit the code to allow this or would that be too difficult.

Btw im making a pokemon based website and I want to add all the gym badges thats why I have so many badges.

Also Is there a way to assign a GROUP of badges to a certain role?
For example:
I have 8 Badges from the Sinnoh League and I want people at are Sinnoh Trainers (a role on my site) to only be able to earn these 8 Sinnoh badges not the other 28 badges

Comments

Richard Blackborder’s picture

Status: Active » Fixed

You want to change line 666 of user_badges.module:

'#delta' => 10,

Change the value to 18.

For the other question: how are people earning those badges? Perhaps you can filter there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.