Closed (fixed)
Project:
User Points User Picture
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 Aug 2010 at 19:30 UTC
Updated:
15 May 2017 at 17:09 UTC
Jump to comment: Most recent
Comments
Comment #1
fred0 commentedI don't have any currently as I am not actively developing for Drupal at the moment. It's a pretty simple module so, I expect it to be pretty easy to.
Comment #2
fred0 commentedI will have a break in about a week and may be able to address a Drupal 7 port at that time. Patches still welcome.
Comment #3
fred0 commentedI have committed a D7 version which should appear on the module page soon. I have also back-ported some code cleanup that I did to the D6 version.
Please test both if you can.
Comment #4
berdirAlthough the API is currently backwards compatible, there is a number of improvements which can be used by modules, see http://drupal.org/node/993376 for more details. You are already using hook_userpoints_info() for the operaton, awesome :)
There is only one additional thing I can see right now, and that is not yet described in the above link:
Add "'#group' => 'settings_additional'" to the settings fieldset so that it integrates nicely into the vertical tab.
Comment #6
potop commented