Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • feanorv Friend
    #157742

    Ja Twitter stops working when you disable the option “Show Tweets Source”

    thuanlq Friend
    #368403

    Hi,

    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 Friend
    #368864

    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:


    1. ggg
    thuanlq Friend
    #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

Viewing 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