Redirect page - For tracker plugin on Tiki

229 Views Asked by At

I am trying to pass parameters into the redirect section of the Tracker plugin. I understand that while using the Tracker plugin, you can redirect to a specific Tiki page, but I want to redirect user to a tracker item ID instead i.e.../tiki/itemxx. How do I go about this?

Thanks.

1

There are 1 best solutions below

2
On

It does look like the documentation here doesn't quite cover this currently (please update it with a working example if you can, thanks)

You need to set the url parameter in the plugin to

url="tiki-view_tracker_item.php?itemId"

Sadly this doesn't seem to work with the sefurl itemxxx syntax currently.