- Posts: 29
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Seems to be for admin themetpartner wrote: More on config.xml here - www.limesurvey.org/manual/Custom_Admin_T...nto_a_custom_theme_2
DenisChenu wrote: It's not a LimeSurvey plugin here , but a jquery plugin.
Did you have the javascript file on root of your project ? Where did you upload it (and did you upload it somewhere)?
Maybe best solution is to upload it via FTP via a FTP client : you have ftp access ?
Denis
Oops - www.limesurvey.org/manual/The_template_e...ns_.28version_2.5.29Seems to be for admin theme
OK,leblancoj wrote: I don't have FTP access because my limesurvey is located locally, in a virtual Machine.
This is my directory where I save the JS file, Is the location correct?
C:\wamp\www\limesurvey\upload\templates\copia_de_news_paper\scripts
<script src ="jquery.rut.js "> </ script>
<script src ="{TEMPLATEURL}scripts/jquery.rut.js "> </ script>
DenisChenu wrote:
OK,leblancoj wrote: I don't have FTP access because my limesurvey is located locally, in a virtual Machine.
This is my directory where I save the JS file, Is the location correct?
C:\wamp\www\limesurvey\upload\templates\copia_de_news_paper\scripts
Then :
replacebyCode:<script src ="jquery.rut.js "> </ script>Code:<script src ="{TEMPLATEURL}scripts/jquery.rut.js "> </ script>
Question : it don't work ? If you put it just before < /head > ?tpartner wrote: ...
Only for pre-2.5. With version 2.5 and newer, use the config.xml file to load the file(s).