Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • farhady Friend
    #153225

    Is it possible to make the Cpanel visible only for registered & loggedin members?

    Khanh Le Moderator
    #352040

    <em>@farhady 189243 wrote:</em><blockquote>Is it possible to make the Cpanel visible only for registered & loggedin members?</blockquote>

    You can get that by override block usertools/cpanel. Copy file plugins/system/jat3/base-themes/default/blocks/usertools/cpanel.php into templates/ja_t3_blank/blocks/usertools/cpanel.php, then open the new file for edit, add this code to the top of file:
    [php]
    <?php
    $user = &JFactory::getUser();
    if (!$user->get(‘aid’)) return;
    ?>
    [/php]

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

This topic contains 2 replies, has 2 voices, and was last updated by  Khanh Le 13 years, 8 months ago.

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