Hi dear developers.
I've been working on an arcturus revcms edit for the past months and for some reason i can't figure out how to add the reference {gotw_points} and {diamonds}. Normally if it was plusemu, the code would be like this: $this->setParams('activitypoints', $users->getInfo($_SESSION['user']['id'], 'points'));. But Arcturus has it's values stored in another table users_currency, where the tables are user_id-> type(different value codes)->amount. So how do i make this reference? Thx for any help you can give!
I've been working on an arcturus revcms edit for the past months and for some reason i can't figure out how to add the reference {gotw_points} and {diamonds}. Normally if it was plusemu, the code would be like this: $this->setParams('activitypoints', $users->getInfo($_SESSION['user']['id'], 'points'));. But Arcturus has it's values stored in another table users_currency, where the tables are user_id-> type(different value codes)->amount. So how do i make this reference? Thx for any help you can give!