Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 1 replies (of 1 total)
  • Never edit core :'(

    I think you need to look to implement this pay wall at a lower level, because right now (if it were working), it wouldn’t block anything if the user entered the URL directly, or perhaps wasn’t using JavaScript.

Viewing 1 replies (of 1 total)
  • The topic ‘Help!.. Request Joining Group, Modified!’ is closed to new replies.
Skip to toolbar