I was advised by ‘Security Review’ that I should set my site URL on httpdocs/sites/default/setting.php. So I went there, and gave myself temporary ‘write’ permission then went about to make the changes. I found,
# $base_url = 'http://www.example.com'; // NO trailing slash!
And wrote,
$base_url = 'http://www.5loaves2fishes.net';
However, the following error message rejected my efforts. Any thoughts for me please?
Greetings to all. I happen to be a front end of a website, and I have the problem and that is a field with drop-down list, this is misplaced and displayed in the wrong place. I would like to know who can guide me in solving it. In the url below, I share the images
I created 3 simple "to do" date filtered views (today/tomorrow/next week) and for each one I'd like to show the expiration date.
At the moment i can simply get 'today date' in a view header with both [current-date:custom] and PHP <p>Date: <?php print date('m-d-Y', time());?></p> although I don't want to use Php.
How can I get tomorrow's date and the next 7 days?
I tried different php code, but it always returned me error.