Help!.. Request Joining Group, Modified!
-
Hello
I modified the bp-group-templates.php
i just want to have payment before the member sends the request, so instead to directly process the request i change the url/link on the bp-group-templates.php from wp_nonce_url( bp_get_group_permalink( $group ) . ‘request-membership’, ‘groups_request_membership’ ) to http://mysite.com/join/?u=’.$group->slug.’&n=’. $group->name
in this page, the member will fill up some data and the payment option,
but when i click the Join button it can’t process the request when i used wp_nonce_url( bp_get_group_permalink( $group ) . ‘request-membership’, ‘groups_request_membership’ )
Hope some could help me!
Thanks
- The topic ‘Help!.. Request Joining Group, Modified!’ is closed to new replies.