|
The goal a JPoints plugin is to help members to collaborate with each others by answering to other member's question and issues.
- Each member has a starting amount of JPoints.
- To publish some given publication's types (e.g. ForumDiscussion) members must ante some JPoints.
- Members without JPoints cannot create new publication that requires JPoints.
- A TransactionPoint instance is created for each publication.
- A list of all transactions is displayed in member's profile.
- To earn JPoints, a member should correctly answer to a bidder (e.g. ForumMessage) whom then accept and pay him by clicking on the JPoints icon.
- Administrators may give JPoints to members by creating TransactionPoints.
Screenshots
1. Member's profile
|
Installation
- doForumDiscussionList.jsp
- Add taglib declaration:
<%@ taglib
uri="/jcmsplugin/JPointsPlugin/jpoints.tld"
prefix="jpoints" %>
- Add header before title:
<td
class="listHeader"> </td>
- Add discussion point:
<td align='right'>
<jpoints:account
pub='<%= itDiscussion %>' /></td>
- doForumDiscussionFullDisplay.jsp
- Add taglib declaration:
<%@ taglib
uri="/jcmsplugin/JPointsPlugin/jpoints.tld"
prefix="jpoints" %>
- Add transaction tag:
<td align='right'><jpoints:account
pub='<%= discussion %>'
member='<%= author %>'
/></td>
|
Information
| Version |
1.0 |
| Stability |
Beta |
| Version(s) JCMS |
JCMS 5.7
|
| Certified by Jalios |
No |
| Price |
Module gratuit |
| Support |
Non supporté |
| Author |
Jean-Philippe Encausse |
| License |
Jalios |
| Size |
74,91 Ko |
| Updated |
4/24/07 |
| Download |
10
|
| Domains |
Data Structure > Types
Data Structure > Meta Data
|
|