Translations of this page: en bg cs de fi fr hu it ja pl ru tr zh

This is an old revision of the document!


Karma (pun_karma)

PunBB 1.3 official extension

  • Status: beta
  • Current version: 1.0b

Specification

Functionality

The posts may be rated by the users.

Interface

  • Administration
  • Pun karma features
    • Option to disable minus mark
    • The number of minutes users have to wait before voting for a post with up (plus) mark again
    • The number of minutes users have to wait before voting for a post with down (minus) mark again.
  • View topic page (under the post)
  • Post's karma
  • Links to post with up/down mark again.

Database

New table “pun_karma”.

Field Type Default Description
user_id INT(10) ID of user.
post_id INT(10) ID of post.
mark TINYINT(1) Mark of the post.
updated_at INT(10) Time.

Additional config values in the “config” table.

conf_name conf_value (default)
o_pun_karma_minus_cancel 0
o_pun_karma_minus_interval 2
o_pun_karma_plus_interval 2

Versions

1.0b

1.0b.1

1.0

  • Basic functions were implemented.

Screenshots

Specification

  • pun_karma 1.0
    • The posts may be rated by the users.
  • pun_karma 2.0
    • Add the sorting by karma in userlist.
    • Add the filter by karma value in userlist. Use case: looking for a consultant or a paid worker by some particular subject.
    • Add the user karma by forum: for each forum print the sum of ratings of posts by the user.

Personal Tools