Forum Activity for @paul

paul
@paul
03/02/15 12:26:12AM
4,335 posts

Video error


Installation and Configuration

Are you running the latest module releases? I think this was recently fixed up.
updated by @paul: 11/28/15 09:56:44AM
paul
@paul
02/28/15 06:00:17AM
4,335 posts

Conditionally Hide Block on Profile


Design and Skin Customization

Yeah - Put the jrCore_list call first, then all of the block code inside the if statement.
paul
@paul
02/28/15 05:09:23AM
4,335 posts

Conditionally Hide Block on Profile


Design and Skin Customization

{jrCore_list module="gmJobs" profile_id=$_profile_id order_by="_created numerical_desc" limit="3" assign="jobs"}
{if strlen($jobs) > 0}
    {$jobs}
{/if}
hth
paul
@paul
02/28/15 01:50:40AM
4,335 posts

How To Delete Account Type in "Sign Up" form Designer


Ning To Jamroom

Goto ACP=>Users=>User Accounts=>Quota and make sure that only the quota you want new users to signup to is set for 'Allow Signups'.
Then re-enable the field in the form designer. If there is only one quota signup option it will not show anyway.
hth
paul
@paul
02/27/15 02:59:32PM
4,335 posts

Profile Questions


Ning To Jamroom

I think the smarty call that returns the signup questions and answers returns them all so you likely do some template manipulation to show whatever you want, i.e.. if no answer, don't show. That way you'd get them all regardless.
paul
@paul
02/27/15 02:54:02PM
4,335 posts

Adding links to "Threaded Forum"


Jamroom Developers

perrie:
Hi Paul,

Well I am glad that there is some sort of code that it can be done. OK with that answered, in honor of Leonard Nimoy, I will purchase a hard drive back up and take the leap to the "Final Frontier".

Super - Looking forward to seeing your imported site.

"Live Long and Prosper"
paul
@paul
02/27/15 01:02:32PM
4,335 posts

Profile Questions


Ning To Jamroom

Strumelia:
Paul, I plan on changing my Ning signup questions AFTER I go live and import all my current ning members into my JR site. I know they will import along with their old ning signup questions and answers showing in their profile sidebar. My question is this- what will happen to those ning questions and answers once I replace the signup questions with new ones? Will the old ones disappear from the profile page sidebars?, or will they remain and the new ones show up only on new signups?

It depends on how you do it. Signup questions are keyed on the user datastore as 'user_signup_question_1', 'user_signup_question_2', 'user_signup_question_3' etc. You could overwrite their values with the new questions whereupon when the user answers them the old answer will be overwritten.
It would probably be best to continue the sequence with the new questions and make the old ones in-active in the Form Designer. That way you'll have old questions and answers archived.
hth
paul
@paul
02/27/15 01:41:09AM
4,335 posts

Profile Questions


Ning To Jamroom

When logged in as admin, goto http://yoursite.com/user/signup and click on the Form Designer button top right. From there you can add in 'signup questions'. See https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer for how to use the Form Designer.

Presumably you want to assign a new profile to a 'quota' dependent upon an answer? Maybe you could make possible answers to a question the quota description (ACP=> Profiles=> User Profiles=> Tools=> Quota Browser=> Modify Quota) then when signing up, new users would make the choice themselves.
paul
@paul
02/27/15 01:26:43AM
4,335 posts

Adding links to "Threaded Forum"


Jamroom Developers

Hi Perrie - As Brian said above, it can be done, its just that we've never had occasion to do it.
Here's a direct link to a comment on one of my sites -

http://motagator.com/oren-thomas-fisher/comment/256

To do it you would include the following code in the template

<a href="{$jamroom_url}/{$item._profile_url}/{$murl}/{$item._item_id}">Comment Link</a>

I know the above is probably meaningless to you at this point but just want to give you confidence that it can be done and we'll show you how when it comes to it.
hth
paul
@paul
02/25/15 03:25:52AM
4,335 posts

Is There A Way To Empty The Activity Feed Cache?


Ning To Jamroom

derrickhand300:
Thanks Paul- thats never had an effect for me on the activity timeline stuff?
I will attach a screenshot of what I would like to delete to the above post

Sorry - My bad - Got Activity and Action confused.
Wait for the new module instead!!
  309