-
AuthorPosts
-
July 9, 2009 at 7:08 am #142625
I use the template for joomla Lead
I would like to use the body Frontpage, instead of Ja_News.
I do not want to use the Ja_NewsThank
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
July 10, 2009 at 10:23 am #310575I am having the same issue – when I disable Ja-News no articles show on the frontpage at all – even when I set it up like any of the templates without JA-NEWS – you come to an answer yet?
This is extremely annoying as it makes the whole site useless without being able to switch off JA-NEWS. Well as I say I have switched it off and still no good 🙂
sugiarto Friendsugiarto
- Join date:
- November 2008
- Posts:
- 91
- Downloads:
- 6
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 4 times in 1 posts
July 10, 2009 at 12:36 pm #310584Agree, I also want to use normal frontpage and dissable ja-news, everthing else in JA Lead is okay, but since can’t do that, I use another template.
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
July 10, 2009 at 12:38 pm #310585I have edited this template significantly so therefore need to find a solution to just simply using the frontpage layout in place of JA-NEWS. Seems odd that you cannot just switch it off to be honest so I presume the fix is pretty simple when it is found.
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
July 12, 2009 at 6:32 pm #310799I have submited this to joomlart without reply. Do they actually do support on these forums? I remember a time where they responded instantly to support requests but something as major as this not working on a template is kinda massive. I mean you cannot use this template without JA-News which means its pretty much redundant – but even ja-news does not work right so the whole template seems redundant – but maybe there is an easy fix. If so can someone post this because i think alot of people are bypassing this template for these reasons!!!
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
July 12, 2009 at 6:35 pm #310800Did you submitted a ticket to the support center?
You can do that here:
http://support.joomlart.com/jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
July 12, 2009 at 6:37 pm #310801yes I have. twice and posted a number of times. Its a global issue with the entire template so it has to be fixed and re-released I presume.
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
July 12, 2009 at 6:41 pm #310802I know the same was with other templates in the past see:
http://www.joomlart.com/forums/topic/normal-frontpage-instead-of-ja-news-blog/
Maybe its the same solution, worth the shot.
1 user says Thank You to bennitos for this useful post
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
July 12, 2009 at 6:43 pm #310803Thank you kindly – i will try this out and come back here with results.
regards,
jamesjamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
July 12, 2009 at 7:08 pm #310811Yes this solution above does work. Thank you very much for taking the time to post this solution – it has helped massively. I do wish the JA-News module would work properly and have 2 lead articles but I dont think it does.
Regards,
Jamesbennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
July 12, 2009 at 9:25 pm #310828Think its a shame they did not respond to your requests for help, but im glad i been able to help you some
August 2, 2009 at 5:29 am #312887simple fix: comment out the if test in the PHP code.. for newbies – use # before the if.. Remember to put a # before endif also..
Edif file: index.php in ja_lead template.
[PHP]
<?php #if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
<?php #endif; ?>
[/PHP]Jackie_chan FriendJackie_chan
- Join date:
- September 2006
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
August 26, 2009 at 4:06 pm #315349<em>@torepeng 139006 wrote:</em><blockquote>simple fix: comment out the if test in the PHP code.. for newbies – use # before the if.. Remember to put a # before endif also..
Edif file: index.php in ja_lead template.
[PHP]
<?php #if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
<?php #endif; ?>
[/PHP]</blockquote>I used this code, but it does not work. Or am I doing something wrong?
August 26, 2009 at 5:01 pm #315358Strange.. the only thing the original code does, is to check if the page requested not is the front page. If it’s not the frontpage, it will show the component (the real content of a page) as normal. If it is the frontpage, the special news will be shown (the element we will remove).
try :
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>(yes – remove php code completely)
What happens? Do other pages work as normal?
You can also try to rename the directory com_frontpage (to com_frontpage_old) in the “templatesja_leadhtmlcom_content” directory. Then it uses the normal html code instead of the Joomlar special template..
Let me know how it goes.
Jackie_chan FriendJackie_chan
- Join date:
- September 2006
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
August 27, 2009 at 12:48 pm #315450I have tried as you suggested, but it doesn’t work. What I see is only a title of one article that is supposed to be on frontpage.
Is there any simple way to make it as a normal template with Body module? Why don’t the developers reply to this problem?
:((
<em>@torepeng 142066 wrote:</em><blockquote>Strange.. the only thing the original code does, is to check if the page requested not is the front page. If it’s not the frontpage, it will show the component (the real content of a page) as normal. If it is the frontpage, the special news will be shown (the element we will remove).
try :
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>(yes – remove php code completely)
What happens? Do other pages work as normal?
You can also try to rename the directory com_frontpage (to com_frontpage_old) in the “templatesja_leadhtmlcom_content” directory. Then it uses the normal html code instead of the Joomlar special template..
Let me know how it goes.</blockquote>
-
AuthorPosts
This topic contains 15 replies, has 6 voices, and was last updated by Jackie_chan 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum