buddydev / blog-categories-for-groups

BuddyPress Blog Categories for groups Plugin
http://buddydev.com/plugins/blog-categories-for-groups/
12 stars 6 forks source link

Sub Categories are Not displayed #2

Open sbrajesh opened 13 years ago

sbrajesh commented 13 years ago

Sub cats are not displayed. If I select a subcat without selecting the main cat also, the subcat won't be displayed in the create screen.

For this I have changed the function bcg_get_post_form($group_id) at line 188. I just added a $cat_selected2 = implode(",", $cat_selected); and used the $cat_selected2 in the doshortcode

do_shortcode("[oqp_form taxonomies{category}{include}=".$cat_selected2." taxonomies{category}{type}=radio form_id=10101 form_url=$url ]");

Reported by @ Sven on bpdev forums