Topic: Front accounting login and interface

Dear All,

Can anybody tell me how to remove this "FrontAccounting 2.2.8" and "FrontAccounting 2.2.8 Theme" from login screen and instead of this i want to add my own text.Also after login the same text appears at the bottom.

Regards,

Re: Front accounting login and interface

you can edit it in config.php. search keyword "$app_title" and "$version"

Ary Wibowo

Re: Front accounting login and interface

Dear, I am so much thankful to you. it works fine.

Re: Front accounting login and interface

hi new here i tried this and in fact removed teh code completly and it still appears???

Re: Front accounting login and interface

hi can anybody help?? i have replaced the config file with the modified one and when i check the config file again it reverts back to its old config???

Re: Front accounting login and interface

You Probably have read only premissions on your server on the file you are updating. Change it to read/Write, do your edits, than revert it to read only again. Happens to me all the time...

Kinda good really, Makes you realise somebody at FA actually cares about security smile

[b]RodW[/b]
Brisbane, QLD, Australia

Re: Front accounting login and interface

yeap that did it - many thanks another question i am just testing before i go ahead and change over, how can i delete all the data in there e.g the 17: monitor and....

Re: Front accounting login and interface

I manage to display the user login name and display name inside page after login. The file is renderer.php in whichever theme you wish to use. Just add this code above the "preference" code line.

echo "<li><b>Welcome: </b>" . $_SESSION["wa_current_user"]->username . " (" . $_SESSION["wa_current_user"]->name . ")</li>\n"; //WELCOME USER

Hope this helps.
Note: You can change your text "Welcome:" to something else you based on your preference.