On Silex Labs new buddy press powered community platform
https://www.silexlabs.org
Here is the problem:
I can get the root categories like this:
https://www.silexlabs.org/?feed=ep_child_categories&format=rss2
I 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=rss2
I 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=rss2
I 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=rss2
The 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=rss2
same problem with the missing parameter “cat=652” :'(
]]>I’ve installed the plugin and setup the options, but I’m not seeing how to…
– have it appear on the website somewhere
– have other people upload their things
Can this part be englightened please? Thank you!
]]>Just a heads up, I installed the script and got this: “Warning: implode() [function.implode]: Invalid arguments passed in /var/www/mudlet.org/wordpress/wp-content/plugins/exchange-platform/views/adminPage.php on line 79” in the admin menu.
]]>