Forum Activity for @michael

michael
@michael
07/21/17 06:09:25PM
7,826 posts

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


Suggestions

yep, no magic button exists.

Moved this to suggestions.
michael
@michael
07/21/17 05:58:34PM
7,826 posts

Messed up my site experimenting with site builder


Using Jamroom

we've added a message to site builder that gives these instructions when you create a site builder page over the index page.

It will look like this
index.jpg index.jpg - 44KB
michael
@michael
07/21/17 05:56:33PM
7,826 posts

Custom action in user timeline


Jamroom Developers

Whos timeline is that going on?

If its going on the timeline of the user doing the downloading, then it should be possible with the events and listeners

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners

Find an event that is firing where you want it and add a timeline action at that point.
michael
@michael
07/20/17 10:56:14PM
7,826 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,826 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,826 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,826 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,826 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,826 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.
  204