Forum Activity for @brian

brian
@brian
10/28/15 03:50:05PM
10,149 posts

Player wont play on Facebook


Using Jamroom

Just an update that I've tested your URLs with Facebook's debugger and they look good.

I'm not in my office right now, but tomorrow can try posting one directly to Facebook and see if it works there - could be Facebook changed something (again), which is pretty typical.
brian
@brian
10/28/15 03:48:48PM
10,149 posts

Forcing the user to select "Account type" on signup page


Design and Skin Customization

The problem here is that SOME of your users are going to "signup" on your LOGIN page - NOT your signup page, and those users are going to be placed in your default quota.

If they are on the SIGNUP page and decide to not click on the select element, whatever is the default quota will be selected.

So just make sure your default Quota is the one you want users to be in by default - most of your OneAll users will end up there.

Hope this helps!
updated by @brian: 10/28/15 03:48:54PM
brian
@brian
10/28/15 03:46:46PM
10,149 posts

Reverbnation link and stats


Suggestions

There's nothing in the works on our end for Reverbnation... last we looked there is no public Reverbnation API, so you can't really integrate with them.
brian
@brian
10/28/15 03:45:02PM
10,149 posts

Site shrinks when logged in??


Design and Skin Customization

Make sure you're not zoomed out:

View -> Actual Size
brian
@brian
10/28/15 03:44:19PM
10,149 posts

URL Mapping - rules size


Installation and Configuration

Right now the textarea is only going to hold 4096 characters - in order to have more than that we're going to have to change the way the module works.

How many URLs are you entering?

Thanks!
brian
@brian
10/27/15 07:47:24PM
10,149 posts

Is this 404 error caused by jrCore/router.php?


Installation and Configuration

yeah this is my #3 in your other post:

http://www.jamroom.net/the-jamroom-network/forum/new_posts/34083/where-in-admin-panel-to-turn-on-ssl

You need to setup the rewrite in your .htaccess file.

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

AFTER the RewriteEngine On line.
brian
@brian
10/27/15 01:02:04PM
10,149 posts

Where in admin panel to turn on SSL?


Using Jamroom

It's not something you just turn on - you have to:

1) install the key and certificates (both domain and chain) onto your server, and ensure the domain has been configured in Apache correctly for SSL.

2) You need to modify the data/config/config.php file and update the URL to be SSL (if you want everything to be on SSL)

3) You need to add the proper redirect mod_rewrite rules to your .htaccess file so access to port 80 is redirected to port 443.

Your hosting provider should assist you with this.

Hope this helps!
brian
@brian
10/27/15 10:55:39AM
10,149 posts

Sharing songs on Facebook problem


Using Jamroom

The OG tags are all setup correctly on that page, so if you're not seeing an image it's something on FB's end.
updated by @brian: 10/27/15 10:55:47AM
brian
@brian
10/27/15 08:30:01AM
10,149 posts

Sharing songs on Facebook problem


Using Jamroom

Eddy:
On my JR site or that site from the image I posted?

On your JR site.
brian
@brian
10/27/15 08:01:41AM
10,149 posts

Sharing songs on Facebook problem


Using Jamroom

The audio player will definitely not show if you are not using SSL - images might. However, the ShareThis module (I believe) rewrites the URL to SSL so it shares properly.

Do you have a link to the page you're sharing?

Thanks!
  340