Forum Activity for @douglas

douglas
@douglas
07/26/17 08:23:26AM
2,812 posts

On Jamroom forums, only getting one page (of 10 threads) showing for a category


Using Jamroom

If it happens again, you might try just clearing your browser cache and see if that helps.
douglas
@douglas
07/26/17 07:34:04AM
2,812 posts

Embed The Playlist Player In An External Site


Design and Skin Customization

Try using jrPlaylist_player_dark for the type instead of jrAudio_player_dark.

Hope this helps!
douglas
@douglas
07/25/17 10:21:25AM
2,812 posts

Embed The Playlist Player In An External Site


Design and Skin Customization

Hello,

See if this works for you...

ltest.tpl

{jrCore_list module="jrAudio" order_by="_item_id desc" limit="10" template="standalone_player.tpl" profile_id="1"}

standalone_player.tpl

{if isset($_items)}
{foreach $_items as $item}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" item=$item}
{/foreach}
{/if}

Hope this helps!
douglas
@douglas
07/24/17 02:35:28PM
2,812 posts

Embed The Playlist Player In An External Site


Design and Skin Customization

Hello,

I think your jrCore_media_player function should look more like this...

{if isset($_items)}
{foreach $_items as $item}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" item=$item}
{foreach}
{/if}

Here are the Docs on the jrCore_media_player function.
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/788/jrcore-media-player

Hope this helps!
douglas
@douglas
07/21/17 12:45:00PM
2,812 posts

Messed up my site experimenting with site builder


Using Jamroom

If you've created an index page with SB, just delete that page by clicking the SiteBuilder button and then click delete page and the default index will return.

Hope this helps!
douglas
@douglas
07/21/17 06:04:02AM
2,812 posts

PayPal & Price Buttons


Design and Skin Customization

Yes, this has been fixed already for version 1.2.7.

Should have it released soon

Hope this helps!
douglas
@douglas
07/20/17 12:19:27PM
2,812 posts

PayPal & Price Buttons


Design and Skin Customization

I believe this has already been fixed, but I'm not 100% sure the latest skins have been released.

What version of the skin are you using?

Thanks!
douglas
@douglas
07/20/17 08:41:37AM
2,812 posts

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


Suggestions

You might also check if there is a sitebuilder folder in your skin directory.

Hope this helps!
douglas
@douglas
07/20/17 08:22:18AM
2,812 posts

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


Suggestions

researchcooperative:
Hmm, that is one step forward.

When I select and export a particular page, a green highlighted message reports that the export was successful, but where has it gone? Exported to where?

I was not asked to select a destination before or after pressing the Export button. So off it goes, into the ether!


I believe they get put in the import section for the Site Builder module.

Hope this helps!
douglas
@douglas
07/20/17 06:59:02AM
2,812 posts

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


Suggestions

researchcooperative:
My primary interest here is in being able to copy, duplicate, or otherwise 'clone' the entire SB page so a new version can be made while leaving the old version up, or so that it can be used as a starting point for a new and different page.

Douglas suggested using the Sb export tool (also in the Tools area of SB module) to export a single page, but when I go to:

/sbcore/export

I see a list of .json files identified by long code numbers and have no idea of what I am looking at. And if I export these, they will be outside my site and then require importing, etc etc....

For most admin users, a one-click clone/duplicate button would be convenient, alongside the delete button in the Tools browser, if it is technically possible.

If you scroll down on this page:
/sbcore/export

You should see a list of pages available for exporting.

Hope this helps!
  58