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
Add a button
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="AlexFallen" data-source="post: 192751" data-attributes="member: 4641"><p>[CODE]Why hello there devbest :) i am finaly leaving UberCMS forever, and starting to learn my ways around RevCMS.</p><p>But, time for my little tweak. So, ive noticed that the HK tab looks jacked up at some times, and kinda wierd. Sometimes, it just makes stuff look so compacted.. So, here is my N00B proof tut and release on how to make a HK button :)</p><p>So, here is a screen shot -> http://prntscr.com/adju4</p><p> </p><p>Right, so first thing to do is to navigate through your htdocs / wwwroot and go though app/class.template.php <- open that file.</p><p>Now you should look for</p><p>PHP:</p><p>$this->setParams('housekeeping', '<li><a href="ase/">Housekeeping</a></li>');</p><p>change that line to</p><p>Code:</p><p> </p><p>$this->setParams('housekeeping', '<a href="/ase" class="new-button red-button" style="margin-right:5px;margin-left:5px;"><b>Housekeeping</b><i></i></a>');</p><p> </p><p>Now you will have the base done :)</p><p>Next step is to got were ever you want to - for this example, me.php - and look for the enter client button that stays up next to the header. , under that code, add {housekeeping} thats all!</p><p>More tweaks to come :)[/CODE]</p></blockquote><p></p>
[QUOTE="AlexFallen, post: 192751, member: 4641"] [CODE]Why hello there devbest :) i am finaly leaving UberCMS forever, and starting to learn my ways around RevCMS. But, time for my little tweak. So, ive noticed that the HK tab looks jacked up at some times, and kinda wierd. Sometimes, it just makes stuff look so compacted.. So, here is my N00B proof tut and release on how to make a HK button :) So, here is a screen shot -> http://prntscr.com/adju4 Right, so first thing to do is to navigate through your htdocs / wwwroot and go though app/class.template.php <- open that file. Now you should look for PHP: $this->setParams('housekeeping', '<li><a href="ase/">Housekeeping</a></li>'); change that line to Code: $this->setParams('housekeeping', '<a href="/ase" class="new-button red-button" style="margin-right:5px;margin-left:5px;"><b>Housekeeping</b><i></i></a>'); Now you will have the base done :) Next step is to got were ever you want to - for this example, me.php - and look for the enter client button that stays up next to the header. , under that code, add {housekeeping} thats all! More tweaks to come :)[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Add a button
Top