I'm sorry, I'm now utterly lost.
if I put the code
'request'=>array(
'baseUrl'=>'http://surveys.northerndeanery.nhs.uk',
),
into the config.php file, I get no template or css, essentially a text-only LimeSurvey admin screen.
If I change the code to
'request'=>array(
'baseUrl'=>'http://surveys.northerndeanery.nhs.uk/pineapple',
),
then everything
looks normal, but the surveys are still listed as
in both the invite emails and in the survey title page.
If I change the config.php to read
'request'=>array(
'baseUrl'=>'http://surveys.northerndeanery.nhs.uk',
),
and then modify the config-defaults.php to point to the subdirectory /pineapple/templates as you suggest below, then I get the templates and the CSS and everything
looks normal, but the URLs are
still pointing to the IP address, rather than
surveys.northerndeanery.nhs.uk/.
Am I still missing something?