Forum Activity for @michael

michael
@michael
08/08/16 05:29:38AM
7,826 posts

Radio


Installation and Configuration

eminyard:
RADIO??? I want Radio. Where do I find this thing??

There is also this as an alternative option:

https://www.jamroom.net/the-jamroom-network/forum/new_posts/25233/create-radio-station#p25482

{jrCore_media_player module="jrAudio" field="audio_file" order_by="_created random" limit="50"}
Which will play 50 random songs uploaded to the Audio module on whatever page you put that code.

Its code to retrieve any 50 random songs.

The docs for that function are here:

Docs: "{jrCore_media_player}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/788/jrcore-media-player
michael
@michael
08/08/16 05:23:48AM
7,826 posts

Promo Code,


Using Jamroom

That functionality does not exist, you'll need to build a custom module to allow for it.
michael
@michael
08/08/16 05:22:42AM
7,826 posts

Apache and Htaccess compatibility


Installation and Configuration

breescorner:...all pages other than the home page came up with a 500 sever error.....
500 errors are "Internal Server Error" s.

They indicate that the server tried to do something, but couldn't.

These errors are logged to the servers error_log and will tell you exactly what the issue is.

My guess would be like @ultrajam suggested and is probably a mod_rewrite issue, but don't take my guess for gospel, check out the server's error logs and paste the end of them here, we might be able to help identify the issue.
michael
@michael
08/08/16 05:14:08AM
7,826 posts

Youtube Channel sync


Suggestions

many channels isn't supported. You can still import videos from your multiple channels, just not automatically.

In order to have sync working, it requires requests to youtube, I can see a site with many many members running into issues if all the member wanted to sync. If the functionality was extended so that many many members could sync many many profiles, it could end up costing the site owner money paid to google.

Not sure multiple sync accounts per profile is a good idea. Is it?
michael
@michael
08/08/16 05:04:14AM
7,826 posts

How To: Create RSS for a Specific Profile's Audio Items


Installation and Configuration

its all related to what you have in your .tpl files.

So you need to first identify which template controls the area that you're interested in.
* Then once you know which template effects the output you're interested in, make a change to it to know you can alter the output.
* Then what you want to do is alter the output to the structure you want.

For that use the {debug} function to understand what variables are available to you, then choose the variable that you want to output.

Save the template and you have what you want.

Docs: "{debut}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
michael
@michael
08/08/16 05:00:13AM
7,826 posts

Modules for accounts vs quota


Using Jamroom

you might try adding a setting via the Form Designer to the Profile Settings form that can only be viewed by the admin user.

This way the admin user can check or un-check the checkbox for the related profile.

Then build your module around that setting, if this setting on, show the module.....
michael
@michael
07/30/16 09:32:57PM
7,826 posts

How To: Create RSS for a Specific Profile's Audio Items


Installation and Configuration

Ekwe:....I just need 2 things and RSS feed will be perfect and can be used for any platform
1. for audio_file_length: 00:03:34 // How do I make this seconds, I tried this {$item.audio_file_length|jrCore_format_time:false:"%ss"} and it did not work
2. I want {$rss_title} to not display @Username - Audio but just show the "Profile Name"
and that's it....

Sounds like you need to adjust the RSS feed template for the module you're working on.

Theres some docs here that describe adjusting an RSS feed template:

Docs: "HowTo: Form Designer + Aparna = Custom Page Module with RSS feed"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/2463/howto-form-designer-aparna-custom-page-module-with-rss-feed

The docs for the RSS module are here:

Docs: "RSS Feed and Reader"
https://www.jamroom.net/the-jamroom-network/documentation/modules/277/rss-feed-and-reader

And how to alter a modules template docs are useful too:

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1051/altering-a-modules-template

Then outline where you're up to and the issue you're having or not understanding and we can help you solve your problem.
michael
@michael
07/29/16 05:36:40PM
7,826 posts

How to upload and search audio and video by date and location?


Using Jamroom

You download it to your pc, then can't edit it on your pc? I can't think of any way that could happen.

Unless the file was set to 'Read Only' file permissions, but that would be extremely unusual on a file you downloaded to your pc.

Things I would try:
* see if the file is set to read-only and try changing it to read/write
* try a different download program.
pch:...Are you able to download the util.php from your server and edit it locally? Does the change get saved?....

Yes I can download and no, I have no problems editing and saving the file.
michael
@michael
07/29/16 05:21:33PM
7,826 posts

Latest Comment on the home page


Using Jamroom

* What happens?
* What did you expect to happen?
  372