Forum Activity for @brian

brian
@brian
05/09/16 06:14:06PM
10,149 posts

Proxima, mp3 streaming,


Proxima

amartins:
For some reason, with this string, the
if(strpos(',' . $_conf['jrProximaBridge_active_modules'] . ',', ",{$mod},"))ยทยทยท
returns false when $mod="jrAudio".
This is a "rookie" mistake on my part and I will get it fixed.. sorry about that!
updated by @brian: 05/09/16 06:14:30PM
brian
@brian
05/09/16 06:13:06PM
10,149 posts

Proxima, mp3 streaming,


Proxima

serveion:
Error: Offsite media downloads are blocked how can we enable this.

ACP -> Core -> Global Config -> enter "ALLOW_ALL_DOMAINS" in the "Allowed Domains" setting and save.
brian
@brian
05/09/16 04:25:57PM
10,149 posts

Proxima, mp3 streaming,


Proxima

you'll need to use the "download" URL in this case - streaming is not going to work unless you disable play keys, but you should be able to do:

http://yoursite.com/promotion/download/promition_audio/3

Let me know if that helps.
updated by @brian: 05/09/16 04:32:06PM
brian
@brian
05/09/16 04:22:16PM
10,149 posts

Proxima, mp3 streaming,


Proxima

You might need to use "uploaded_audio" as the URL - check the "info" tab of the audio module to get the URL that is being used on your site.
brian
@brian
05/09/16 04:21:49PM
10,149 posts

How To Build a Multilingual Site Using The Site Builder?


Using Jamroom

We don't manually close topics unless they are duplicates...
brian
@brian
05/09/16 03:41:26PM
10,149 posts

Proxima, mp3 streaming,


Proxima

amartins:
The app we're building is bit more complicated. We want to interface with Jamroom system. Meaning that we'd like to make available in the app samples or new songs from artists so we can promote them. Those items are uploaded by the artist, through his account. What we wanted is to have access to those files knowing, for instance, the song id.

Yep - you can do that using the Proxima Bridge module - i.e.

GET http://yoursite.com/api/bridge/audio/5

See my response above - the same thing applies here.

Let me know if that helps.
brian
@brian
05/09/16 03:40:11PM
10,149 posts

Contact Form Not Displaying On Mobile Device


Using Jamroom

derrickhand300:
Hello Brian
I have removed the file upload and now testing
..I am still not receiving emails from the contact form. I am configed as the MASTER USER with email address added there in my profile but I have never received an email- I have checked my spam folder and nothing
Also when i go into the form module I can see the messages but the RESPOND button does not open anything..
Any ideas?
Thanks

The "respond" button links up to the Support Tickets module - if you don't have that installed then it will be grayed out.

Check your email logs to be sure the mail is being sent out and delivered from your system (i.e. /var/log/mail.log).
updated by @brian: 05/09/16 03:40:20PM
brian
@brian
05/09/16 03:38:53PM
10,149 posts

Proxima, mp3 streaming,


Proxima

You would want to use the BRIDGE module for this:

- go into Proxima Bridge -> Global Config and make sure you activate your custom module
- you can then make a GET request to api/bridge/promotion/3 to get the info for _item_id 3 - note that you would want to change "promotion" to the URL that you setup for your custom module as found in it's "INFO" tab.

You can also do POST, PUT and DELETE as well.

Let me know if that helps.
brian
@brian
05/09/16 03:36:37PM
10,149 posts

How To Build a Multilingual Site Using The Site Builder?


Using Jamroom

pch:
Are all pages in the Elastic Template (timeline, audio, video, blog, playlist, etc) ready for a multilingual site or do I have to add the the {jrCore_lang} code in every single page?

They are already setup - the only time you would need to manually add the jrCore_lang function calls is in custom templates.

https://www.jamroom.net/the-jamroom-network/documentation/development/541/translate-jamroom-into-another-language
brian
@brian
05/09/16 03:01:36PM
10,149 posts

About To Blow A Head Gasket Over Image Titles!


Using Jamroom

derrickhand300:
Only issue I am still seeing is on the page that displays all the galleries ie; mysite.com/gallery under the title of each gallery there is a description-I would like these descriptions removed- so I actually made the "gallery-description" field as inactive...then deleted it completely...but they are still showing up... its like they are stuck in the database somehow- any tips on a safe way to remove them?
Anyways THANKS A MILLION!

You need to edit the jrGallery/templates/item_list.tpl file and remove the section from the template - i.e. remove this:
{if !empty($item.gallery_description)}
    <br>
    <span class="normal">{$item.gallery_description}</span>
{/if}
Let me know if that helps.
  267