Hi folks
PLEASE IGNORE THIS POST .... I'm making progress, and will alter this post as needed
Any one able to help me on this:
1
I have a content type ['files'], which stores a value using fieldx.
The value stored is the id of an article from category with id of 12
So far, so good.
2
In my search form I want to filter ['files'] based on the id stored in fieldx.
At the minute I show the list of available articles that I can select from using select dynamic:
Table: #__content
Options Name: title
Options Value: id
Where: catid=12 // the catid of the articles available to select in the fieldx
I have tried with storage set to none, and with storage set to CUSTOM | Article | articles_fx[articles]
3
In my search form I am unable to get the filter applying
Bucklash