Loading, Please Wait Preloader Message .. where can I edit it?

I’m trying to change up the preloader message. Where can I find the file to edit this?

In your SuiteCRM root directory:


grep -irn 'loading, please wait' .

This informs you that

/var/www/html/modules/Administration/language/en_us.lang.php:308:    'LBL_LOADING' => 'Loading, Please wait...',

There might be other LBL_LOADING labels elsewhere

Thank you. I was able to change the text via language file … however I would like to completely redesign the preloader with a custom logo. Do you know if this is possible? If that is not possible … I would like to disable the preloader altogether. Is that possible?

Everything is possible if you change the code. But there are no options for that on the UI.

That’s what I am looking for. What file in the code framework would I look at to change this?

Just follow that LBL_LOADING wherever it takes you :slight_smile:

1 Like