Hi Brajesh,
I have a plugin named "Schools" which is the exact replica of "Groups" minus the forums. It also replicates the Group extending api.
The only thing is that the theme template files for this plugin are directly into my custom theme which is not a BP child theme.
All the plugins which work for groups can be made to work for schools.
Until I tried groups review which is the only plugin so far to use the Group extending api.
Now I modified the groups review plugin to work for schools and I get the enable reviews in admin settings, when i enable it i get the review posting displayed right. But I am having a problem posting a review. When I post a review it takes me to the home page. And the review is not saved in the DB as well.
I am suspecting its this line from the group-classes.php
var $template_file = 'groups/single/plugins';
Will pointing this to my custom theme schools/single/plugins work?
If yes, how can i make it point there?
If not, any idea how I can fix this. This is THE most important component of my website. I got to get this going.
Please help.
Thanks.