DaLightz
See ya'll in the afterlife.
- May 19, 2012
- 1,136
- 262
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 ->
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
change that line to
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
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 ->
You must be registered for see links
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>');
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>');
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