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
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
Thanks. I have found that is the place to put things like removing the Welcome screen, which you do withand flipping the order of the date format around to be DMY
/application/database.php
define('ENABLE_NEWSFLOW_OVERLAY', False);
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
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
application/config/database.php