-
AuthorPosts
-
April 2, 2012 at 7:23 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 2, 2012 at 7:46 am #446819Hi
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
1 user says Thank You to pavit for this useful post
April 2, 2012 at 2:35 pm #446873Thank you very much for your help. Problem solved.
efficiency Friendefficiency
- Join date:
- October 2006
- Posts:
- 70
- Downloads:
- 14
- Uploads:
- 11
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
December 18, 2013 at 3:45 am #515804How do you solve this issue with T3 framework. I don’t see that PROFILE tab.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
December 18, 2013 at 7:01 am #515822Hi
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
-
AuthorPosts
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