TeamRaiser Search - Hide Company Affiliation and Team Division

Options

Hi ALl,

 

it's possible that I'm missing something obvious here - is there a way to hide team division and company affliation from search results in TR? Screenshot attached. 

 

Cheers,

Erik

 

 

Tagged:

Comments

  • Kent Gilliam
    Kent Gilliam Blackbaud Employee
    Ancient Membership Facilitator 4 Name Dropper Photogenic

    I'm going to pass this to a TR expert. I'll share their feedback.

  • Kent Gilliam:

    I'm going to pass this to a TR expert. I'll share their feedback.

    It shouldn't be showing those columns unless you actually add team divisions or check the box to allow company affiliation.  Are you using divisions/companies and just don't want them to show in the table, or are you not using them at all but the empty columns are displaying anyway?

     

    Here is some CSS to hide those columns until a more permanent solution is found:

     


    #findFriendForm .lc_Table th:nth-child(5),
    #findFriendForm .lc_Table th:nth-child(6),
    #findFriendForm .lc_Table th:nth-child(7),
    #findFriendForm .lc_Table th:nth-child(8),
    #findFriendForm .lc_Table td:nth-child(3),
    #findFriendForm .lc_Table td:nth-child(4) {
    display: none;
    }

     

  • Chris Backus:

    It shouldn't be showing those columns unless you actually add team divisions or check the box to allow company affiliation.  Are you using divisions/companies and just don't want them to show in the table, or are you not using them at all but the empty columns are displaying anyway?

     

    Here is some CSS to hide those columns until a more permanent solution is found:

     


    #findFriendForm .lc_Table th:nth-child(5),
    #findFriendForm .lc_Table th:nth-child(6),
    #findFriendForm .lc_Table th:nth-child(7),
    #findFriendForm .lc_Table th:nth-child(8),
    #findFriendForm .lc_Table td:nth-child(3),
    #findFriendForm .lc_Table td:nth-child(4) {
    display: none;
    }

     

    ok thanks! 

     

    yeah we don't have team divisions or company affliations turned on in this TR event (parent blueprint or child sites) so I was a bit surprised to see it in the search results. 

     

    CSS worked like a charm. Thanks!

Categories