LimeSurvey version: LimeSurvey CE Version 6.16.2+251209 Own server or LimeSurvey hosting: Own server Survey theme/template: Fruity TwentyThree
==================
Hi everyone
Is there a good way to edit the views of a custom admin theme, without touching the ../application/views files?
This did not work so far:
According to this forum post (
edit admin login screen
), I create a custom admin theme under ../upload/admintheme/myTheme
According to this
deepwiki - documentation
, in myTheme I add a Views folder and copy the related file from the ../application/views, following the exact same folder structure
I clear the frontend cache in the global settings upon new changes
Since there has been no answer yet, let me illustrate this with a short example: To edit the Responses view, it is easy to adapt the related file in the application/views folder: /application/views/responses/listResponses_view.php.
However, an upcoming upgrade will possibly ovewrite these changes.
Is there a good way to edit such views in a custom admin theme, without adapting the ../application/views files?
Thanks!