Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • aberon Friend
    #175067

    Hi,
    Is it possible to show only specific profiles in cpanel ?
    I found at the forum a way to eliminate the t3 logos – youtube link etc. changing cpanel.php and placing it inside templates/ja_kranos/blocks/usertools
    In fact , what I would like to have is only two or three different profiles that a user can select.

    Thanks,

    khoand Friend
    #444124

    Example: you don’t want show red, orange, green profile, you add the code into /plugins/system/jat3/jat3/base-themes/default/blocks/usertools/profiles.php


    if (strtolower($profile) == 'red') continue;
    if (strtolower($profile) == 'orange') continue;
    if (strtolower($profile) == 'green') continue;

    after

    if (strtolower($profile) == 'home') continue; //ignore Home profile

    aberon Friend
    #444361

    Thanks khoand,
    your replies are more than helpful:) it works ok!

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

This topic contains 3 replies, has 2 voices, and was last updated by  aberon 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum