Bug #14004 added the ability to temporarily disable CSS and Javascript in the OPAC and staff client so that you can test your code. However, I can never remember the string I'm supposed to add to the end of the url - which means I have to go look for it or don't bother because it takes me too much time. I was thinking it might be handy to add a note to each of the sys prefs (see below) that this can be used with. /cgi-bin/koha/opac-main.pl?DISABLE_SYSPREF_OPACUserCSS=1 /cgi-bin/koha/opac-main.pl?DISABLE_SYSPREF_OPACUserJS=1 /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserCSS=1 /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_IntranetUserJS=1 /cgi-bin/koha/opac-main.pl?DISABLE_SYSPREF_OpacAdditionalStylesheet=1 /cgi-bin/koha/opac-main.pl?DISABLE_SYSPREF_opaclayoutstylesheet=1 /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_intranetcolorstylesheet=1 /cgi-bin/koha/mainpage.pl?DISABLE_SYSPREF_intranetstylesheet=1 I added a screenshot of what might work.
Created attachment 134271 [details] Note for disabling CSS
I like the idea - maybe using the *BaseURL parameters we could even provide a direct/example link?
Great idea!