-
AuthorPosts
-
pressmar Friend
pressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
August 21, 2011 at 7:54 am #167642hi 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
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 21, 2011 at 8:28 am #407399Hi pressmar
I think you could personalize your cpanel trough css . the file is named usertools.css try to look there
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 21, 2011 at 9:28 am #407403Hi,
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>1 user says Thank You to khoand for this useful post
pressmar Friendpressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
August 21, 2011 at 9:59 am #407406great help khoand, exactly what i wanted 🙂
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 21, 2011 at 1:22 pm #407424You 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 Friendpressmar
- Join date:
- March 2008
- Posts:
- 119
- Downloads:
- 14
- Uploads:
- 51
- Thanks:
- 25
- Thanked:
- 4 times in 1 posts
August 22, 2011 at 7:18 am #407584Thanks 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.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by pressmar 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to remove default profiles only in cpanel
Viewing 6 posts - 1 through 6 (of 6 total)