Forum Activity for @brian

brian
@brian
01/11/18 11:18:43AM
10,149 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

This is fixed in the latest Simple Chat release - update and you should be good.

Hope this helps!
brian
@brian
01/11/18 11:11:04AM
10,149 posts

Share buttons on audio with SHARETHIS


Design and Skin Customization

Yes - the Share This module is designed to work for you without you needing to edit anything.
brian
@brian
01/11/18 11:09:16AM
10,149 posts

Jamroom Radio


Using Jamroom

izhmel:
Can I create an admin radio and add all the songs with 1 click ? or specify a quota i.e. ""dubmaster"" so all the songs under that quota get added to the station , or can I add a particular artist to the station ???

Thanks

Yes - the jrCore_media_player template function handles this:

https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/788/jrcore-media-player

i.e. create a "station" for all songs under a quota_id:

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" search="profile_quota_id = 2" order_by="_item_id random"}

Create a new Site Builder page called "system radio" (or whatever) and input that code into a new "Template Code" widget. Change the quota_id to be whatever quota id you want.

Now you'll have a site radio page.
updated by @brian: 01/11/18 11:09:57AM
brian
@brian
01/11/18 10:46:46AM
10,149 posts

jrCore_list results change when power user is logged in


Using Jamroom

SteveX:
Thanks Brian, I don't see that in the Beta channel. The only module showing for updates is jrProfile 1.7.0b1.

Sorry about that - I've just uploaded the beta again - I pulled it yesterday afternoon since a privacy checking issue arose in an upgrade I did - that's been fixed now. Thanks!
brian
@brian
01/10/18 03:13:46PM
10,149 posts

jrCore_list results change when power user is logged in


Using Jamroom

This should be fixed in Core 6.1.6b1 - I've got that in the beta channel so let me know if that looks better.

Thanks!
brian
@brian
01/08/18 02:32:33PM
10,149 posts

Editor formatting stripped in blog for everyone but Admin


Using Jamroom

Make sure b,li,u,i and span are in the "allowed HTML tags" settings in your core Quota Config.
brian
@brian
01/08/18 02:31:48PM
10,149 posts

Multiple Sub-domain Access to One JR Database?


Using Jamroom

It's not going to work like I outlined above on Jamroom Hosting - our host control program has no concept of Jamroom directories that are "outside" the main directory, nor can you symlink between domains.

Let's look at this from a different view. What is the root "issue" that is making you want to set your sites up this way? Is it just different skins?
brian
@brian
01/08/18 12:42:52PM
10,149 posts

Simple Chat Acting Strange After Recent Updates?


Using Jamroom

We use Chat all the time here on jamroom.net and I've never seen this. If you can reproduce it let me know.
brian
@brian
01/08/18 12:41:33PM
10,149 posts

Multiple Sub-domain Access to One JR Database?


Using Jamroom

We do this on our demo system, but you need to understand how it works and what the shortcomings are - it's not going to be "easy" unless you set it up right:

1) You should have 1 "master install" in it's own directory - i.e.

public_html/master

This is where you actually do the work i.e. running the marketplace and keeping things up to date

2) you place other installs in their own directories - i.e.

public_html/install1

HOWEVER - the "modules" and "skins" directories need to be relative symbolic links that point to the master i.e.

modules -> ../master/modules
skins -> ../master/skins

3) You add the skin you want to use on the site to the data/config/config.php file - i.e.

$_conf['jrCore_active_skin'] = 'jrElastic2';

That's how we do it here. Note that this will NOT work on our hosting - you'll need to be self hosting for this to work.
brian
@brian
01/03/18 02:32:38PM
10,149 posts

No comments box on profiles, images or Private Notes for some users


Using Jamroom

Have just tested here on my iPad and am not seeing any issues. JR 6.1.5 has a NEW version of the tinymce editor, so maybe try resetting caches on your site and doing a refresh on your iPad safari.
  87