Search results for query: *

  1. C

    Bug Pagination problem

    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.
  2. C

    Bug Disabling Trophies does not hide their block headers on members page

    Disabling Trophies should also hide blocks headers.
  3. C

    Bug Not all achievements calculated in certain condition

    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...
  4. C

    Bug v3.3.0 not compatible with vBActivity & Awards v3.1.9 Pro

    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!
  5. C

    Bug Reputation from Advanced Post Thanks / Like button problem

    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...
  6. C

    Legacy Achievements translation

    Is there any way to translate achievements title and description? I'd like to show them in all forum languages.
  7. C

    Bug Problem with per forum criteria

    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...
Back
Top