[Re-Rel] RevCMS - Shells tag :3 [Re-Rel]

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
Credits to Shaheem :)
------------
Ohkay, so first off, this is a re release/tut on how to make the users see their shells ballance. (for phoneix 3.7.2+)

Open -> app/class.template.php
Look for:
PHP:
if($users->isLogged())
(So they can see ONLY when logged in :) Now we have to add this code somewhere after that
Code:
$this->setParams('shells', $users->getInfo($_SESSION['user']['id'], 'vip_points'));
Just save.... There you go now you can use {shells} to show shells :)
 

Users who are viewing this thread

Top