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 Q&A
RevCMS housekeeping
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="nelop" data-source="post: 113832" data-attributes="member: 8399"><p></p><p>I'm not sure how to edit the color, but if you want the tab there go to your C:\xampp\htdocs\app\tpl\skins\Habbo and find "me" Once in "me" ctrl f, and find "Community" Under it put this code</p><p>[PHP]<?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 4)</p><p> { ?></p><p> <li class " "><a href="{url}/ase/">Housekeeping</a><span></span></li></p><p> <?php</p><p> } ?>[/PHP]</p><p>If the tab is cut off a little, go to C:\xampp\htdocs\app find "class.template" then search for</p><p>[PHP]if($this->params['rank'] > 3)</p><p> {</p><p> $this->setParams('housekeeping', '<li><a href="ase/">Housekeeping</a></li>');</p><p> }[/PHP]</p><p>And change it to</p><p>[PHP]if($this->params['rank'] > 3)</p><p> {</p><p> $this->setParams('housekeeping', '<span></span> <li><a href="ase/">Housekeeping</a>');</p><p> }[/PHP]</p><p>That's it. change where it says the rank number 3 to your minimum access level for housekeeping, or u can keep it like that.</p></blockquote><p></p>
[QUOTE="nelop, post: 113832, member: 8399"] [SIZE=13px][/SIZE] I'm not sure how to edit the color, but if you want the tab there go to your C:\xampp\htdocs\app\tpl\skins\Habbo and find "me" Once in "me" ctrl f, and find "Community" Under it put this code [PHP]<?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 4) { ?> <li class " "><a href="{url}/ase/">Housekeeping</a><span></span></li> <?php } ?>[/PHP] If the tab is cut off a little, go to C:\xampp\htdocs\app find "class.template" then search for [PHP]if($this->params['rank'] > 3) { $this->setParams('housekeeping', '<li><a href="ase/">Housekeeping</a></li>'); }[/PHP] And change it to [PHP]if($this->params['rank'] > 3) { $this->setParams('housekeeping', '<span></span> <li><a href="ase/">Housekeeping</a>'); }[/PHP] That's it. change where it says the rank number 3 to your minimum access level for housekeeping, or u can keep it like that. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS housekeeping
Top