Can someone explain howto use this option?
There was an error rendering this rich post.
In the source code seems that the matching is category-slug based (the category name in the wordpress url). I've tried using same slug name on both vanilla and wordpress but didn't works.
Any advice?
Fixed https://github.com/vanillaforums/Garden/pull/1637
The WP slug has to match the category ID, not the URL code.
Add Pages to Vanilla with the Basic Pages app
See the code here http://plugins.trac.wordpress.org/browser/vanilla-forums/tags/1.1.14/comments.php line 12.
Moreover I think that customizing vanilla and wp category slug is more easier than customizing categories IDs: more flexible.
I agree that slugs would be better than having the WP slug set to the forum category IDs.
Comments
In the source code seems that the matching is category-slug based (the category name in the wordpress url). I've tried using same slug name on both vanilla and wordpress but didn't works.
Any advice?
There was an error rendering this rich post.
Fixed https://github.com/vanillaforums/Garden/pull/1637
There was an error rendering this rich post.
The WP slug has to match the category ID, not the URL code.
Add Pages to Vanilla with the Basic Pages app
See the code here http://plugins.trac.wordpress.org/browser/vanilla-forums/tags/1.1.14/comments.php line 12.
Moreover I think that customizing vanilla and wp category slug is more easier than customizing categories IDs: more flexible.
There was an error rendering this rich post.
I agree that slugs would be better than having the WP slug set to the forum category IDs.
Add Pages to Vanilla with the Basic Pages app