-
AuthorPosts
-
Hung Dinh Friend
Hung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
July 30, 2010 at 8:29 am #152975JA T3V2 Blank template – Version – 1.1.3 has been released. Its a Bug Fix release and addresses many issues.
Also, Upgrade JA T3 system Plugin.
- Check the file comparison between the T3 System Plugin versions HERE.
Hung Dinh
5 users say Thank You to Hung Dinh for this useful post
investx Friendinvestx
- Join date:
- April 2015
- Posts:
- 58
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
July 30, 2010 at 10:56 am #351259Hi Hung Dinh,
Tanks for this new version, it is true that it’s the best until now and have a lot of previous bug fixed, but this bug http://www.joomlart.com/forums/topic/ja-t3-blank-v-1-1-2-dont-cahe-the-optimized-css-and-js-files/ wasn’t yet fixed.
Please tell me if it will be fixed in a next relase.
August 1, 2010 at 9:34 am #351373Thank you
can you see with that too:Fatal error: Cannot redeclare class JModuleHelper in D:xampphtdocsjoomlapluginssystemjat3corejoomlamodulehelper.php on line 30
Stephan FriendStephan
- Join date:
- July 2010
- Posts:
- 8
- Downloads:
- 2
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
August 3, 2010 at 8:36 am #351567<blockquote>Fatal error: Cannot redeclare class JModuleHelper in D:xampphtdocsjoomlapluginssystemjat3corejo omlamodulehelper.php on line 30</blockquote>
i had that error in a previous version! disable “advanced module manager” and it works…
regards
1 user says Thank You to Stephan for this useful post
August 5, 2010 at 10:14 am #351777Thanks Flummi! Unfortunately, I rely quite heavily on Advanced Module Manager. I am interested in workarounds, or timelines for JA to remediate the issue.
Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
August 5, 2010 at 11:37 am #351782I have just post a question to Peter from nonumber.nl too: http://www.nonumber.nl/forum/4-advanced-module-manager/10346-problem-with-ja-t3-v2-framework#10346
Hope he will sort it out.
Regards,
YuriyTrimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
August 5, 2010 at 5:10 pm #351798This is what Peter answered:
<blockquote>Yep, so unless JA T3 doesn’t change the way the overrule the modulehelper, you can’t use them together.</blockquote>
August 5, 2010 at 6:09 pm #351801<em>@flummi84 188669 wrote:</em><blockquote>i had that error in a previous version! disable “advanced module manager” and it works…
regards</blockquote>
can you please make things clear.
I have two joomlas DB on localhost
with one the JAT3 FMK is ok. in the second there is problem with modulehelper.phpKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
August 7, 2010 at 3:55 am #351913<em>@Trimud 189000 wrote:</em><blockquote>This is what Peter answered:
Yep, so unless JA T3 doesn’t change the way the overrule the modulehelper, you can’t use them together.</blockquote>I post a solution to use both T3v2 and AMM together here: http://www.joomlart.com/forums/topic/using-t3v2-with-advanced-module-manager/
1 user says Thank You to Khanh Le for this useful post
Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
August 7, 2010 at 10:59 am #351944Thanks a lot 🙂
denis25 Frienddenis25
- Join date:
- July 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 8
- Thanked:
- 22 times in 6 posts
August 9, 2010 at 9:23 pm #352183In French we have Apostrophes and accents.
It causes troubles in the administration of the template : see the attachment.I find the problem :
it is in : administrator > language > fr-FR > fr-FR.com_templates.ini
we have :
THERE ARE NO PARAMETERS FOR THIS ITEM=Il n’y a pas de paramètres pour cet élément.
If I delete the apostrophe the administration is OK
denis25 Frienddenis25
- Join date:
- July 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 8
- Thanked:
- 22 times in 6 posts
August 9, 2010 at 10:20 pm #352186the reference to this is in :
plugins > system > jat3 > core > admin > tmpl > default.php line 39Nguyen Hong FriendNguyen Hong
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 137
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 20 times in 18 posts
August 10, 2010 at 1:53 am #352194<em>@denis25 189551 wrote:</em><blockquote>the reference to this is in :
plugins > system > jat3 > core > admin > tmpl > default.php line 39</blockquote>Hi denis25,
Thanks for your report. To fix this problem, please replace the line 39 below:
if( $(params_extra[0]).getText().indexOf('<?php echo JText::_('There are no Parameters for this item')?>')<0){
To:
if( $(params_extra[0]).getText().indexOf("<?php echo JText::_('There are no Parameters for this item')?>")<0){
Thanks :).
1 user says Thank You to Nguyen Hong for this useful post
denis25 Frienddenis25
- Join date:
- July 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 8
- Thanked:
- 22 times in 6 posts
August 10, 2010 at 4:55 am #352201It works very well 🙂
denis25 Frienddenis25
- Join date:
- July 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 8
- Thanked:
- 22 times in 6 posts
August 12, 2010 at 6:09 am #352414The bug is solved with the V1.1.4 😎
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 9 voices, and was last updated by denis25 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA T3 Blank Template V 1.1.3 & T3 Plugin V 1.1.2 released – bug fix
Viewing 15 posts - 1 through 15 (of 15 total)