Support Services

Please consider looking at the Remository documentation to see if it answers your question. Or search the question and answer section here. If you are unable to solve your problem that way, please raise a support ticket. Subscribers have priority support - usually a response within one working day. Tickets from others may receive limited attention. You can also raise a support ticket by emailing support@remository.com.

If somebody is asking how to add points for some rule multiple times and every time different amount of point then first please check the needed code changes explained here:

http://www.alphaplug.com/index.php/forum.html?func=view&catid=12&id=7672

and then AFTER particular rule is already installed use the back end of the MySql database and in the rule table update columns:

isdeductable
stepvalue
maxmin

with values which fulfill your requirements.

 

Lets say you already have the rule enabled for the commenting the article. Rule is set to add the 10 points. Rule also has the ref code to preserve and keep giving same user 10 points next time when he again comment same article. Then you decide to let the same user to get extra 2 points for one more comment. To have the rule ready for that you need to update columns as:

isdeductable = 1
stepvalue = -8
maxmin= 2

Lets say you want to download DocMan document. Rule on downloading is set to take 10 points. Rule also has the document id as ref code to prevent substract of the points for future downloading (so user normally can download multiple times same document without loosing the points). But somehow you decided to 'charge' downloading even next 3 times. Each time 3 points less.To have the rule ready for that you need to update columns as:

isdeductable = 1
stepvalue = 3
maxmin= -1

This is because -10 is the starting points already defined. So step value need to be +3 and maximum value to where rule can apply is -1 (this will be the last amount to charge upon downloading same document - all future downloads will be free).

I hope you understood the logic. 

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.