[Plugin: Exchange Platform] bug with URL rewrite
-
On Silex Labs new buddy press powered community platform
https://www.silexlabs.orgHere is the problem:
I can get the root categories like this:
https://www.silexlabs.org/?feed=ep_child_categories&format=rss2I get the ID of the “exchange” category (5315) so I display the sub categories like this:
https://www.silexlabs.org/?feed=ep_child_categories&cat=5315&format=rss2I get the ID of the “Exchange Silex” category (5314) so I display the sub categories like this:
https://www.silexlabs.org/?feed=ep_child_categories&cat=5314&format=rss2I get the ID of the “Fonts” category (652) so I should be able to display the sub categories like this:
https://www.silexlabs.org/?feed=ep_child_categories&cat=652&format=rss2
But this URL is rewritten in:
https://www.silexlabs.org/category/exchange/exchange-silex/fonts/feed/ep_child_categories/?format=rss2The exchange plugin is called but the param “cat=652” is expected in GET, so it displays all the categories, not just the font sub-categories ??
It does also rewrite
https://www.silexlabs.org/?feed=ep_posts_in_category&cat=652&format=rss2
in
https://www.silexlabs.org/category/exchange/exchange-silex/fonts/feed/ep_posts_in_category/?format=rss2same problem with the missing parameter “cat=652” :'(
- The topic ‘[Plugin: Exchange Platform] bug with URL rewrite’ is closed to new replies.