Page 1 of 1

LISE previous/next buttons

Posted: Wed Sep 13, 2023 1:46 pm
by johnboyuk1
I want to add previous/next links to LISE so that you can cycle through the entries. I've done it before using code from velden seen here:

viewtopic.php?t=80013

However - I now cant get this to work, perhaps becuase LISE has changed since this which was in 2019? ... when following the method outlined on that post i get the error:

Code: Select all

{LISEnextprev template_summary="nextprevlinks"}" unknown tag "LISEnextprev"
Does anyone know how to make this work?

Re: LISE previous/next buttons

Posted: Wed Sep 13, 2023 4:21 pm
by Dr.CSS
Did you try get_template_vars..?

Re: LISE previous/next buttons

Posted: Wed Sep 13, 2023 4:52 pm
by DIGI3
I think it's implying that you change LISEnextprev to your actual instance name.

Re: LISE previous/next buttons

Posted: Thu Sep 14, 2023 8:18 am
by johnboyuk1
I think it's implying that you change LISEnextprev to your actual instance name.
Seems obvious when you say it now! That of course works ;D

I think calling the instance name from within itself threw me ..