test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • datformatiebv Friend
    #188680

    advise 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 Friend
    #497906

    Hi datformatie,

    You can hide the icons in Article Manager options ( Content >> Article Manager >> Options >> Articles tab).


    1. 7-4-2013-10-43-16-AM
    datformatiebv Friend
    #497946

    Tnks 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 Friend
    #498015

    Hi 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.

Viewing 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