solved JRdiscussion question (hyperlinks to reply comments)

Holly Dilatush
Holly Dilatush
@holly-dilatush
8 years ago
212 posts
As the attached screenshot shows, we do not have the 'rss' or hyperlink icon available on comments to discussion topics.

Is there any way we can add this option?

Anyone else using JRdiscussion: have you found a way to grab the links?
[I know they do appear on our home page timeline/Latest Activity stream, but there are multiple times a day when I wish I could grab the link to a reply comment from our Main Forum (JRdiscussion forum).

Any help appreciated,
Holly
updated by @holly-dilatush: 02/05/17 04:02:09AM
Holly Dilatush
Holly Dilatush
@holly-dilatush
8 years ago
212 posts
In our groups, we have this option:
(attached)
paul
@paul
8 years ago
4,326 posts
This is the url for a feed of your latest discussion forum comments -

http://lewwwp.com/feed/comment/limit=20/comment_module=jrDiscussion

so maybe add this code to one of the module templates as appropriate -
{if jrCore_module_is_active('jrFeed')}
    {jrCore_module_url module="jrFeed" assign="furl"}
    {jrCore_module_url module="jrComment" assign="curl"}
    <a href="{$jamroom_url}/{$furl}/{$curl}/limit=100/comment_module=jrDiscussion">{jrCore_icon icon="rss" size=16}</a>
{/if}



--
Paul Asher - JR Developer and System Import Specialist
Holly Dilatush
Holly Dilatush
@holly-dilatush
8 years ago
212 posts
I'll have Joanna give this a try when she has the chance (hectic weeks for us).
We'll report back.
Thanks,
joanna
@joanna
8 years ago
88 posts
Sorry for it, but it's one more Ning thing.

Is it possible to have a link to a comment (to each and every comment) inside jrDiscussions module?

We are a learning site, and many teachers used this method - they grabbed a link to a specific comment and when they wrote a new comment in a different discussion, they just pasted the link to that specific comment, not to the whole discussion.

Thank you :)
paul
@paul
8 years ago
4,326 posts
Links to individual comments would have the format -

{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}

so use that somewhere inside the {foreach} loop inside the jrComment 'item_list.tpl' template.


--
Paul Asher - JR Developer and System Import Specialist
joanna
@joanna
8 years ago
88 posts
JR team rescued us one more time.
THANK YOU :)
Holly Dilatush
Holly Dilatush
@holly-dilatush
8 years ago
212 posts
Superb. :)

Tags