Forum Activity for @brian

brian
@brian
09/18/19 07:34:52PM
10,149 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
brian
@brian
09/18/19 07:21:14PM
10,149 posts

Image Raw URL


Design and Skin Customization

I have a feeling it is related to the HEAD request. What is the URL to one of your images so I can check it out from here? I can look at it in the AM and let you know. The URL shouldn't matter and I don't think that is the issue.
brian
@brian
09/18/19 06:30:38PM
10,149 posts

ERROR - MySQL


Using Jamroom

izhmel:
That is strange, as MySQL support is actually already enabled.
If you visit https://dubmusicproductions.com/phpinfo.php and search mysql, you will see plenty of mentions of this. Both mysqli and mysqlnd support is enabled.
Kind regards

For Jamroom 4 you have to enable the OLD "mysql" extension - that's been removed in newer versions of PHP. Jamroom 5+ uses only mysqli.
brian
@brian
09/18/19 06:29:13PM
10,149 posts

simple forms phone number


Suggestions

The problem with phone numbers is there is about 100+ different ways of inputting them. With Core 6.4.1 there will be a new "phone_number" validator for the form designer - it will just verify the characters entered are 0-9, -, (, ), + and spaces.
brian
@brian
09/18/19 06:27:36PM
10,149 posts

Page content box not showing


Using Jamroom

You have entered invalid content - what the error says :)
brian
@brian
09/18/19 06:27:07PM
10,149 posts

CSS Not Loading, ReferenceError: jQuery is not defined, ReferenceError: $ is not defined


Design and Skin Customization

musicianband:
Thank you for your answer! I will look again and when the problem is solved, I will write what happened. Have a great day!

Look in the data/logs directory for the error_log - newest entries are at the bottom - it can help you find the error in a template.
brian
@brian
09/18/19 06:25:29PM
10,149 posts

Important TinyMCE upgrade in Jamroom Core 6.4.0


Announcements

Sorry for overlooking your follow up here Strumelia! Unfortunately there is no way at this time to change the icon size in TinyMCE 5 - apparently this is something they are working on, so hopefully it is configurable soon.
brian
@brian
09/18/19 06:24:02PM
10,149 posts

Image Raw URL


Design and Skin Customization

There is no "raw" image URL in Jamroom - all image requests must go through Jamroom's Image support module. However, you can use the "original" size to get what you want. Just make sure the "Block Original Download" option is UNCHECKED in the Core -> Image Support -> Global Config, then you can request the "original" size image - just use "original" instead of large, xlarge, etc.

Note that this is done so Jamroom can properly handle profile privacy.

Let me know if that helps.
brian
@brian
09/04/19 11:19:32AM
10,149 posts

redis issue


Installation and Configuration

The root cause of this is your Redis server (or server) is overloaded and is taking longer than 5 seconds to respond to the Redis command, which causes a READ timeout on the socket.

So right now key functions all expect a true/false return and are not wrapped in a try/catch structure. Since the root cause of these errors is a server failure I will try to add additional try/catches in as I update the module, but it's not a high priority.
updated by @brian: 09/04/19 11:20:03AM
brian
@brian
09/04/19 11:06:23AM
10,149 posts

one thing i DO NOT like about the new editor


Suggestions

This has been fixed in Jamroom Core 6.4.0. Thanks!
  28