Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress registration terms and conditions.


  • jessicana
    Participant

    @jessicana

    Under users> Profile fields> Add new field.
    I want to write in the field description the following message:
    By registering in this site, you agree to the <b> terms and conditions</b>

    I found that this field is not compatible with font awesome and the link itself can’t be opened in target=”_blank” new window.

    Any suggestions?

Viewing 1 replies (of 1 total)

  • danbp
    Moderator

    @danbp

    Under users> Profile fields> Add new field. This is only allowed to site admin, so i guess TOS is not intended to him.

    Adding a TOS link to register page would be more usefull, no ?

    This example snippet will do that (add to child-theme functions.php or bp-custom.php):

    function bpfr_tos_link() {
      echo ' <b><i class="icon-thumbs-up"></i> Terms and conditions</b>';
    	
    }
    add_action( 'bp_before_register_page', 'bpfr_tos_link' );

    Another solution here.

Viewing 1 replies (of 1 total)
  • The topic ‘BuddyPress registration terms and conditions.’ is closed to new replies.
Skip to toolbar