Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • trancehr Friend
    #164492

    I’ve been using this code JRequest::getVar(‘view’) != ‘article’ to show some module positions everywhere except on article view.

    I’ve added this code to page/default.php


    <?php
    //artist
    if($this->hasBlock('artist') && JRequest::getVar('view') != 'article' ) :
    $block = &$this->getBlockXML ('artists');
    ?>
    <div id="artist" class="artist">
    <?php $this->showBlock ($block); ?>
    </div>
    <?php

    endif; ?>

    and now i can’t get it function at all on J1.6 with T3

    Can anyone help me with this one?

    Thank you for your replays

    trancehr Friend
    #393169

    Anyone has the idea how to fix this one?

    EDIT: Code works when embedding into module. not when embedding it into T3 stuff. Looks like theres a problem with T3 or T3 uses its own way to check page view.

    Any one knows code for T3 to check page view?

    trancehr Friend
    #393187

    Used dummy menu to override this problem. It would be nice if someone could share solution to this problem.:)

    pallavi_t Friend
    #393640

    hi,
    Could you please give me your admin details at http://support.joomlart.com/index.php?/Tickets/Ticket/View/73044
    I will check the issue and I will try to get solution.
    Also could you explain what exactly artist blocks are ?

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

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

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