Lee Well-known member Nov 10, 2023 #1 Simple question, but is there a way to get the prefix ID from a URL like this: index.php?forums/discussions.2/&prefix_id=17 within a template? So if I load that url, I can set a var with the prefix ID in it.
Simple question, but is there a way to get the prefix ID from a URL like this: index.php?forums/discussions.2/&prefix_id=17 within a template? So if I load that url, I can set a var with the prefix ID in it.
Lee Well-known member Nov 10, 2023 #2 I have figured this out. I used $filters.prefix_id for what I wanted.