about filter state in url and sef - Joomla! Forum - community, help and support
hello
im building component , im trying use filter states in url
i see content specific user, url :
this working
but
when im enabling sef, not working anymore because sef routing :
the view not used , displays categories list
do have tracks use filter states in url ?
im building component , im trying use filter states in url
i see content specific user, url :
code: select all
option=com_mycomp&view=items&filter_userid=80this working
but
when im enabling sef, not working anymore because sef routing :
code: select all
component/mycomp/?filter_userid=80the view not used , displays categories list
do have tracks use filter states in url ?
wene wrote:hello
im building component , im trying use filter states in url
i see content specific user, url :code: select all
option=com_mycomp&view=items&filter_userid=80
this working
but
when im enabling sef, not working anymore because sef routing :code: select all
component/mycomp/?filter_userid=80
the view not used , displays categories list
do have tracks use filter states in url ?
do have router.php file? doesn't sound filter states issue rather issue component routes.
ian
Comments
Post a Comment