I am using userpoints module. In that when i click the 'My Score' link i am viewing a table with list of points.

There are 6 headers and 6 rows displaying. In that table i need only 3 headers and 3 rows to display.

For example: As of now:
Points - Approved - Date - Operation - Category - Description

What i need to display:
Points - Date - Description

How can i achieve this ?

Any help will be thankful and grateful...

Thanks in advance..

Comments

1kenthomas’s picture

Category: task » support

1) CCS.

2) hook_alter...

feromca’s picture

By using CSS and hook_alter we can just able to hide the content using display:none.

I am not suppose to do that :(

Is there any other way that we handle this ?

manuel.adan’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this as outdated, 6.x version is no longer maintained.