Forum Activity for @brian

brian
@brian
02/09/17 06:18:15PM
10,149 posts

Doing more to the chart field


Design and Skin Customization

duke:
...and aso how can i chart all audio from one musician ?

Here it is all together:

{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="1" require_image="audio_image" search="_profile_id = 1" template="chart_row.tpl" pagebreak="10" page=$_post.p}

Change the "_profile_id = 1" to match the profile_id you want to return just the results for.
brian
@brian
02/09/17 04:34:43PM
10,149 posts

jrAparna - Proxima - FormDesigner Question.


Using Jamroom

Glad that is working. For multi-level selects, you'll want to use the Chained Select module:

https://www.jamroom.net/the-jamroom-network/networkmarket/91/chained-select

Once that is installed view the "help" for the Options field in the Form Designer - it will tell you how to reference a Chained Select "set" so it can be used in the Form Designer.

Let me know if that helps.

Thanks!
updated by @brian: 02/09/17 04:35:01PM
brian
@brian
02/09/17 04:33:05PM
10,149 posts

How do i add a title to a custom page.


Design and Skin Customization

smistry6661:
My mysql password changed now My jam room site is not operational
How do I update the dbconnect password

Please make sure and start a new post for new questions :)

From my follow up to your comment here:

https://www.jamroom.net/brian/documentation/guides/1204/installing-phpmyadmin-and-creating-the-jamroom-database#cm20786

Quote:
Sounds like you're running Jamroom 4 (or older) - this FAQ should help:

https://archive.jamroom.net/FAQ_Change_MySQL_and_Admin_Passwords

Note that Jamroom 4 is no longer supported, but join us in the User Forum if you have any questions about updating to Jamroom 6:

https://www.jamroom.net/the-jamroom-network/forum

Hope this helps!
brian
@brian
02/09/17 04:10:53PM
10,149 posts

Problem updating jrCore



Sorry Steve - I did get this, but this should be fixed - it was a marketplace issue. Let me know if it works for you now.

Thanks!
brian
@brian
02/09/17 02:53:10PM
10,149 posts

jrAparna - Proxima - FormDesigner Question.


Using Jamroom

When you created the select field in the Form Designer did you set a DEFAULT? Without a default no value will be set in the existing items.

Let me know if that helps.
brian
@brian
02/09/17 01:29:48PM
10,149 posts

Upload first


Jamroom Developers

DannyA:
Thanks Brian. I think what you are talking about is on the right track. Can you provide any more detail?

In the form designer for the form you want to modify, turn off everything you can except the file upload field.

Then, in your custom module you'll want to listen for the "form_result" event, and if it matches your save view - i.e. "create_save", then do a jrCore_location() call and redirect the user to the modify form.

Note that you'll also want to setup a 'db_create_item' listener so you can watch for the audio item being created so you can grab the created ID, which you will need in the jrCore_location call when redirecting the browser to the update form.

Let me know if that helps.

p.s. we've not ever actually ever done, so I'm just posting what I _think_ will work - you'll probably need to play with it a bit to get it working how you want.
brian
@brian
02/09/17 01:23:58PM
10,149 posts

Media URL Scanner gets stuck on certain urls


Design and Skin Customization

soaringeagle:
i can only guess its the #! in the url causing issues?

Yep - that might be an issue, as it looks like that site is all client JS based and does it's loading based on the URL fragment.

I will check it out.

Thanks!
brian
@brian
02/09/17 01:22:17PM
10,149 posts

Will Jamroom work on Cloud based host and SSL Certificate


Jamroom Hosting

Transferring is actually really easy - we can do it for you. So the next step is to spin up your server here:

https://www.jamroom.net/luis456/hosting/create

Make sure and select the plan that will be able to hold all your current sites data + a little breathing room (see the email I sent you about sizing). You'll need to enter a domain at create time, so just pick one of the sites you want to transfer over, and we can move that one first for you.

Once the server is online, which only takes a few minutes, and the new secondary domain is resolving (about an hour usually) we can start the transfer.

We do have documentation on using the hosting:

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2543/welcome-to-jamroom-hosting

If you're curious about the different functionality and how to use it.

Let me know if that helps.

Thanks!
brian
@brian
02/09/17 11:12:00AM
10,149 posts

Will Jamroom work on Cloud based host and SSL Certificate


Jamroom Hosting

As long as you are on Jamroom Hosted you don't have to worry about licensing. If you decide to go back to your own hosting, then your current premium license comes back into play.

Let me know if that helps.

Thanks!
brian
@brian
02/08/17 02:46:24PM
10,149 posts

Upload first


Jamroom Developers

You could also hide all form fields on CREATE except the file upload, then use a custom module listener to redirect to the MODIFY after upload.

It's doable, but would require some custom stuff.
  146