-
AuthorPosts
-
ar2solutions Friend
ar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
September 27, 2009 at 4:42 pm #144644hi guys,
So basically i wanted to use the DEFAULT front page manager that joomla provides and not the extensions that Joomlart installed.
So i disabled those extensions (JA_news_fp and ja_news)
but, now that its disabled, when one of my articles are saved as “show on front page”
joomla isnt showing anything!EVERYTHING ELSE is working just fine but its not showing even 1 article.
any thoughts?
Thanks in advance
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
September 27, 2009 at 4:56 pm #318788HI ar2solutions,
Check the menu item >> Home >> Parameters (right side), in your admin backend >> menu Manager…. make sure its not set to 0…
or pass on the Login info via PM… i shall have a look…
Arvind
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
September 27, 2009 at 7:09 pm #318804i tried, no luck so far. shall check again in the morning. Will update you.
Arvind
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
September 28, 2009 at 3:42 pm #318906Hi ar2solutions,
The problem has been fixed on your site. This is what has been done.
[php]<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-current-content” class=”clearfix”>
<!– BEGIN: PATHWAY –>
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-pathway”>
<jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php endif; ?>
<!– END: PATHWAY –>
<jdoc:include type=”component” />
</div>
<?php endif; ?>[/php]Changed to :
[php]<?php //if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-current-content” class=”clearfix”>
<!– BEGIN: PATHWAY –>
<?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-pathway”>
<jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php endif; ?>
<!– END: PATHWAY –>
<jdoc:include type=”component” />
</div>
<?php //endif; ?>[/php]Let us know if it works for you now.
Arvind
2 users say Thank You to Arvind Chauhan for this useful post
ar2solutions Friendar2solutions
- Join date:
- August 2009
- Posts:
- 74
- Downloads:
- 5
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 5 times in 1 posts
October 2, 2009 at 1:49 am #319354Arvind,
That worked for me, thank you.
Just wanted to ask how i can separate each article in its own division similar to how the default demo page looks like. If this is too much to ask for, please let me know.
I’m perfectly happy with the support you have given me so far 🙂
THANKS!
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by ar2solutions 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum