Forum Activity for @michael

michael
@michael
01/19/14 09:24:20PM
7,832 posts

Missing Add Button For Audio, Video and Youtube


Using Jamroom

from what i understand:
* instead of charting the song plays on your actual site, you want to be able to manually input the number of plays of the song into a field in a form related to that song. There does not need to be an actual playable song.

So for that scenario I would forget about the jrAudio module, you dont need it. jrAudio plays songs that have been uploaded.

I would use jrAparana to make another module called xxChartable

That would give you a module where when you click on the + button you would see a new form with only:

TITLE: ................

and you could enter the title of the song that was chartable.

From there I would use the 'Form Designer' to give that module an input field
'chartable_plays_count'

That allowed the user to input a number.

my guess is that should be enough. just update the song name with the current plays each time you get a new number and it should be chartable.
michael
@michael
01/19/14 06:42:26PM
7,832 posts

Missing Add Button For Audio, Video and Youtube


Using Jamroom

Try using the jrAprana module to build create a starting point.

Then use the Form Designer to add in the fields you need.

"Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/1275/using-the-form-designer

mysql tables are not going to help you because JR5 has a new data storage system called 'datastores'

"Datastores"
http://www.jamroom.net/the-jamroom-network/documentation/development/1023/datastores

That setup will allow you to enter whatever data you need into the database and retrieve it.
michael
@michael
01/19/14 05:59:57PM
7,832 posts

Missing Add Button For Audio, Video and Youtube


Using Jamroom

The charting system is going to adjust itself upon how many times the song has been played.

Those songs with more plays get higher chart position.

So without an audio file to play, the song would never get onto the chart.
michael
@michael
01/19/14 05:51:49PM
7,832 posts

Jbservers


Jamroom Hosting

Here is their support page:
https://jbservers.net/support.php

The contact form is here:
https://jbservers.net/contact.php
michael
@michael
01/19/14 05:46:23PM
7,832 posts

Signup Email Verification


Using Jamroom

Could be a server mail sending problem. try the mail gun plugin. it allows me to send emails from a server that isn't even configured to send emails.
michael
@michael
01/18/14 01:40:50AM
7,832 posts

Jamroom Polling Module


Suggestions

Added to the tracker, vote for it if you'd like to see it:
https://www.jamroom.net/the-jamroom-network/tracker/302/poll-module
michael
@michael
01/17/14 08:42:55PM
7,832 posts

This video file is currently being processed


Installation and Configuration

make sure your server is setup correctly.
make sure there are no red lights in your server check in the ACP.
make sure that ffmpeg is setup correctly.

check your activity log
check your error log
michael
@michael
01/17/14 01:23:23AM
7,832 posts

Meta Title Tags


Design and Skin Customization

The description you can do the same way

/skins/xxMySkin/sometemplate.tpl
{$title = "this is the title for the page"}
{$description = "this is a longer description for the meta tags"}
{jrCore_include template="header.tpl"}

and {$title} and {$description} should be available in header.tpl I would expect.
michael
@michael
01/17/14 01:19:37AM
7,832 posts

module feature items?


Design and Skin Customization

What you want is the "Item Details Features" button under the system core tools
SYSTEM CORE - TOOLS - ITEM DETAIL FEATURES

Quote: Set the Order of Item Detail Features provided by modules

yoursite.com/core/module_detail_features
michael
@michael
01/16/14 12:27:47AM
7,832 posts

marketplace license api


Jamroom Developers

Yeah thats the point I think.

The marketplace system is a module just like all other modules. The back end module for the marketplace has not been released as a for sale module yet.

I think the plan is to release it along with a skin for developers to use as a base to allow them to create sites and use the marketplace system as a means to allow their clients to stay up-to-date easily.
  742