@faizanzahid Those in the screenshot are the global privileges. You want to change the category privileges, selecting each category (see up to the right), at least the root ones. There is also a button to copy privileges to the children categories.
Scripts don't run when topic loaded
-
There are some scripts that you add to your site that run on page load. This doesn't happen when you navigate to a topic from another page.
What can I do to make those scripts work?
-
Can you share some examples of these scripts?
-
@julian Sure. This one for example:
https://www.anrdoezrs.net/am/1234567/include/allCj/generate/onLoad/impressions/page/am.js
-
@julian I think there's some front end hook that I would need to call here, is that right?
-
Yes, you'd need
$(window).on('action:ajaxify.end', ...)