-
AuthorPosts
-
datformatiebv Friend
datformatiebv
- Join date:
- November 2014
- Posts:
- 46
- Downloads:
- 59
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
July 3, 2013 at 8:47 pm #188680advise requested howto hide (or replace elsewhere in content) the icon-cog in t3blank template?
aside class=”article-aside clearfix” …. /aside
t3 blank template; t3 framework 1.3.0
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 4, 2013 at 3:44 am #497906Hi datformatie,
You can hide the icons in Article Manager options ( Content >> Article Manager >> Options >> Articles tab).
-
1 user says Thank You to phong nam for this useful post
datformatiebv Frienddatformatiebv
- Join date:
- November 2014
- Posts:
- 46
- Downloads:
- 59
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
July 4, 2013 at 9:32 am #497946Tnks Leo, that was what I discovered too..
When site is in off-line mode however, the icon-cog (now only showing Edit) is still there. This is what threw me…
When putting site in on-line mode icon-cog disappears.
cause: to enter offline website one has to log-in. From then on user access properties are applicable….Did not find a parameter setting to move article info and icon-cog to other location though…..
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 5, 2013 at 1:58 am #498015Hi datformatie,
You can try to disappear these icons by commenting or removing our overridden codes in pluginssystemt3basehtmlcom_contentarticledefault.php at lines:
<?php if ($exAction) : ?>
<div class="btn-group pull-right"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <i class="icon-cog"></i> <span class="caret"></span> </a>
<ul class="dropdown-menu">
<?php if (!$this->print) : ?>
<?php if ($params->get('show_print_icon')) : ?>
<li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<li class="email-icon"> <?php echo JHtml::_('icon.email', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($canEdit) : ?>
<li class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </li>
<?php endif; ?>
<?php else : ?>
<li> <?php echo JHtml::_('icon.print_screen', $this->item, $params); ?> </li>
<?php endif; ?>
</ul>
</div>
<?php endif; ?>line 122th.
Remember to backup your file before changing.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by phong nam 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
t3 v 1.3.0 article info icon-cog assistance required
Viewing 4 posts - 1 through 4 (of 4 total)