This topic has 2 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #10357
     SidFar
    Participant

    Hi guys,

    First off, just wanted to say I’m really enjoying working with this theme – and the community contributions on this board are priceless. Keep up the great work.

    Second – is there a plugin or workaround for me to set a character limit on profile fields ? I tested an “about us” profile field with a page long copy/paste and it looked pretty bad.

    On that note – is there a way to set a minimum limit as well ?

    Please advise 🙂

    Thanks !

    #10439
     SidFar
    Participant

    Hey all – following up, any advice on this ?

    #10580
     Abe
    Keymaster

    Hi, thank you and sorry for the later reply,

    I see there is no such plugin out there. I have found this topic, hope it helps
    http://wpquestions.com/question/show/id/3529
    The first code should work for all fields and you should put it in sweetdate-child/functions.php

    COPY CODE
    
    function filter_profile_data( $data ) {
    
    	return substr( $data, 0, 100);
    
    }
    
    add_filter( 'bp_get_member_profile_data', 'filter_profile_data' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?