Forum Activity for @paul

paul
@paul
10/23/14 01:51:50PM
4,335 posts

JrComments Request


Suggestions

OK - So we're really talking about 'comments on comments', which is feasible within JR (I think) but wouldn't it be a pain to show them all in their nested structure, and so easy for commenters to comment in the wrong place, intensionally or not?
I've seen this structure on other sites and its a nightmare for a visitor to actually follow what's being said.
paul
@paul
10/23/14 12:13:28PM
4,335 posts

JrComments Request


Suggestions

Please explain more.
You mean like a forum with different topics per item?
paul
@paul
10/23/14 02:56:26AM
4,335 posts

Could we write conditions in {jrCore_list} function?


Jamroom Developers

The tics around the variables always works for me. I think putting squiggly brackets will cause an error.
paul
@paul
10/20/14 02:41:31PM
4,335 posts

Playlists


Suggestions

I'm pretty sure YT don't offer any streams or downloads of their content. That's why you have to embed their players, and if there was a was to do it, its likely against their T&Cs.
I don't think we can help with this one - Sorry.
paul
@paul
10/20/14 02:22:39PM
4,335 posts

A list of Artists a user is following


Design and Skin Customization

It does work - see http://motagator.com/xxxx
Here's the code of xxxx.tpl -
{jrCore_include template="header.tpl"}
<div class="container">
{assign var="_following" value=jrFollower_get_profiles_followed(195)}
{jrCore_list module="jrProfile" search="_profile_id IN `$_following|implode:","`"}

</div>
{jrCore_include template="footer.tpl"}

I think the problem you have is the $_user_id variable in the jrFollower_get_profiles_followed function call. Note that I put in an absolute value just to test things. What you put there depends on how you are calling the page and what smarty user variables are available. If the page is called from a profile page, the _user_id could be passed in the URL so on the page would be available as a $_post array item.
hth
Pa
updated by @paul: 10/20/14 02:23:56PM
paul
@paul
10/20/14 02:11:36PM
4,335 posts

A list of Artists a user is following


Design and Skin Customization

OK - Let me try it.
I guess its always a mistake to post untested code ;-)
paul
@paul
10/20/14 12:53:56PM
4,335 posts

A list of Artists a user is following


Design and Skin Customization

Checkout the jrFollower_get_profiles_followed() function in the jrFollower include.php file.
Then try this in your template (untested but should work) -
{assign var="_following" value=jrFollower_get_profiles_followed($_user_id)}
{jrCore_list module="jrProfile" search="_profile_id IN `$_following|implode:","`"}

updated by @paul: 10/20/14 12:55:16PM
paul
@paul
10/20/14 12:01:18PM
4,335 posts

Playlists


Suggestions

I think there's an inherent problem in that YouTube don't allow streaming to any player other than their own. Not sure about Vimeo's policy on this.
You can mix Jamroom audio and SoundCloud items in the same playlist though.
paul
@paul
10/20/14 07:37:15AM
4,335 posts

Securing you site against the POODLE SSL3 attack


Using Jamroom

Have followed their guide to disable SSL3.
All very straightforward.
Thanks Brian
paul
@paul
10/16/14 05:03:00AM
4,335 posts

Migrate from Ning to Jamroom


Suggestions

The @musicianband Ning import/conversion to JR5 went well!!
Any other Ning users out there who potentially want their site converting to JR?
  378