-
AuthorPosts
-
fowler21 Friend
fowler21
- Join date:
- March 2007
- Posts:
- 48
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
September 23, 2008 at 11:52 am #133632Hi,
I’m using the Rutile template.
Is it possible to use the standard frontpage instead of all the modules on the frontpage?
I just want a regular frontpage.
Thank you.
Balaji Ramanathan Friend
Balaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
September 23, 2008 at 2:23 pm #271900I don’t understand. Have you used quickstart with joomla package? If so, you can go to module manager and disable the ones, that you don’t want to see.
fowler21 Friend
fowler21
- Join date:
- March 2007
- Posts:
- 48
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
September 23, 2008 at 3:22 pm #271908I didnt use the quickstart, but a standard joomla, and then instaleld the template.
The is no main content on my website.
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 23, 2008 at 4:21 pm #271920HI
you can edit inde.php
Search those lines:
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<jdoc:include type="component" />
<?php endif; ?>
Change to
<?php // if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<jdoc:include type="component" />
<?php //endif; ?>Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 23, 2008 at 4:21 pm #271921HI
you can edit inde.php
Search those lines:<?php if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<jdoc:include type="component" />
<?php endif; ?>Change to
<?php // if(!$tmpTools->isFrontPage()) : ?>
<div id="ja-pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<jdoc:include type="component" />
<?php //endif; ?> -
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by yavuzturk 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum