Lars J wrote me asking how to display points with every user's info on all pages.
This article is the answer to this question.
Prerequisites
Before you can use this method, you have to be using the latest user points module.
You must have a version that supports the new call.
//$Id: userpoints.module,v 1.21 2005/10/30 02:23:02 kbahey Exp $
The version should be 1.21 or later.
Method
Basically, Drupal has a central function for displaying user info. This function is called format_name() in the file includes/common.inc . So the solution relies on changing that function to include the number of points with the user name.
Most Comments
Most commented on articles ...