Project:User Points Top Contributors
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

userpoints_top_contributors.module doesn't use hook_userpoints() to add more settings in the userpoints.module settings form.

Comments

#1

Project:User Points Contributed modules» User Points Top Contributors
Version:5.x-3.x-dev» 5.x-1.x-dev
Component:Code: userpoints_top_contributors» Code

This is a separate project, no longer under the contrib collection.

#2

Status:active» needs review

The patch resolves erroneous code like

<?php
variable_get
(userpoints_top_contributors_period, 86400)
?>

which should be written

<?php
variable_get
('userpoints_top_contributors_period', 86400)
?>

#3

Category:task» bug report

#4

Title:userpoints_top_contributors.module needs cleanup» Code needs cleanup
Version:5.x-1.x-dev» 5.x-1.0

I have some problems on attaching patches.
This patch is for all the project, version 5.x-1.0 dated April 15th.

AttachmentSize
userpoints_top_contributors_0001.patch 11.34 KB

#5

Status:needs review» closed (fixed)

Thanks Kiam,

Committed to Dev.

nobody click here