Currently being upgraded to the latest version by Wednesday:
My question is having an asset listing page that will show (some keyword modifier) next and previous asset name/titles.
Example:
< previous asset title | Next asset title >
%previous_page^as_asset:asset_name% | %next_page^as_asset:asset_name%
would that work?
The keywords you’ve quoted there probably won’t work inside an asset listing type format. But depending on what you’re trying to do, there may be another solution. If you are listing pages that are all in the same folder, you could possibly do something like:
Thanks jrsinclair - when we can jump back in after the upgrade I’ll give that a go.
I was going to have the asset listing located in a config folder outside the “articles” folder using dynamic parameters.
Note: %asset_sibling_prev% and %asset_sibling_next% was added to v5.2.0
Now that we’re on the latest version of Matrix using the keyword/s
<a href="./?a="%asset_sibling_prev%">asset_sibling_prev^as_asset:asset_name% and
<a href="./?a="%asset_sibling_next%">asset_sibling_next^as_asset:asset_name%
My question is is there a keyword modifier that when you’re at the end of the line it does link/show the Parent’s pagecontent - similar to how an asset listing page pagination works? So if at the end hide %asset_sibling_prev% and so on.