Forum Activity for @paul

paul
@paul
07/31/16 11:05:37AM
4,335 posts

Moving from Ning


Ning To Jamroom

The NingImport module is now in the ACP Tools section so follow the links from there.
I'll get that section in the docs. updated.
Thanks
paul
@paul
07/29/16 11:57:43AM
4,335 posts

What are YOUR first steps in setting up a Jamroom site?


Using Jamroom

evesapple:
Guys I just joined Jamroom. I have a major problem where I want to make my whole site visible to only registered users.
I have had a problem with most other softwares where to lock the site is a major issue and I am not able to find the documentation to support it
Can I do this in jamroom
As Michael said above, please start a new thread with a new question, but in answer to it, go to your ACP=>Users=>Users=>Site Settings and checkout the Site Privacy options. The 'Site Index and Login/Signup' option is probably what you are looking for.
paul
@paul
07/29/16 02:01:42AM
4,335 posts

Group Discussions - Reply Count


Jamroom Developers

What template are you putting the {debug} in, and where? Remember that this is a group discussion listing variable so if you are looking at the jrGroup item_detail template there is another jrCore_list call for discussions so the {debug} needs to go in that template code. In the default group item_detail template that would be on line 71
paul
@paul
07/28/16 01:59:13PM
4,335 posts

Group Discussions - Reply Count


Jamroom Developers

The smarty variable will be {$item.discuss_comment_count}
Add in a default modifier in case of no comments yet (in which case the variable may not be created - {$item.discuss_comment_count|default:0}
hth
paul
@paul
07/26/16 04:21:16AM
4,335 posts

youtube embed


Jamroom Developers

Where are you trying to embed this? Check that $_item_id and $_profile_id are valid variables by putting a {debug} into the template prior to the embed call. Also make sure that the YouTube module is configured with the correct YouTube API key.
paul
@paul
07/22/16 02:45:21PM
4,335 posts

Video not streaming


Using Jamroom

That's a private profile so we cannot see the video page.
paul
@paul
07/21/16 11:39:43AM
4,335 posts

Login re-direct does not work


Using Jamroom

You don't normally have to run an Integrity Check after a quota setting change for it to take effect. It worked first time after I set it up on my test site, but I have caching disabled there so maybe your issue was to do with that.
Keep an eye on it and let us know if it re-occures.
Thanks
paul
@paul
07/21/16 10:55:22AM
4,335 posts

Login re-direct does not work


Using Jamroom

This is working on my test site.
This is a User quota setting so be sure that the user logging in is in the quota it is set for.
paul
@paul
07/21/16 12:03:13AM
4,335 posts

Broken "Create" Page


Jamroom Developers

Sorry - The instructions I gave you in your support ticket on how to clone a module were taken far too literally. When I said 'change all instances of 'page' to 'archeology' that only refers to instances that refer to the module url and its datastore fields, and not external function calls etc.
To clone a module this way you really need to understand how Jamroom modules work so that every instance of this key word can be looked at and the decision made if it needs changing, and not just a blanket change of all instances.
updated by @paul: 07/21/16 12:03:54AM
paul
@paul
07/20/16 03:50:14PM
4,335 posts

Broken "Create" Page


Jamroom Developers

So what is happening? Any errors show? Anything in the logs?
  204