Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

LimeSurvey : How to remove – Please contact Administrator () for further assista

  • okkhalid
  • okkhalid's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
2 weeks 4 days ago #260194 by okkhalid
Please help us help you and fill where relevant:
Your LimeSurvey version: 6.5.2+
Own server or LimeSurvey hosting: Server
Survey theme/template: Fruity - Extended Theme (Mytheme)
==================
(Write here your question/remark)

How to remove – Please contact Administrator () for further assistance from the home page

There is no: surveylist.pstpl file in the new verison; how I would remove this please,

Old post:  forums.limesurvey.org/forum/design-issue...ain-survey-list-page
and:  codesteps.com/2017/11/16/limesurvey-how-...sage-from-home-page/
 

Please Log in to join the conversation.

More
2 weeks 4 days ago - 2 weeks 4 days ago #260198 by Matadeleo
I don't always recommend the option, as this file may be replaced by updating LimeSurvey at any point but you can edit this file:
Code:
limesurvey\application\helpers\replacements_helper.php

Code:
// real survey contact
if (isset($thissurvey['admin']) && $thissurvey['admin'] != "") {
$surveycontact = sprintf(gT("Please contact %s ( %s ) for further assistance."), $thissurvey['admin'],
encodeEmail($thissurvey['adminemail']));
} elseif (Yii::app()->getConfig("siteadminname")) {
$surveycontact = sprintf(gT("Please contact %s ( %s ) for further assistance."), Yii::app()->getConfig("siteadminname"),
encodeEmail(Yii::app()->getConfig("siteadminemail")));
} else {
$surveycontact = "";
}

replace with
Code:
$surveycontact = ""; // or $surveycontact = "Any message you want to display here";
Last edit: 2 weeks 4 days ago by Matadeleo.

Please Log in to join the conversation.

  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
2 weeks 4 days ago #260207 by tpartner
Extend your theme - manual.limesurvey.org/New_Template_System_in_LS3.x/en

Edit layout_survey_list.twig.

 

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: okkhalid

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose