Welcome to the LimeSurvey Community Forum

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

Modify footer

  • petalila
  • petalila's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #202833 by petalila
Modify footer was created by petalila
Hi,
where can I modify this line: :
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 9 months ago #202837 by DenisChenu
Replied by DenisChenu on topic Modify footer
In admin theme,

Only way seems to be javascript (the only way i find)
gitlab.com/SondagesPro/sondagesme/Sondag...cripts/adapt.js#L3-5

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • petalila
  • petalila's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #202839 by petalila
Replied by petalila on topic Modify footer
More detail please, where in admin theme?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 9 months ago #202840 by tpartner
Replied by tpartner on topic Modify footer
Create a custom admin theme and insert a JavaScript file as described here - manual.limesurvey.org/Custom_Admin_Theme...nto_a_custom_theme_2

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • petalila
  • petalila's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #202865 by petalila
Replied by petalila on topic Modify footer
Hi,
Thanks, I created the admin theme, what must I put in the Javascript file ?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 9 months ago #202867 by tpartner
Replied by tpartner on topic Modify footer
More detail please. How do you want to modify it?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • petalila
  • petalila's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #202878 by petalila
Replied by petalila on topic Modify footer
Sorry for the delay. I want to delete the question mark, the LimeSurvey version and replace the logo"donate".
Thanks.
The topic has been locked.
  • petalila
  • petalila's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #202965 by petalila
Replied by petalila on topic Modify footer
Advice Please ?
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 9 months ago #202972 by DenisChenu
Replied by DenisChenu on topic Modify footer
It's more than advice here …

You need somethink specific, after it's css and js …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 years 9 months ago #202976 by tpartner
Replied by tpartner on topic Modify footer
Yes, something like this in the custom.js file:

Code:
$(document).on('ready pjax:scriptcomplete',function(){
 
    // Remove footer info icon
  $('#info-footer').closest('div').find('*').remove();
 
    // Remove footer version info
  $('.footer a[data-bs-toggle="modal"]').parent().find('*').remove();
 
    // Change logo image
  var imageParent = $('.footer img').closest('div');
  $('*', imageParent).remove();
  $(imageParent).append('<img src="http://pathTo/myImage.png" title="My image title" alt="My image name" />');
});

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • petalila
  • petalila's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 years 9 months ago #203023 by petalila
Replied by petalila on topic Modify footer
Thanks many.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose