config/site.php is now?

Permalink
Hi,
where is it now. I haven´t found it yet?

OlliSavolainen
 
OlliSavolainen replied on at Permalink Reply
OlliSavolainen
For everybody who are looking for this:
application/config/database.php
mkly replied on at Permalink Reply
mkly
I'll just add here the /config/site.php is no longer going to exist in concrete5.7

For the things you might typically edit for configuration, you want to take a look at the /application directory. There are two files

/application/app.php

/application/config.php
BrettDashwood replied on at Permalink Reply
BrettDashwood
Thanks. I have found that
/application/database.php
is the place to put things like removing the Welcome screen, which you do with
define('ENABLE_NEWSFLOW_OVERLAY', False);
and flipping the order of the date format around to be DMY
define('DATE_APP_GENERIC_MDY','j/n/Y');
define('DATE_APP_GENERIC_MDY_FULL','d F Y');
define('DATE_APP_GENERIC_T','g:ia');
define('DATE_APP_GENERIC_MDYT','j/n/Y \a\t g:ia');
define('DATE_APP_GENERIC_MDYT_FULL','dS F Y \a\t g:ia');
define('DATE_APP_DATE_PICKER', 'dd-mm-yy');
fivepints replied on at Permalink Reply
fivepints
Hello,

I think i found what im looking for at last....
All i want to do is switch off the welcome back popup when you login.

if this is indeed the code to do that can you show me how i can insert it correctly in to the database.php so i don't break it please? also if i can get the date to the UK format that would be a bonus - the d,m,y again i don't want to break it so a clear insertion instruction would be most welcome for us who don't have much of a clue...

many thanks in advance
pat