Forum Activity for @paul

paul
@paul
07/04/15 01:17:48AM
4,335 posts

Including templates in a module file


Jamroom Developers

Set the module parameter to your module -

{jrcore_include module="gmMyModule" . . . }

hth
paul
@paul
07/03/15 12:32:37PM
4,335 posts

New Free Module - Annika (Live Wall)


Announcements

Have been working on this module today and now have a means to add pagination. Just now trying to make sure that its not too 'clunky' to use. Give me another day or two.
paul
@paul
07/03/15 08:39:58AM
4,335 posts

Monitoring forum posts


Jamroom Developers

So there's a CSV somewhere that is a list of '_user_id's and admins want to be alerted if one of them posts on the forum?
If that is the case, listen 'db_create_item' then if its a Forum item and the creator is on the list, alert admins.
hth
paul
@paul
07/03/15 02:12:42AM
4,335 posts

Pending user count


Design and Skin Customization

You need to search for "user_active = 0" -

{capture name="user_template" assign="user_tpl"}
	{literal}
		{if isset($_items)}
			{foreach from=$_items item="item"}
				{$item.user_name}<br>
			{/foreach}
		{/if}
	{/literal}
{/capture}
{jrCore_list module="jrUser" search="user_active = 0" limit=100 template=$user_tpl}

You also need the template as there isn't a default item_list.tpl template in the User module.
hth
paul
@paul
07/01/15 01:22:48PM
4,335 posts

Blocked IP addresses and Forum Question


Ning To Jamroom

Hi - Welcome to Jamroom

1) Jamroom has a free 'Banned Items' module that when installed, can accept IP addresses that will subsequently be banned from accessing the site - https://www.jamroom.net/the-jamroom-network/networkmarket/36/banned-items - so, if you have a list of your banned addresses on Ning, you can also ban them on Jamroom.

2) The Jamroom forum supports BBCode. What you are looking at now is the Jamroom forum module so click on the BBCode Help button below to see what the options are.
Comments, however, do support the TinyMCE WYSIWYG editor, so a 'forum' could be built using Groups and Group Discussions, which in turn use comment threads. In fact, when importing Ning global discussions, you have the option to import them to this forum module, or to Groups and Group Discussions.

Hope that helps
updated by @paul: 02/22/16 01:09:32AM
paul
@paul
07/01/15 06:26:52AM
4,335 posts

RE Ning Membership Data .csv


Ning To Jamroom

Have added a Ning3 member import tool to the NingImport module but want to try it with a few other Ning3 CSV files before releasing it, so if anyone can let me have one just to test with, I'd be very grateful.
Thanks
Paul
paul
@paul
07/01/15 06:23:39AM
4,335 posts

Profile Index display based on quota id


Design and Skin Customization

Your if statement is wrong - Use two equals signs - {if $profile_quota_id == 1}
hth
paul
@paul
07/01/15 01:56:18AM
4,335 posts

RE Ning Membership Data .csv


Ning To Jamroom

Got the file - Yes, it does look as though the member ID is part of the Profile Address field so can extract and save that. Then you should be able to do a Ning2 content import so your members would at least have their content up to 2014.
paul
@paul
06/30/15 05:17:54PM
4,335 posts

RE Ning Membership Data .csv


Ning To Jamroom

Ceri Shaw:
One thing that occurs to me immediately....can the current memberdata be imported together with the year old backup? i.e. can I drop the old member list json in favour of the current .csv using your import file AND then import the old blog, forum etc json's from 2014.?

It depends on whether the Ning2 member ID is available in the Ning3 CSV file as all Ning2 content is referenced to that ID. Just had a quick look at the CSV file and there is a field "Profile Address" which looks like http://americymru.net/xn/detail/u_34enahvrink0b. I'm wondering if that '34enahvrink0b' bit is the Ning2 member ID - maybe you can check? Either that or send me the ning-member-local.json file from your Ning2 archive so that I can check this.
Thanks
  285