Forum Activity for @michael

michael
@michael
07/17/17 06:47:11PM
7,832 posts

Add Genre and Mood


Design and Skin Customization

or use a different skin. other skins don't add that field.
michael
@michael
07/17/17 05:59:07PM
7,832 posts

Add Genre and Mood


Design and Skin Customization

ah, right, looks like the BeatSlinger skin is adding those fields in by itself.

This is going to be a bit more complicated then.

First thing to do is to clone the skin, so your changes dont get over-written if the skin is updated.

Docs: "Creating your own Skin ( Clone from an Existing Skin )"
https://www.jamroom.net/the-jamroom-network/documentation/skin-design-guide/839/creating-your-own-skin-clone-from-an-existing-skin

That will create a clone of the beatslinger skin found on your server at:
/skins/(xxYourSkin's Name)

use SFTP to connect to your server and adjust the include.php file located at
/skins/(xxYourSkin's Name)/include.php

in that file there is a function called (xxYourSkin)_insert_fields

Thats where those fields are coming from, so we want to get rid of them. wrap the section in a /* and the end with */ as is shown in the screenshots.

That will cause that section of code not to run. re-upload the file to your skin on your server then clear the caches and run the integrity check if it doesnt show up immediately.


Docs: "Reset the Caches"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do#reset-the-caches

Docs: "Run the integrity check"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do#run-the-integrity-check
currently.jpg currently.jpg - 97KB
michael
@michael
07/17/17 05:11:06PM
7,832 posts

Add Genre and Mood


Design and Skin Customization

Same section you're looking in, the Form Designer:

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer

Just turn off the fields you don't want.

If you could, try to ask each question in its own thread with a descriptive title, it helps others with the same question find it when searching. thanks :)
michael
@michael
07/17/17 04:42:03PM
7,832 posts

Add Genre and Mood


Design and Skin Customization

if that is ACTUALLY what you've put, then yes only one might show up because there is only 1 value, the value of "Option Value"

would expect to see something like:
metal_core|Metal Core
midwest|Midwest
neo_soul|Neo Soul
new_age|New Age
.......
michael
@michael
07/17/17 06:17:30AM
7,832 posts

Can user's avatars change to show they are online


Using Jamroom

You can see we have that feature here in the forums: (screenshot)

Its within the last 5 min ish, not exact.
online.jpg online.jpg - 129KB
michael
@michael
07/17/17 06:15:45AM
7,832 posts

Question about what Proxima actually is


Using Jamroom

juancha:.....Essentially my goal would be to have an app version of my community website available.....
Its not that.

But that is the most common misconception of what it is.

Both the Proxima system and the Genosis system are more than just extra modules for the Jamroom CMS, they transform some core principals.

Proxima is for app builders. Think: The app is built, now I need to build a website to showcase what it can do. Thats what proxima is for.

You're thinking, I need a way to get my community data out to an app, which is the reverse.

Proxima was built to allow multiple apps to communicate with it.

THINK: We have a company that builds a ton of different games as apps Then one installation of Proxima can take care of every game. Every user of a single game can have their high scores and other app data updated and stored on the Proxima database. Multiple games can store their data in that single database.

Its a back-end for mobile apps, not a way to make a mobile app out of your current CMS system.

It can work that way too, but that's not its intended purpose.

--edit--
Wikipedia: "Mobile back end as a service"
https://en.wikipedia.org/wiki/Mobile_backend_as_a_service
updated by @michael: 07/17/17 06:19:23AM
michael
@michael
07/16/17 11:59:30PM
7,832 posts

Item description not showing


Using Jamroom

What your asking is a complex procedure, the overview is, you'll need to locate where the email is being sent from then see if the variables you're interested in are available there, then add them to the email template (if its an email template controlling the email).

Not something that anyone has done, so nobody is going to know the exact steps to copy+paste or follow.
michael
@michael
07/14/17 12:18:00AM
7,832 posts

Playlist Error?


Using Jamroom

Actually, after re-reading that stackoverflow question, there is a comment there:
Dan Abramov:Just be aware that for some tracks, original exists but t500x500 doesn't, for some the opposite. It's a total mess.
So this will remain as it is in the soundcloud module. The above code will still work, but if soundcloud doesnt provide a 500x500 pic, no pic will show.
michael
@michael
07/13/17 10:36:29PM
7,832 posts

Playlist Error?


Using Jamroom

We'll get this fixed up in the soundcloud module.

In the mean time and to fix already imported image, install the INJECT module and add this code to it:
-large.jpg|-t500x500.jpg

--edit--
Solution came from this StackOverflow post:
https://stackoverflow.com/questions/16549015/soundcloud-500x500-artwork-by-default
inject.jpg inject.jpg - 91KB

updated by @michael: 07/13/17 10:37:05PM
michael
@michael
07/13/17 10:12:37PM
7,832 posts

Add a 'comment/note' function to the Banned Items module


Suggestions

That's been added to the module and is in the marketplace now. jrBanned 1.3.3

Make sure you run an Integrity Check after updating.
  206