Re: Navigate from Topic to Topic?
Posted by Coleen_Astalos on Oct 29, 2013; 4:06pm
URL: https://support.nabble.com/Navigate-from-Topic-to-Topic-tp7587248p7587591.html
I fixed mine (Next_Topic) - just added an else statement to print Next Topic if there isn't a next topic.
Greg, I think you can fix yours in prev_topic by adding an If check around the line:
<a href="[n.var name='last_url'/]">Prev Topic
to see if there is a previous node (similar to what is done in the Next Node code).
I just don't know what the if check should be - perhaps that node_id=1?
Coleen