Forum Activity for @paul

paul
@paul
11/03/16 06:24:41AM
4,335 posts

JRdiscussion question (hyperlinks to reply comments)


Using Jamroom

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
@paul
10/31/16 10:34:36AM
4,335 posts

include signature


Using Jamroom

Quote: I recall reading that 'anything we see here in the JamRoom Support Forum is a feature we should be able to implement on our site(s)'.
True, except that you are not using this 'jrForum' module. You are using jrDiscussion and that doesn't support signatures.
You would have to create a 'user_forum_signature' field in their account form then add that to the appropriate Discussion template.
hth
Pa
paul
@paul
10/31/16 09:01:55AM
4,335 posts

Transferring a Profile to a new dedicated jamroom


Installation and Configuration

Not an exporter, as such, but likely a module installed on the source Jamroom that would supply any item information on demand. But as I say, this is still 'down the road'.
Thanks
Pa
paul
@paul
10/31/16 08:55:57AM
4,335 posts

"Liking" Individual Posts in a Forum Topic


Using Jamroom

Yes - Just add the Like smarty call, with parameters, to the appropriate Forum template.

https://www.jamroom.net/the-jamroom-network/documentation/modules/1722/like-it

So in this case, in the Forum item_detail.tpl template, about line 64 -

                    {if isset($_conf.jrForum_editor) && $_conf.jrForum_editor == 'on' && !jrCore_is_mobile_device()}
                        {$_itm.forum_text|jrCore_format_string:$_itm.profile_quota_id}
                    {else}
                        {$_itm.forum_text|jrCore_format_string:$_itm.profile_quota_id:null:"html"}
                    {/if}

                    {jrLike_button action="like" module="jrForum" item=$_itm}

hth
paul
@paul
10/29/16 01:32:16AM
4,335 posts

how to keep "Now following" out of "latest activity" feed on main page


Ning To Jamroom

Just to add that when doing what Michael suggests, put your site into 'Developer Mode'. It'll run a bit slower but you'll be able to see your template changes immediately as caching is disabled.
paul
@paul
10/28/16 06:59:45AM
4,335 posts

Transferring a Profile to a new dedicated jamroom


Installation and Configuration

blindmime:
Is there some way to transfer a Profile and its contents to a new jamroom? Basically, say, a profile wants its own jamroom.

No tools exist with JR to do that atm. I am working on a 'General Purpose Importer' module and a 'plugin' for that to do this could be built, but that is down the road still.

Alternatively you could give him his own domain on your site by using the CustomDomain module
hth
paul
@paul
10/28/16 06:52:12AM
4,335 posts

opening a tab in a new window


Using Jamroom

You took my instructions literally ;-)

# not (#)
paul
@paul
10/28/16 12:01:14AM
4,335 posts

Inviting 2000+ Ning members to log in - anything I should know before jumping in?


Ning To Jamroom

Also note that the NingImport send email tool only sends to users that have not yet logged in, so in a couple of weeks time (or whenever) you can change the template wording and resend so as to give those members a nudge.
paul
@paul
10/27/16 02:43:26PM
4,335 posts

Inviting 2000+ Ning members to log in - anything I should know before jumping in?


Ning To Jamroom

Hi Deb
Yes, Strum's advice on throttling the send rate is good.
I think you have validated by KickBox? If so, but sure to check the KB checkbox on the send tool.
Also, enable and set up your MailGun module. This will be useful going forward as that will validate up to 100 new emails a day.
hth
Pa
paul
@paul
10/27/16 02:37:24PM
4,335 posts

opening a tab in a new window


Using Jamroom

Instead of leaving the URL field blank, put a hash (#) in it. That should fix things.
hth
  181