Forum Activity for @michael

michael
@michael
02/09/20 06:50:09PM
7,816 posts

Iframe Error When Not Logged In


Using Jamroom

Could be this:

Forum: "Header X-Frame-Options"
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/54031/header-x-frame-options

brian:
You can disable the X-Frame header in Jamroom Core 6.1.1 - go to the Core -> Tools -> Advanced Config and enter:

jrCore_disable_xframe

for the "config key" and

1

for the "config value" and save

Reset caches and that should disable the X-Frame header

Let me know if that helps.

Whats the URL of a location to see it happening?
updated by @michael: 02/09/20 06:50:46PM
michael
@michael
02/08/20 12:16:31PM
7,816 posts

profile menu question


Using Jamroom

From your code above, this is the part that gets the number:
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_user._profile_id`" search2="follow_active = 0" return_count=true no_cache=true}

It still looks like valid code provided there are still pending followers it should be showing.

Try adding in "HERE I AM, THIS!!!!" to just after the "Pending Followers" to make sure that the template you're working on is actually where effecting the area in the screenshot. If that does come out then lets dig into why the call is not working.

--edit--
oh, and another thing to try is
{jrCore_list module="jrFollower" search1="follow_profile_id = `$_user._profile_id`"  return_count=true no_cache=true}
which should return the follower count regardless of if they are pending or not.

updated by @michael: 02/08/20 12:17:58PM
michael
@michael
01/21/20 12:59:27PM
7,816 posts

Email Course Module Question


Using Jamroom

helps if i turn it on. sorry. try again now.
michael
@michael
01/21/20 12:05:05PM
7,816 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

I saw the same thing on my super-quick testing setup and didn't think much of it, try a different player:
jrBeatSlinger_audio_player
jrFollowMe2_audio_player
jrISkin_audio_player
blue_monday (or maybe jrAudio_blue_monday not sure of the syntax)
michael
@michael
01/21/20 11:59:24AM
7,816 posts

Email Course Module Question


Using Jamroom

Your right deb, there was no documentation set up. I've added some there now:

Docs: Email Course
https://www.jamroom.net/the-jamroom-network/documentation/modules/3578/email-course
michael
@michael
01/19/20 05:48:45PM
7,816 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

test.tpl is not a good name, use trial.tpl or junk.tpl or something. I think theres something somewhere that checks for the /test/ in the domain part. Just had weird results with it in the past.

You'll need to bring in the meta.tpl file so for now just wrap it in the header and footer so you know all the needed javascript for the player is there, then start removing the graphical stuff once you've got it working.

Check that the profile_id you're using
* does have audio files
* is not set to private

later, once you have it working with the profile_id hard coded you can change it to use a URL parameter, eg:
yoursite.com/trial/1

Then use {debug} to find out which $_post variable the '1' part of the url comes out on and put that into your player so you can get any profile you want by changing the URL.
michael
@michael
01/19/20 05:29:34PM
7,816 posts

Audio Pro - Embed Audio Playlist to External Site


Using Jamroom

That works for me. I wrapped it in a the header and footer:

{jrCore_include template="header.tpl"}

{jrCore_media_player
        type="jrAudio_player_dark"
        module="jrAudio"
        field="audio_file"
        search1="_profile_id = 1"
        order_by="audio_file_track numerical_asc"
        limit="50"
        autoplay=false}

{jrCore_include template="footer.tpl"}
michael
@michael
12/31/19 08:12:02PM
7,816 posts

Enable Templates For login and signup


Using Jamroom

The whole purpose of enabling the templates is to allow you to customzie them however you like.

You can add a skin override to your skin and put them in.

Docs: Altering a modules template
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
michael
@michael
12/26/19 09:07:03PM
7,816 posts

what's your favorite skin?


Ning To Jamroom

'finished' :) .... oh wait, just one more thing.
  75