-
AuthorPosts
-
ntonline Friend
ntonline
- Join date:
- January 2009
- Posts:
- 164
- Downloads:
- 31
- Uploads:
- 42
- Thanks:
- 24
- Thanked:
- 12 times in 1 posts
June 4, 2012 at 3:43 pm #177814Good morning, good afternoon and good evening,
I am in the process of redeveloping my website and am currently working with the JA Newsticker Module. I have set up the JA Newsticker using an RSS feed provided by a professional association. The module works great, but the links to the articles redirect users away from my website. Therefore, I would like to enhance the JA Newsticker Module. Rather than redirecting people away from my site, I would like to combine the JA Newsticker Module with the JA Popup Module and have the article from the JA Newsticker Module appear in a popup. That way, when the user is done reading the article, they can close the popup and still be on my site.
My question is, how do I combine the the JA Newsticker Module and the JA Popup Module so that the links from the JA Newsticker Module open in a popup?
I’ve been working with Joomla for several years but this is the first time attempting to combine modules. Any help you can provide will be helpful.
Thanks,
Michael
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
June 5, 2012 at 9:45 am #456054Hi Ntonline
JA popup is system plugin, is not module. So in JA Newsticker module you only edit display item combine with ja popup format as below
{japopup type="inline" content="inline1" width="500" height="400" }Inline{/japopup}
Hope that can help you ! 🙂Regards,
ntonline Friendntonline
- Join date:
- January 2009
- Posts:
- 164
- Downloads:
- 31
- Uploads:
- 42
- Thanks:
- 24
- Thanked:
- 12 times in 1 posts
June 6, 2012 at 3:16 pm #456324HeR0,
Thanks for the info. I’m aware JA popup is a plugin. I don’t know why I called it a module. Anyway, if my original question is not possible, is there anyway to change the settings for the JA Popup plugin to open links in a seperate window or in a popup of some sort?
Thanks. 🙂
pranavpatil19 Friendpranavpatil19
- Join date:
- November 2011
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 18
- Thanked:
- 2 times in 1 posts
June 6, 2012 at 3:31 pm #456327need video tutorial,it difficult to understamd
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
June 7, 2012 at 3:44 am #456388Hi Guys
For example:
In JA newsticker module have display layout as (default.php file)
[PHP]<div class=”ja-headlines-item <?php echo ‘jahl-‘.$animationType ;?>” style=”visibility:<?php echo ($index !=0) ?’hidden’:’visible’ ?>”>
<a title=”<?php echo modJANewStickerHelper::trimString( trim(strip_tags($item->introtext) ), 300); ?>” <?php echo $aClass ;?> href=”<?php echo modJANewStickerHelper::getLink($item, $userRSS); ?>”><span><?php echo modJANewStickerHelper::trimString( $item->title, $titleMaxChars );?></span>
</a>
</div>[/PHP]you need change it to ( a option in ja popup type )
[PHP]<div class=”ja-headlines-item <?php echo ‘jahl-‘.$animationType ;?>” style=”visibility:<?php echo ($index !=0) ?’hidden’:’visible’ ?>”>
{japopup type=”ajax” content=”<?php echo modJANewStickerHelper::getLink($item, $userRSS); ?>” width=”500″ height=”400″}<span><?php echo modJANewStickerHelper::trimString( $item->title, $titleMaxChars );?></span>{/japopup}
</div>[/PHP]Note: please enable JA Popup plugin
Hope it works out well.
1 user says Thank You to HeR0 for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by ntonline 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum