RE: Migration from Ning 3.0
Ning To Jamroom
Hi Ceri
Yes. Just put the following code in the template where you want the activity feed to show -
{jrCore_list module="jrAction" order_by="_created NUMERICAL_DESC" limit="20"}
I knocked together a skin specifically for Ning migrants last night that demonstrates all imported Ning features, including front page activity feeds. I've took the liberty of uploading it to your site so that you can take a look. Its called 'NingTastic' !!
For adding comments anywhere use something like -
{jrComment_form module="jrProfile" profile_id=$_profile_id item_id=$_item_id}
(You'll need to check that the names of the smarty variables passed into the function are available in the template)
Note that in Jamroom, comments are always on an item (Profile, Audio, Video whatever). You cannot have 'general' comments. If you want that, it might be worth you looking at the jrForum module.
hth
Pa
updated by @paul: 12/29/14 09:23:54AM