Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • isfsports Friend
    #175667

    On the frontpage of our website http://www.isfsports.eu we are useing the ja news module. Undr that section there is a box called HOME, which contained some Joomla articles. When I click on some of the news articles they appear in that box, some other articles appear on a new page.

    Questions:
    1. How can I make all article details appear on a new page?
    2. How can I make the HOME box or section dissappear?

    pavit Moderator
    #446819

    Hi

    The Home section that you see is the maincontent part of the template if you want disable it you can set in your template manager PROFILE Tab the Hide Main content to YES

    The articles that opens in different ways is because some articles are related to menu items and some others not so these ones when was clicked opens in the maincontent section

    Anyway if you need help on settings please send me via PM your account details and i will configure for you all

    Regards

    isfsports Friend
    #446873

    Thank you very much for your help. Problem solved.

    efficiency Friend
    #515804

    How do you solve this issue with T3 framework. I don’t see that PROFILE tab.

    pavit Moderator
    #515822

    Hi

    You can obtain same thing editing the layout php file

    Example: If you edit the home layout in this folder templatesja_teline_ivtplshome.php you have now

    </head>

    <body>

    <?php $this->loadBlock ('header') ?>

    <?php $this->loadBlock ('mainnav') ?>

    <?php $this->loadBlock ('mainbody') ?>

    <?php $this->loadBlock ('home-1') ?>

    <?php $this->loadBlock ('footer') ?>

    </body>

    The old maincontent block is the actual mainbody , so you can remove the mainbody block and have the new layout it in this way

    <body>

    <?php $this->loadBlock ('header') ?>

    <?php $this->loadBlock ('mainnav') ?>

    <?php $this->loadBlock ('home-1') ?>

    <?php $this->loadBlock ('footer') ?>

    </body>

    Then apply the new layout to your pages

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

This topic contains 5 replies, has 3 voices, and was last updated by  pavit 10 years, 11 months ago.

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