Hello,
It seems that page count is wrong calculated. You can see it here View Profile: undomiel9 - Forums and in many other profiles. A few last pages are empty. I can provide additional information.
Hello,
There is a hard to explain problem with data integrity, let me show it in a pseudocode:
In class_core.php:check_feature_by_typenames():
self::verify_rewards_cache($userinfo);
at this point $userinfo['dbtech_vbactivity_rewardscache'] is an array, good!
then in:
foreach ($features as...
Hello,
dbtech/thanks/vbactivity_type/*.php files should be updated to newest vBActivity API.
public function check_criteria($conditionid, &$userinfo)
{
if (!$this->action())
to
if (!$this->action($userinfo))
etc.
In current versions achievements based on APTL plugin does not work. Thanks!
Advanced Post Thanks / Like button is an reputation source. It is increase user.reputation value. But this event does not trigger givenrep/gottenrep Criteria types in vBActivity. I have Reputation (Received) >= 10 criteria and an achievement based on this criteria. It does not work. I think...
Hello,
I would like to create 2 Criteria:
Posts >= 1 in Forum A
Posts >= 1 in Forum B
But, I can't because of message:The Criteria: 'Posts >= 1' already exists.
I think that in PRO version test for existing condition should include also dbtech_vbactivity_condition.forumid column.
Thanks for your...