Access LISE parameters via URL Topic is solved

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
WDJames
Forum Members
Forum Members
Posts: 73
Joined: Tue Feb 13, 2018 1:09 pm

Access LISE parameters via URL

Post by WDJames »

Hello,

I'm wondering if anyone can help. I have the following LISE tag:

{LISEEvents orderby="custom_StartDateTime|ASC"}

Is there anyway to access the above via a URL as I am using javascript to load the items. At the moment this is the URL that I am fetching which does not have the orderby parameter:

Code: Select all

https://website.com/events?mact=LISEEvents,cntnt01,default,0&showtemplate=false
Any ideas would be greatly appreciated. Apologies if I haven't explained very well.

Thanks,

James
WDJames
Forum Members
Forum Members
Posts: 73
Joined: Tue Feb 13, 2018 1:09 pm

Re: Access LISE parameters via URL

Post by WDJames »

Hi All,

Nevermind, I figured it out. I needed to add cntnt01 to the parameter so it reads:

Code: Select all

https://website.com/events?mact=LISEEvents,cntnt01,default,0&cntnt01orderby=custom_StartDateTime&showtemplate=false
I hope this helps someone.

James
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Access LISE parameters via URL

Post by velden »

WDJames
Forum Members
Forum Members
Posts: 73
Joined: Tue Feb 13, 2018 1:09 pm

Re: Access LISE parameters via URL

Post by WDJames »

Hi Velden,

Thanks for the the suggestion, that is definitely simpler than my solution.

Thanks,

James
Post Reply

Return to “Modules/Add-Ons”