Art-IPB private groups

  • To hide customs groups from search in IPS : In Theme personnalisation (customization->theme->default and button "edit html and css") open core->front->search nodes.

    Open "memberFilters" and "Filters" files.

    Now search for that line (For "memberFilters" : ± line 61, at the middle For "Filters" : ± line 273, at the end)

    Code
    {{foreach $elements['search_tab_member']['group']->options['options'] as $k => $group}}

    And add just after, that piece of code :

    Code
    {{if(substr($group,-1,1)==" " OR $k >6)}}
    	{{continue;}}
    {{endif}}

    Do the same for both files. You can adjust the "6" number to change witch groups will be hidden.

    Save the both files. Enjoy ! Question to IPS expert : the first part of the code should make any group name ended with a space invisible in that list, but that doesn't work, why ? (substr function doesn't receive the right value of $group ????)

    Source :

    Source : [url=''][/url]


    Voir la totalité de article

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!