Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • stinger2010 Friend
    #160397

    Hello,
    I am going to install joomla JotCache plugin and component fot caching joomla content.
    On tutorial page of this plugin stands:
    To exclude specific module position from page caching it is necessary to mark this position in template source with special JotCache HTML comment tags – see example :

    <td>
    <!– jot user2 s style=”xhtml” –><jdoc:include type=”modules” name=user2″ style=”xhtml” /><!– jot user2 e –>
    </td>

    I need to exclude right1 module position from caching, but i can’t find template source page to add properly comment tags.

    hainn Friend
    #378277

    you should do with these steps:

    1. clone file

    pluginssystemjat3base-themesdefaultblocksmiddle.php
    to
    templatesja_teline_ivblocksmiddle_extend.php

    2. comment row as the guide
    <jdoc:include type=”modules” name=”<?php echo $position ?>” style=”<?php echo $style ?>” />

    3. edit file templatesja_teline_ivcoreetclayouts
    <block name=”right1″>right1</block>
    to
    <block name=”right1″ type=”middle_extend”>right1</block>

    Hope that it can help you,
    Regards,

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

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

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