Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pressmar Friend
    #167642

    hi i want to remove the T3 About, Guides, FAQ on Top and the YouTube Icon on Bottom of cpanel. There are some hint in the forum but maybe there is another good solution.

    But the main point is i want to have only the local theme profiles (lightyears_v0 – lightyears_v4) and remove the possibility to change to default, green…. yellow). But if i would delete the hole profile i would loose the default – local theme override structure.

    So i thinkt it would be the best thing just to remove the option in cpanel and let the profiles be untouched. Hope you understand.
    Thanks for help
    Pressmar


    1. Screenshot_1
    pavit Moderator
    #407399

    Hi pressmar

    I think you could personalize your cpanel trough css . the file is named usertools.css try to look there

    khoand Friend
    #407403

    Hi,
    You try this way: you replace this code from pluginssystemjat3base-themesdefaultblocksusertoolsprofiles.php


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

    with


    if (strtolower($profile) == 'home') continue; //ignore Home profile
    if (strstr($profile, "lightyears") == NULL) continue;

    You delete all of files of /cache folder
    <em>@pressmar 261232 wrote:</em><blockquote>
    But the main point is i want to have only the local theme profiles (lightyears_v0 – lightyears_v4) and remove the possibility to change to default, green…. yellow). But if i would delete the hole profile i would loose the default – local theme override structure.

    So i thinkt it would be the best thing just to remove the option in cpanel and let the profiles be untouched. Hope you understand.
    Thanks for help
    Pressmar</blockquote>

    pressmar Friend
    #407406

    great help khoand, exactly what i wanted 🙂

    khoand Friend
    #407424

    You remove code from /plugins/system/jat3/base-themes/default/blocks/usertools/cpanel.php


    <div class="ja-cpanel-head clearfix">
    <a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Overview" class="first" title="About T3"><span>About</span></a>
    <a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides" title="Guides"><span>Guides</span></a>
    <a href="http://wiki.joomlart.com/wiki/JA_T3_Framework_2/FAQs" title="FAQs"><span>FAQs</span></a>
    </div>

    <a target="_blank" href="http://www.joomlart.com/joomla/jat3-framework/" class="ja-cpanel-video"><span> </span></a>

    i want to remove the T3 About, Guides, FAQ on Top and the YouTube Icon on Bottom of cpanel

    pressmar Friend
    #407584

    Thanks khoand, i already found the solution over the usertools.css override which makes it simpler form to update to new templates because this file doesn’t get updated and so the modification has not been applied each update. but thanks indeed.

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

This topic contains 6 replies, has 3 voices, and was last updated by  pressmar 13 years, 1 month ago.

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