Forum Activity for @michael

michael
@michael
01/18/17 06:36:11PM
7,826 posts

Page Next Issue


Design and Skin Customization

This {if $info.total_pages > 1}. reads "If there are more than 1 page".

So its saying: "Only show the page buttons if there are pages to go to"
michael
@michael
01/18/17 05:10:10PM
7,826 posts

A bit odd


Using Jamroom

I'll go check the default code, because I think thats how it should work too. Better to get that working that debug workaround code.
michael
@michael
01/18/17 05:08:25PM
7,826 posts

Followers page not showing


Using Jamroom

Fixed in jrAudioPro ver 1.0.7
michael
@michael
01/18/17 04:54:23PM
7,826 posts

Followers page not showing


Using Jamroom

right o, got it. Can see the issue now, we'll get this fixed up, thanks. :)
michael
@michael
01/18/17 01:00:27AM
7,826 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,826 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,826 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,826 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,826 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.
  286