Forum Activity for @michael

michael
@michael
01/18/17 01:00:27AM
7,832 posts

Any plans for browser notifications module?


Suggestions

maybe im mis-understanding what you mean by 'browser notifications' are you meaning when you are on another page, not your site, that you get a popup saying "come back to my site"

or are you saying new item notifications like how facebook does with the small red circle icons. if its that, then those already exist in the Follow Me skin. They are called Pulse Notifications.

Like this:

Docs: "Follow Me"
https://www.jamroom.net/the-jamroom-network/documentation/skins/4419/follow-me#followers-mentions-feedback
michael
@michael
01/18/17 12:54:53AM
7,832 posts

Media Player implementation


Design and Skin Customization

infinityssm:...Now that the video plays correctly, how do i avoid the page refreshing with every video click? ....

Kind of flying blind here. Its not easy to set that up when I'm doing it myself, here I can't see the code.

So you have your player div loading at yoursite.com/videos/item_id=4 and when you click on on the link it tries to load in to a div with the ID="vplayer".

It seams like it should be working. perhaps have an href="#" to stop the page refresh, or a ;return false; after the jrLoad may work.

<a href="#" onclick="jrLoad('#vplayer','{$jamroom_url}/video_player/item_id={$item._item_id}');return false">{$item.video_title}

updated by @michael: 01/18/17 12:55:12AM
michael
@michael
01/18/17 12:33:36AM
7,832 posts

Any plans for browser notifications module?


Suggestions

Its always an option, but the design of how it works would be important. Too many notifications could get annoying.
michael
@michael
01/17/17 08:23:09PM
7,832 posts

No longer can install modules or skins


Installation and Configuration

Its not really an error, its asking you to turn on the release channels. Its saying you have got no releas channels enabled.

go to
ACP -> MODULES -> CORE -> MARKETPLACE -> MARKETPLACE CHANNELS

And make sure at least the STABLE channel is active.

Then run the SYSTEM UPDATES.

Also check that your "License Details" are installed in
ACP -> MODULES -> CORE -> MARKETPLACE -> MARKETPLACE SYSTEMS -> MODIFY

You get your License codes from here:
https://www.jamroom.net/networklicense/licenses/profile_id=1293/user_id=1288
michael
@michael
01/17/17 08:17:23PM
7,832 posts

A bit odd


Using Jamroom

only thing I can see that could trigger that warning "...jrCore_create_page_element...." in the audio module is this function:

jrAudio_form_field_audio_display()

Which is fired when an audio form field has been added via the Form Designer. Have you added any audio type Form Designer fields to anywhere?

if yes, my guess is its related to the settings in that form.
michael
@michael
01/17/17 08:11:16PM
7,832 posts

Followers page not showing


Using Jamroom

I went here

http://metaldevastationradio.com/thebeast/timeline

clicked on MORE -> FOLLOWERS and was taken to http://metaldevastationradio.com/thebeast/follow

Is that not whats happening for you?
michael
@michael
01/17/17 05:09:28PM
7,832 posts

Problem with search conditions


Design and Skin Customization

If you can provide steps for me to check out what you believe to be an issue, I can follow those steps on my dev site and see if I can reproduce the issue.

There will be no profile_id 0 so adding search="profile_id != 0" has no purpose, might as well not put it there at all.
michael
@michael
01/17/17 05:05:55PM
7,832 posts

How do i add a login box to my index page.


Design and Skin Customization

Well done.

Maybe this will help with your next step. Open a new thread for each new issue. Marking this one SOLVED.

Docs: "{if jrCore_is_tablet_device()}{/if}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/3256/if-jrcore-is-tablet-device-if
michael
@michael
01/17/17 05:03:04PM
7,832 posts

Editing the Profile form with Form Designer.


Design and Skin Customization

When you display them in the templates you can structure them however you would like. but in the form when the user is inputting them, you need to structure them in the way they are so the form designer can understand what they are set to when the form is submitted.
  287