[Cookie] RevCMS tweak #1- HK Button [Cookie]

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
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 :)
 

Junmyeolity

New Member
Apr 24, 2014
3
0
Need Help, when I put that this appears
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 55
pls reply :(
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Discussion in ' ' started by , .
Have you realized that?
 

Users who are viewing this thread

Top