jo-ka
Member
Hello.
Usually, when I want to filter records, by user, on a menu list, I use to use the object: {$my->id}.
Something like this:
Now, as you might now, Joomla has the ability to create extra fields for users. I've created an extra field named keyid and it available to fill, on user creation.
So, do you know if there's a way for the Pre-filter to access this new object, in order to filter the list on the menu?
I've tried with:
{$my->keyid}
{$field->keyid}
But with no avail.
Anyone have used this before?
Thanks in advance.
Usually, when I want to filter records, by user, on a menu list, I use to use the object: {$my->id}.
Something like this:
Now, as you might now, Joomla has the ability to create extra fields for users. I've created an extra field named keyid and it available to fill, on user creation.
So, do you know if there's a way for the Pre-filter to access this new object, in order to filter the list on the menu?
I've tried with:
{$my->keyid}
{$field->keyid}
But with no avail.
Anyone have used this before?
Thanks in advance.