Forum Activity for @michael

michael
@michael
12/24/15 04:14:44PM
7,832 posts

page_short_url


Using Jamroom

Not a variable that comes from us, try one of the other developers.
michael
@michael
12/23/15 10:15:12PM
7,832 posts

tweak the Like/Dislike module


Using Jamroom

Got this sorted for the next version of the jrLike module but since it needs to go back and fix all the old urls that were broken, it needs functions that only exist in the newer beta core. :(

So its going to be a little longer before that gets released.
michael
@michael
12/23/15 08:43:55PM
7,832 posts

Rss Audio Reader Custom


Using Jamroom

If its running through the default I would have expected escaping.

Looks like the one's you'd want to change are:
{$item.title}
to
{$item.title|jrCore_entity_string}

It looks like the 'description' is having html stripped by the feed function.

But anywhere where stuff like that & is causing an issue |jrCore_entity_string should fix it.

--edit--
what its doing is it's taking & and turning it into & a m p ; (without the spaces)
updated by @michael: 12/23/15 08:44:33PM
michael
@michael
12/23/15 05:49:19PM
7,832 posts

Beta : Profiles - Deleting Profile 500 error Msg


Using Jamroom

This has been fixed in the next jrProfile release 1.4.0b7

The issue is that boolval() function only appeared in Php version 5.5.0 so any previous php versions would fail at that point. its been changed to a format that is compatible with earlier versions.
michael
@michael
12/23/15 05:45:35PM
7,832 posts

Private Tracker


Using Jamroom

Check the checkbox for "Private Tracker" for each issue. That's what we do. Then only the profile owners will see those issues.
michael
@michael
12/23/15 05:33:19PM
7,832 posts

Replacing jplayer


Jamroom Developers

jplayer support is pretty good:
http://jplayer.org/

and
https://groups.google.com/forum/#!forum/jplayer

Not a fan of google, they force me to look at japanese interface because im in japan but the content is ok.

Haven't tried flowplayer, the license wasn't compatible with open source last time I looked, but looking just now it looks like they are re-writing additions to the GPL to make it compatible with their for sale product.

https://flowplayer.org/license/free-license-faq.html
michael
@michael
12/23/15 05:22:16PM
7,832 posts

Jamroom Support holiday schedule


Announcements

Here in Japan the 25th isn't even a public holiday :( but over new years everything is shut, so I'll be off around then but here today tomorrow ish.
michael
@michael
12/23/15 04:35:57PM
7,832 posts

Private Tracker


Using Jamroom

@blinemime Help me write the docs for this, I've been trying to get it finished for about a week. Ever since your last issue tracker question
Docs: "Issue Tracker"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2909/issue-tracker

What are the questions you had when starting to use this module and what would you liked to have seen in the docs?

Thanks.
michael
@michael
12/23/15 04:17:24PM
7,832 posts

Download button has gone


Installation and Configuration

First is that block downloads setting.
ACP -> PROFILES -> AUDIO -> GLOBAL CONFIG -> GENERAL SETTINGS -> "Block File Downloads" = unchecked

That will make the download button show for everyone who is logged in because that's the default setting for that button.

You can change the default setting by using the Item Action Buttons configure button to MODIFY the Audio button to also show for logged out users.
YOUR PROFILE -> AUDIO -> Configure these buttons -> Audio download button -> GROUP -> (no group restrictions)

and save.
  446