[RevCMS Habbo Skin Help]

Elf

Member
Apr 2, 2012
153
10
I Have some questions and problems first.) where it says last Singed in it says {lastsingedon} how to fix that at the top it says Fabbo Hotel opened on -- at --! how to edit the at part?' and now how do you add the houskeeping and like a vip page and all that other fun stuff? like underneath me i wanna add a box but i dno how? please help..
 

Weedbox1995

New Member
Aug 9, 2011
14
1
for {lastsignedin} - go to app>class.template.php>find something like
$this->setParams('ip_last', $users->getInfo($_SESSION['user']['id'], 'ip_last'));
then under that write $this->setParams('lastSignedIn', date('M j, Y H:i:s A', $users->getInfo($_SESSION['user']['id'], 'last_online')));

 

Users who are viewing this thread

Top