• I want to make a link from search results.
    How could I go about doing that?

    Thank you.

    Please I have been lurking for a few years every now and then and just recently started posting. I am not a programmer but will listen. Just let me know where things go is all I ask.

    I know everyone is busy! 🙂

    Thank you regardless!!!

    https://wordpress.org/plugins/bp-profile-search/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi BGRATED,

    Do you wish to bookmark the results page of a search? If so, set Form Method to GET in your Edit Form page, and you’ll be able to bookmark your search results. You can also use the search results URL as a link in your menu, or elsewhere in your site.

    Thread Starter BGRATED

    (@bgrated)

    Thank you!

    Plugin Author Andrea Tarantini

    (@dontdream)

    You’re welcome! I’m marking this topic as resolved now.

    Thread Starter BGRATED

    (@bgrated)

    Problem… The avatars now are oval. Not sure why that is happening. http://postimg.org/image/ladniv8f7/

    🙁

    I tried this in functions.PHP but doesn’t work

    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width
    
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 160 ); //change this with your desired thumb height
    
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 160); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> 
    
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 160); //change this to default height for full avatar
    Plugin Author Andrea Tarantini

    (@dontdream)

    Do the avatars stay oval if you deactivate BP Profile Search? If so, you can exclude BP Profile Search form the possible causes.

    Thread Starter BGRATED

    (@bgrated)

    no they go back round.

    Thread Starter BGRATED

    (@bgrated)

    Could this be because these avatars are from social logins and not from actually uploading to our site?

    Plugin Author Andrea Tarantini

    (@dontdream)

    No, I don’t think that makes a difference. I’d like to have a look at your site, you can email me at andrea@dontdream.it

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘URL from pre designed searches’ is closed to new replies.