ARCTURUS {gotw_points} {diamonds} fix
Hi i've been working on a revcms theme and i'm trying to fix the class.template to match. Arcturus uses users_currency instead of users table for anything but coins. Anyhow, what do i write to fix it? I've put a normal paramter so you can see how it would work on plusemu. And also screenshot of the users_currency table.
Code:
PHP Code:
$this->setParams('coins', $users->getInfo($_SESSION['user']['id'] ,'credits'));
And heres the picturehttps://i.imgur.com/WfywFvG.png@TheGeneral
Re: ARCTURUS {gotw_points} {diamonds} fix
Quote:
Originally Posted by
JoshuaS
Hi i've been working on a revcms theme and i'm trying to fix the class.template to match. Arcturus uses users_currency instead of users table for anything but coins. Anyhow, what do i write to fix it? I've put a normal paramter so you can see how it would work on plusemu. And also screenshot of the users_currency table.
Code:
PHP Code:
$this->setParams('coins', $users->getInfo($_SESSION['user']['id'] ,'credits'));
And heres the picture
https://i.imgur.com/WfywFvG.png@TheGeneral
What are you trying to do exactly with Rev?