-
AuthorPosts
-
November 25, 2009 at 5:14 am #324872
Hello,
Teline III v. 1.3
Joomfish 2.0.4
Joomla 1.5.15All categories and sections are translated, but JA News Ticker Module only diplays the English not the translated category names.
Please advise.
Thanks,
SamSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 25, 2009 at 7:51 am #324897May be you have used the caching function, please access your adminsitrator and turn off this.
November 25, 2009 at 2:24 pm #324970<em>@tienhc 154540 wrote:</em><blockquote>May be you have used the caching function, please access your adminsitrator and turn off this.</blockquote>
Thank you for the quick reply 🙂Both module and system caching is off. But it only displays English.
Please advise.
Best,
SamFebruary 7, 2010 at 7:08 pm #331911hello
it can settle this I modulate janewsticker in teline 2.
thank you for the information
February 18, 2010 at 5:11 pm #333061Hi all! There is some way to change the “Headlines” titlle? I didn’t found how to.
Thanks 🙂
Solved: Sorry there was a field, I’ve been changed hardcoded in DB and after i saw how to do it, I was trying to change tittle module xDD 😛
April 8, 2010 at 2:52 am #339547<em>@soaresa 150315 wrote:</em><blockquote>Is there any answer for this?:confused: I’m more interested on the “on click open in”, I’d like viewers to open the links in a new window…</blockquote>
Did anybody found why does the width and length dont show up?
I found Joomlart support very frustrating, totally disorganize.
April 8, 2010 at 9:10 am #339588<em>@hablapro 173616 wrote:</em><blockquote>Did anybody found why does the width and length dont show up?
I found Joomlart support very frustrating, totally disorganize.</blockquote>
yes it’s a little bit disorganized and so caothic but anyway it’s useful 😉I don’t like wiki ( I hate it xD ) , but I think it could be nice to have one ore something similar in order to organize in a nice way all the info & man pages.
Cheers!
dutchbizz Frienddutchbizz
- Join date:
- April 2010
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 1, 2010 at 1:08 pm #342245Hi,
The JA News Sticker Module is giving JavaScript problems working with another program such as AllVideo Reloaded. How can we solved this problem????
The error message is: JavaScript is disabled!
With this we can not rus the Allvideo Reloaded program on the website and can not placed video materials on the website.
pls: quick answer
Template: Ja Teline iii
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 3, 2010 at 4:02 pm #342508Dear dutchbizz!
Please kindly give me the link to your site, and give me the administrator account, and ftp account via PM or submit a ticket, i would like to check the issue in detail
Thanks
mx5gr Friendmx5gr
- Join date:
- September 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 1, 2010 at 5:01 pm #357349I tried to use mod_janewsticker in JA Social 1.2.0. Although the module installed OK, it is not functioning when it comes to an RSS feed source. If a (tested & valid) RSS feed is selected as source, it produces a blank page in the frontend. If the content source is a local category, then it works fine.
Any ideas?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 2, 2010 at 3:19 am #357418<em>@mx5gr 196392 wrote:</em><blockquote>I tried to use mod_janewsticker in JA Social 1.2.0. Although the module installed OK, it is not functioning when it comes to an RSS feed source. If a (tested & valid) RSS feed is selected as source, it produces a blank page in the frontend. If the content source is a local category, then it works fine.
Any ideas?</blockquote>
hmm, the module worked well on my site with rss feed, you try to test this feed: http://rss.news.yahoo.com/rss/yahoonewsroom and let me know your result
October 11, 2010 at 10:05 pm #358499<em>@tienhc 150396 wrote:</em><blockquote>Hello soaresa!
I will give you specific instructions to turn on “on click open in” params you would like,
– you open file: /modules/mod_jasticker/mod_jasticker.xml and add this block inside this.
[PHP]
<param name=”target” type=”list” default=”” label=”ON CLICK, OPEN IN” description=”ON CLICK, OPEN IN DESC”>
<option value=”_blank”>New Window with Browser Navigator</option>
<option value=””>Parent Window with Browser Naviagor</option>
</param>
[/PHP]
– you open file /modules/mod_janewsticker/mod_janewsticker.php,at line 30:
[PHP]$target = $params->get( ‘target’ );[/PHP]
and replace them by my codes :
[PHP]
$target = $params->get( ‘target’ );
$targetLink = $target ? ‘target=”‘.$target.'”‘: “” ;
[/PHP]– open file : /modules/mod_janewsticker/tmpl/default.php, at line 23:
[PHP]<a title=”<?php echo modJANewStickerHelper::trimString( trim(strip_tags($item->introtext) ), 300); ?>”[/PHP]
replace:
[PHP]<a <?php echo $targetLink;?> title=”<?php echo modJANewStickerHelper::trimString( trim(strip_tags($item->introtext) ), 300); ?>”[/PHP]– Add this block into your language file:
[PHP]
ON CLICK, OPEN IN=On Click, Open In
ON CLICK, OPEN IN DESC=On Click, Open In
[/PHP]</blockquote>hi,
i’m trying to open rss feeds in a new windows but its not working.
i even changed at xml file the default=”” to default=”_blank” but still…any ideas?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 12, 2010 at 6:56 am #358576<em>@firon 197920 wrote:</em><blockquote>hi,
i’m trying to open rss feeds in a new windows but its not working.
i even changed at xml file the default=”” to default=”_blank” but still…any ideas?</blockquote>
Hmm, pls provide me the administrator account and the FTP account i will check and resovle this issue
Thanks
mx5gr Friendmx5gr
- Join date:
- September 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 12, 2010 at 8:43 am #358593<em>@tienhc 196481 wrote:</em><blockquote>hmm, the module worked well on my site with rss feed, you try to test this feed: http://rss.news.yahoo.com/rss/yahoonewsroom and let me know your result</blockquote>
I tried your feed, with the same effect… Blank screen @ the frontend, no error recorded in PHP error log…
The module is still not operational when it comes to RSS feeds…
October 12, 2010 at 9:00 am #358600<em>@tienhc 198008 wrote:</em><blockquote>Hmm, pls provide me the administrator account and the FTP account i will check and resovle this issue
Thanks</blockquote>
i would like to do it myself :-[
-
AuthorPosts
This topic contains 53 replies, has 24 voices, and was last updated by mx5gr 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum