Forum Activity for @michael

michael
@michael
07/20/17 10:56:14PM
7,832 posts

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


Suggestions

Export isn't what you want, you'll just re-import the old page over top of the existing one.
michael
@michael
07/20/17 10:53:57PM
7,832 posts

Return the skins back to original index. ( Remove Site Builder page )


Design and Skin Customization

Is this still the same question? "Return the skins back to original index. ( Remove Site Builder page )"

If its a new question, open a new thread.
michael
@michael
07/20/17 08:30:44PM
7,832 posts

Embed The Playlist Player In An External Site


Design and Skin Customization

That playlist player is a player that plays playlists, so the ID you have at HERE is the id of a playlist.

If you wanted to not use a playlist, you could set it up a different way to take the ID of the profile then use the {jrCore_list} function to play all of that artists songs.

Take a look at the standalone_player.tpl file in the playlist module to see how its set up and make a page in your skin to do it for artists instead if you prefer that.
michael
@michael
07/20/17 12:55:27AM
7,832 posts

Automation?


Using Jamroom

User Birthday module perhaps:
https://www.jamroom.net/the-jamroom-network/networkmarket/398/user-birthday

2. not sure what this is, a message via the timeline. sure its possible with a module.

3. very easy with a small module. use a custom smarty function to retrieve the number of profiles, put it wherever you want.

Docs: "Defining your own SMARTY function"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1569/defining-your-own-smarty-function
michael
@michael
07/19/17 08:17:00PM
7,832 posts

Tags at the top of blog pages?


Using Jamroom

Put this in your jrBlog item_detail.tpl page at the top where you want it:
{jrTags_add module="jrBlog" profile_id=$item._profile_id item_id=$item._item_id}

Then down in the bottom locate this:
        {* bring in module features *}
        {jrCore_item_detail_features module="jrBlog" item=$item}
and change it to
        {* bring in module features *}
        {jrCore_item_detail_features module="jrBlog" item=$item exclude="jrTags~item_tags"}
michael
@michael
07/19/17 06:12:45PM
7,832 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,832 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,832 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,832 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,832 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
  205