I have an asset listing that shows 1 asset at a time. There are links that I have formed that go to the results_page=1, etc. What I would like to do is always have the current page's link highlighted (obviously I know the css to do this) but I cannot figure out how I can have matrix give the link class a "current" state, such as we can do in the parse file for menus. Does anyone know a solution to this? Or am I overlooking the obvious?
Currently, the asset listing doesn't have any mechanism to highlight the current page's link.
If you are generating the links yourself, you can use %page_number% to print the current page and maybe use some JS to set the class for the current link.
Thanks Greg, I will try this. Has anyone else tried this before? I am sure someone has wanted to do this in an asset listing, or at least in an A-Z listing.