Forum Activity for @paul

paul
@paul
10/06/16 07:50:42AM
4,335 posts

How can I delete comments on a page?


Using Jamroom

If you are using the default templates, and the user is allowed to delete comments, the trashcan icon should show when hovering over a comment. Are you not seeing that?
paul
@paul
10/06/16 02:01:48AM
4,335 posts

Posting as admin


Using Jamroom

Any actions you do as admin on a user's profile will not show on any timeline. This is by design. As admin you may be 'moderating' so do not want all the site to know about it.
hth
paul
@paul
10/06/16 01:57:40AM
4,335 posts

Can I move discussions from a group to my site's community forum?


Ning To Jamroom

Thanks to Holly for sponsoring the initial development of this module, and to Keith Mauck for its enhancements. Looks like its going to be useful to others as well.
paul
@paul
10/06/16 01:52:48AM
4,335 posts

Categories for blogs?


Ning To Jamroom

Well done :-)
paul
@paul
10/06/16 01:51:22AM
4,335 posts

auto follow = 'retro'?


Ning To Jamroom

Yeah - the AutoFollow module only works on new signups and not retrospectively. A tool would need to be added to the module so as to apply the configured 'rules' to all members.
paul
@paul
10/05/16 03:03:26PM
4,335 posts

Help Understanding User & Profile Questions/Information


Ning To Jamroom

User datastore information isn't readily available to visitors but can easily be sourced within profile page templates.
If you put a {debug} in a profile page template you'll see that there's a variable called $_user_id. This can be used to grab all of that user's data, including custom fields, with the following call -

{$_usr = jrCore_db_get_item('jrUser', $_user_id)}

From then on in the template, the array $_usr can be used to show that particular user fields -

{$_usr.user_my_custom_field}

Note that if a user is logged in, his/her data is always available in the $_user array.

Hope that makes sense.
Pa
paul
@paul
10/05/16 02:27:00PM
4,335 posts

Embedded pictures when moving from Ning to Jamroom?


Ning To Jamroom

Quote: What happens to pictures that were uploaded directly to blog posts or forum posts in Ning, do they get imported? "Embedded" pictures might the right term?

Images 'embedded' in blog, forum and all other posts do get imported as such.
hth
paul
@paul
10/04/16 03:55:16PM
4,335 posts

Help Understanding User & Profile Questions/Information


Ning To Jamroom

You have likely already looked at the profile and user datastore tables so know this, but to be clear, non-Jamroom default data imported to profiles -

profile_location
profile_country
profile_zip

and to users -

user_birthdate
user_location
user_country
user_zip

so imported location, country and zip are common to both.

Also, upon running the 'Signup Question' tool, signup question responses get added as -

user_signup_question_1, user_signup_question_2, user_signup_question_3, etc.

So, if you want to use/show/update any of the above imported fields, create custom form fields for them.
hth
paul
@paul
10/03/16 02:15:13PM
4,335 posts

RumbleTalk Integration


Using Jamroom

I've no idea. We cannot support/debug third party scripts you install in a Jamroom template. You'll need to contact RumbleChat.
paul
@paul
10/03/16 01:56:43PM
4,335 posts

RumbleTalk Integration


Using Jamroom

ACP=>Developer=>Developer Tools=>Global Config=>Run In Developer Mode checkbox
  188