Did you try with this?
function onLoad() { require(['/assets/uploads/readmore.min.js'], function () { console.log('yeah it works'); console.log($('blockquote')); $('blockquote').readmore(); }); } $(document).ready(onLoad); $(window).on('action:ajaxify.end', onLoad);Terms of use template
-
Needing a terms of use page found out that there is already a
tos.tpl
template inside theme folder. But I could't see it anywhere on the frontend.How do I get to use it? Thank you for any help.
-
You can enable it in the admin panel in the registration options.
-
Thank you. Now I see how it works.
-
@pitaj What is the name of this setting and where is it located? I can't find the inclusion of Terms of Use anywhere on the registration page.
-
@volanar have you tried using the ACP search?
-
@pitaj I tried both ACP search and searching manually. It feels like this setting is not there. But on the forum they talk about it
-
Have you looked in ACP > Settings > User ? I think you just leave the field blank to disable it.
-
@pitaj Thanks. I just noticed this setting now, although I have looked at this settings page many times)