<em>@andrewwinkler 202103 wrote:</em><blockquote>I’ve just upgraded my site to Teline III v2 and have problems to get the Twitter module to show. I’m using the same module settings as in the Teline III v.2 demo site configuration. I suspect that I did something wrong with the registration of the ‘application’ with twitter to get the API key. Maybe someone can provide exact step by step instruction how to do that. My site’s URL is rebelnews.org.
Update: I’ve fixed it myself. I had accidentally deleted the menu item that refers to the twitter module.</blockquote>
Hi andrewwinkler
I checked ja twitter module with your bug description, and i finded a bug at template file “tmpl/default.php” of ja twitter module. You can fixed with two ways:
1. edit “default.php”, at line 34 : you change code
” <?php if( $showSource || $showUsername ) : ?> “
to ” <?php if( $params->get ( ‘show_tweet’,’1′ ) ): ?> “
2. download my attach file, compress and copy “default.php” file paste to “modules/mod_jatwtter/tmpl” folder
9799