disabling element data in the introduction of the list

smart

Member
Hello,
I have a title using element data in the introduction of the list.
{fabrik view=element table=23 rowid={tk___ktid_raw} element=teacher___tnickn}

If the page is opened with the parameter like this, it is fine.
.org/component/fabrik/list/57/?resetfilters=1&tk___ktid_raw=13

But without any parameter, e.g to display all the records (like this below).
.org/component/fabrik/list/57/
It showed up with this error.
Fabrik Content Plug-in: could not create model

How can I create a list to show all records?
Thanks
 
Not really sure what you're trying to do.

But
{fabrik view=element table=23 rowid={tk___ktid_raw} element=teacher___tnickn}
cannot work. See http://fabrikar.com/forums/index.php?wiki/content-plugin/#element-data for the correct syntax to get element data with the content plugin:
- There's no "table" parameter. Use "list" instead.
- {tk___ktid_raw} is a Fabrik element name. "rowid" is expecting an integer value.
- And I'm not sure that nested curly brackets will work there, but it shouldn't be necessary anyway.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top