-
AuthorPosts
-
feanorv Friend
feanorv
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
December 22, 2010 at 1:05 am #157742Ja Twitter stops working when you disable the option “Show Tweets Source”
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 24, 2010 at 2:45 am #368403Hi,
Your problems are template file of jatwitter module was override on template, to resolve this problem do as following:
– open and edit file default.php on folder “templatesja_teline_ivhtmlmod_jatwitter”.
– added new line after line 14.
old code
line 13: // no direct access
line 14: defined('_JEXEC') or die('Restricted access');
new
line 13: // no direct access
line 14: defined('_JEXEC') or die('Restricted access');
line 15: $show_list_tweet = $params->get ( 'show_tweet','1' );
– then replace line code
<?php if( $showSource || $showUsername ) : ?>
to
<?php if( $show_list_tweet == '1') : ?>
feanorv Friendfeanorv
- Join date:
- March 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
December 28, 2010 at 2:32 am #368864Your code seems to repair the problem.
Unfortunately, the module has two additional problems. First of all, it has the same language problem as newspro (see my other thread here : http://www.joomlart.com/forums/topic/ja-newspro-language-problem/).
The module’s language file doesn’t seem to be used entirely. For example you can see, ABOUT 6 HOURS AGO…which are capital letters, instead of About 6 hours ago..
A minor one is that I can’t seem to get the ajax version working, not that I really need it. See attachment:
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 28, 2010 at 8:56 am #368903<em>@feanorv 211176 wrote:</em><blockquote>Your code seems to repair the problem.
Unfortunately, the module has two additional problems. First of all, it has the same language problem as newspro (see my other thread here : http://www.joomlart.com/forums/topic/ja-newspro-language-problem/).
The module’s language file doesn’t seem to be used entirely. For example you can see, ABOUT 6 HOURS AGO…which are capital letters, instead of About 6 hours ago..
A minor one is that I can’t seem to get the ajax version working, not that I really need it. See attachment:
</blockquote>
Hi,
Because ja_teline iv override module ja_twitter template, if you delete or rename override folder in template to resolve your issues. Its in location “templatesja_teline_ivhtmlmod_jatwitter”on new version of mod_jatwitter module, we will fix language problem.
thanx
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by thuanlq 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja Twitter Source
Viewing 4 posts - 1 through 4 (of 4 total)