Forum Activity for @michael

michael
@michael
01/21/17 08:29:27PM
7,832 posts



Solo Pro is the only skin designed for a single artist, all the other ones are multiple artists.

With the exception of:
Genosis: its for family trees
Proxima: its for selling mobile apps.
updated by @michael: 04/24/17 09:50:07PM
michael
@michael
01/21/17 05:42:51PM
7,832 posts

Site Radio And TV


Using Jamroom

You can sponsor a module to increase its priority. Currently this is low priority.
michael
@michael
01/21/17 05:40:21PM
7,832 posts

Oddness since latest updates?


Using Jamroom

Perhaps they were changed in the skin first, then updated over via the STYLE tab.

My preferred way to do things is in the file system. I don't usually use the STYLE, TEMPLATE tabs except for quick testing.

We have a tracker open to test out the restore scenario. Hopefully its not reverting more than it should, but if it is we'll fix it. :)

Thanks.
michael
@michael
01/21/17 05:15:02PM
7,832 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

This is the test code we use:
<p><a href="https://www.youtube.com/watch?v=FdBF6h7oH5I">https://www.youtube.com/watch?v=FdBF6h7oH5I</a></p>
<p>thats  a link to the song.</p>
<p>this should be the card https://www.youtube.com/watch?v=FdBF6h7oH5I</p>

See expected output in the screenshot.

The first link is just a link, the second is converted.
Screen Shot 2017-01-22 at 14.14.14.png Screen Shot 2017-01-22 at 14.14.14.png - 1.5MB
michael
@michael
01/21/17 04:44:50PM
7,832 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

can you show me a page please?

michael: If the link is added via the [ link ] icon from the editor, then its just a link, nothing else.
strumelia:That's now working right. It's just a hotlink, even if it's to a YT video url etc.

Thats expected. if you want the video to be there, dont use the [ link ] button and the Media URL Scanner will turn it into its video etc.
michael
@michael
01/21/17 04:42:53PM
7,832 posts

OG Tags Not Working


Using Jamroom

Zachary Moonshine:....
if i add an og image tag and upload a photo for it will it only show when i share pages....
yes.
michael
@michael
01/21/17 04:41:36PM
7,832 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

yeah, thats it.

You're checking if the timeline entry is a comment on the profile and if it is skip it.
    {if !(isset($item['action_item']['comment_module']) && $item['action_item']['comment_module'] == 'jrProfile')}
...

So to get it back how it was, and only skip showing those messages on the front timeline, re-make the index_activity.tpl by copying the /modules/jrAction/templates/item_list.tpl to /skins/YOUR-SKIN/index_action.tpl

Then add that template into the jrCore_list with a template="index_action.tpl"

At this point you have EXACTLY the same as the default. Once thats working, then we start changing it.

The reason we do it like this instead of a direct override via the TEMPLATES tab in the ACP is that we still want to show those profile timeline comments on the profiles of the users who wrote them. (if you dont want them there too, then this could be done via an ACP edit.)

Let me know when thats done or if its too difficult and we'll rethink.
michael
@michael
01/21/17 03:47:36PM
7,832 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

what you're explaining is exactly how we've built it to work. That is expected functionality:

If the link is added via the [ link ] icon from the editor, then its just a link, nothing else.

If the link is just pasted into the body of the text and the "Media URL Scanner" module is active it gets converted. The purpose of the "Media URL Scanner" module is to scan media for URL's and turn them into the version at the destination of the link.

Seams correct.

Sounds like you're wanting the URL to remain even after its been converted. That could be done with an alteration of the card templates. (if thats what you after, not 100%)
michael
@michael
01/21/17 03:42:29PM
7,832 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

do you have the code that was in index_activity.tpl?

suspect it was just jumping the entries that were welcome messages.
michael
@michael
01/21/17 03:09:17PM
7,832 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

Try that now. Brian's the one who's been working hard on figuring this one out. update from the marketplace and you should be good now.
  283