Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Re-Rel] RevCMS - Shells tag :3 [Re-Rel]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="DaLightz" data-source="post: 110138" data-attributes="member: 17436"><p>Credits to Shaheem <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p>------------</p><p>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+)</p><p> </p><p>Open -> <span style="font-family: 'Verdana'"><span style="color: #333333">app/class.template.php</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333">Look for:</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333">[PHP]if($users->isLogged())[/PHP]</span></span></p><p><span style="font-family: 'Verdana'"><span style="color: #333333"> (So they can see ONLY when logged in <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /> Now we have to add this code somewhere after that [CODE]$this->setParams('shells', $users->getInfo($_SESSION['user']['id'], 'vip_points'));[/CODE] Just save.... There you go now you can use {shells} to show shells <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></span></span></p></blockquote><p></p>
[QUOTE="DaLightz, post: 110138, member: 17436"] 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 -> [FONT=Verdana][COLOR=#333333]app/class.template.php[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333]Look for:[/COLOR][/FONT] [FONT=Verdana][COLOR=#333333][PHP]if($users->isLogged())[/PHP][/COLOR][/FONT] [FONT=Verdana][COLOR=#333333] (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'));[/CODE] Just save.... There you go now you can use {shells} to show shells :)[/COLOR][/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Re-Rel] RevCMS - Shells tag :3 [Re-Rel]
Top