Forum Activity for @brian

brian
@brian
10/02/19 07:07:56AM
10,148 posts

Can jamroom work without mailgun?


Using Jamroom

Zachary Moonshine:
Not very prompt at all actually they just now responded to me and they are trying to say the bill is that high because of the validations?

Why do you have validations enabled? Those are the expensive part and are turned OFF by default. You need to go in to ACP -> Communication -> Mailgun API and UNCHECK "Address Check Enabled". We have this area highlighted on purpose because it will cost you money.
20191002-070653.jpg 20191002-070653.jpg - 233KB
brian
@brian
10/01/19 03:14:47PM
10,148 posts

Can jamroom work without mailgun?


Using Jamroom

Zachary Moonshine:
Thanks Brian and yes you are correct i look back at the history in my mailgun account and i can see see some months i was actually below the 10k limit and they charged me a few dollars which also makes no sense. And some months they didnt charge anything. it has always been so low of a bill i never really bothered to look into it and check out the details but it is clear something is not right. I wish they would respond to my emails now, i wasnt expecting an extra bill that size this week and this could cause me some serious issues

What they will do is if your bill is under like $1.00 they will "roll it over" until you have like a $2.50 bill then they will charge it -otherwise they don't really make anything after the CC charges. Your best bet is to contact them about it - there's not much we can do on this end to help out with the billing questions.
updated by @brian: 10/01/19 03:15:00PM
brian
@brian
10/01/19 03:11:50PM
10,148 posts

Advanced Login Redirect Options


Suggestions

This is actually already supported and should be working. Any "view" that includes the jrUser_session_require_login() function already does this - and that is like 90% of views.

Where do you see this not working?
brian
@brian
10/01/19 03:10:53PM
10,148 posts

MaxMind?


Using Jamroom

Yes - the Geo Location module already integrates with MaxMind.
brian
@brian
10/01/19 03:09:07PM
10,148 posts

one thing i DO NOT like about the new editor


Suggestions

michaeld:
What do you do if you don't want to allow HTML? I've unchecked it in the quota config, but yet the text field still makes the text tags

You cannot use the Editor without allowing the default set of HTML - that's the tags that are needed in order to support the editor. If you do not want HTML at all you need to completely turn off the editor.
brian
@brian
10/01/19 03:08:13PM
10,148 posts

DirectoryIndex not allowed here


Installation and Configuration

It sounds like you've not allowed DirectoryIndex to be overridden at the .htaccess level - so you need to add:

DirectoryIndex modules/jrCore/router.php

In your virtual config and then remove that line from the /var/www/tree.site.r/.htaccess file.

Let me know if that helps.
brian
@brian
10/01/19 03:06:12PM
10,148 posts

Can jamroom work without mailgun?


Using Jamroom

Zachary Moonshine:
mailgun just sent me a bill for 62 dollars but i thought we get 10k emails free each month and the total sent out for this month shows 20k? Is this normal?

That's not right - you need to contact Mailgun. It's only $5 for every 10,000 emails over the first 10,000 free - so in this case it would be $5 for you.
brian
@brian
09/18/19 08:03:37PM
10,148 posts

Image Raw URL


Design and Skin Customization

michaeld:
I think I got it....

https://www.playgroundz.rocks/webhosting/profile/image/profile_image/2/original/image.jpg

Literally, add image.jpg love it!!!

Sounds good :)
brian
@brian
09/18/19 08:03:13PM
10,148 posts

Image Raw URL


Design and Skin Customization

You can just add /image.jpg to the end - i.e..

https://www.playgroundz.rocks/webhosting/profile/image/profile_image/2/original/image.jpg

Just note - if you are generating these image URLs inside a template, you will need to use the right template variable for the extension - i.e. $item.audio_image_extension

If you KNOW all your images are JPG images, you can just use /image.jpg at the end of your image URLs.
brian
@brian
09/18/19 07:34:52PM
10,148 posts

Image Raw URL


Design and Skin Customization

OK - just add /image.jpg to the end of the image - if you're doing it in a loop in a template it will be something like:

[cpde]
/image.{$item.audio_image_extension}
[/code]

Here's your forum image here with /image.jpg added to the end (note that JR doesn't care about it):

https://www.jamroom.net/user/image/user_image/62/icon/crop=portrait/_v=17b3f1532811104/image.jpg
updated by @brian: 09/18/19 07:35:06PM
  27