Forum Activity for @michael

michael
@michael
07/19/17 06:12:45PM
7,827 posts

Embed The Playlist Player In An External Site


Design and Skin Customization

This is fixed in jrPlaylist ver 1.1.6 which is in the marketplace now.

update and it should be working.
michael
@michael
07/19/17 05:07:58PM
7,827 posts

Integrity check doesn't complete jrCore 6.1.0b6, jrAction 2.0.10


Using Jamroom

Not seeing that same thing here, but if you would send me your login details I'll take a look if you like. support at jamroom.

--edit--
The action_cleanup is getting into your activity logs via a queue worker, so probably unrelated to the integrity check issue.

The function fired in the queue in the background is jrAction_action_cleanup_worker() which looks like its looking for old values that previously were stored in the datastore for the Action module, but are now not used, so this is cleaning them up.

Changing 'action_original_item_id' to this format 'jrAction:(item id):create'
updated by @michael: 07/19/17 05:11:35PM
michael
@michael
07/19/17 05:03:15PM
7,827 posts

Is it possible to clone a site builder page and all its content?


Suggestions

so when the page is cloned a second copy of all the widgets gets created? or the same widget is visible on 2 pages? So if a single widget on one page is updated, does its corresponding cloned widget get updated too?
michael
@michael
07/19/17 06:15:09AM
7,827 posts

Can user's avatars change to show they are online


Using Jamroom

yes, but at a cost.

the forums are cached, so if you're going to require that all forum posts everywhere change every time a user is online/offline its only going to update for as long as your cache is set to.

If you have a 5 min cache, then it will be as accurate as that.
michael
@michael
07/17/17 07:11:28PM
7,827 posts

Remove Albums


Design and Skin Customization

Docs: "Item Action Buttons"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1508/item-action-buttons

Use that to disable the album button so it cant be seen.

Then use the Form Designer to remove the album form field

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer
album_button.jpg album_button.jpg - 51KB
michael
@michael
07/17/17 06:47:11PM
7,827 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,827 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,827 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,827 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,827 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
  205