Hi everyone,
I’m experiencing an issue on the "My Ads" page (user side) of my Osclass website (using the Gamma theme).
When I try to generate links to filter ads by status (Active, Pending, Expired), the links generated by the theme are incorrect.
For example, instead of getting a correct link like this:
/index.php?page=user&action=item_list&itemType=active
I’m getting this:
/index.php?page=user&action=item_list&itemType,active
So instead of passing the parameter itemType=active, it uses a comma instead of the equal sign (itemType,active), and of course, the filter doesn’t work.
I’d like to know if anyone has already solved this issue or if there’s a fixed version of this part of the theme.
Alternatively, any advice on how to build the filter links correctly and avoid these parameter errors would be greatly appreciated.
Thanks in advance to anyone who can help! 😊