Topic: How to disable Help on frontaccounting
Hello All,
Please I will like to know how to disable "Help" from the front-end of the FA; or perhaps the file directory to disable it.
I am using FA 2.4.8
Thanks
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Setup → How to disable Help on frontaccounting
Hello All,
Please I will like to know how to disable "Help" from the front-end of the FA; or perhaps the file directory to disable it.
I am using FA 2.4.8
Thanks
its comming from /themes/default/renderer.php or the theme that you have
/themes/yourtheme/renderer.php find help.gif or _('Help'). then it should be like this
$himg = "<img src='$local_path_to_root/themes/".user_theme()."/images/help.gif' style='width:14px;height:14px;border:0;vertical-align:middle;'' alt='"._('Help')."'> ";
just change it to
$himg='';
that's it.
@kvvaradha
Thanks for your response. I got your analysis and I comment out the line. However it's still showing.
Please what I need is to completely disable it. For the "Help" menu not to show at all.
Thanks for your reply
Just set it in config.php by uncommenting line 88 to be:
$help_base_url = null;
FrontAccounting forum → Setup → How to disable Help on frontaccounting
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.