Forum Activity for @brian

brian
@brian
12/06/17 12:17:41PM
10,149 posts

text editor glitch since today's updates


Using Jamroom

Strumelia:
In the jrCore.css file on my server you mean? Should I go to change it directly via FTP, or change it in my ACP?

Go into your skin and add it to one of your skin CSS files - that will then "override" the core CSS.
brian
@brian
12/06/17 12:12:56PM
10,149 posts

text editor glitch since today's updates


Using Jamroom

Then you may need to added your background color to that rule - i.e.

.form_editor_holder > div {
    min-height: 170px;
    background-color: #f4eecb;
}

Let me know if that works.
brian
@brian
12/06/17 12:06:10PM
10,149 posts

text editor glitch since today's updates


Using Jamroom

That's no problem - thanks for the report on the editor. I've only updated the CSS for Elastic 2 - we've got an open ticket to make sure it works correctly in the other skins, but you may need to tweak it for your custom skin.
brian
@brian
12/06/17 12:02:27PM
10,149 posts

text editor glitch since today's updates


Using Jamroom

Hi Strumelia - just got your email update but don't see that your reply was actually saved - can you try it again?
brian
@brian
12/06/17 11:52:19AM
10,149 posts

text editor glitch since today's updates


Using Jamroom

Also - you might want to turn off the BETA channel if you don't want to update to beta versions of the Core.
brian
@brian
12/06/17 11:51:33AM
10,149 posts

Daily Profile Limits module not working?


Using Jamroom

I'll have Douglas follow up here - I'm not sure what files changed by suspect it is the menu templates - i.e.

header_menu_desktop.tpl
header_menu_mobile.tpl

Anytime there is a change to the site menu that is where it would be.
brian
@brian
12/06/17 11:50:15AM
10,149 posts

text editor glitch since today's updates


Using Jamroom

The new version of TinyMCE changed some CSS on us - specifically there was no longer a "minimum" height set on the editor, and it would basically collapse into a line. So a minimum height of 170px was added as a rule in jrCore.css:

.form_editor_holder > div {
    min-height: 170px;
}

You can override that if you would like to make it shorter, or add your background color in.
brian
@brian
12/06/17 09:18:47AM
10,149 posts

User api key


Proxima

No problem :)
brian
@brian
12/06/17 09:18:14AM
10,149 posts

Daily Profile Limits module not working?


Using Jamroom

Strumelia:
Any new developments on this front, Brian? Just wondering. :)

It's been released - we had a huge number of releases go out this morning. This took quite a long time to rebuild, so hopefully it works perfectly. Make sure and update all modules, as the audio/video/image galleries modules all had updates that are needed by the profile limits module. Then, go into your profile limits module and make sure everything is set as you need.

Let me know if that helps or you see any issues. The updates were quite complicated - while I hope it all works 100%, there certainly could be some corner cases that I overlooked (although Michael tested this pretty extensively and I think it is good).

Thanks!
brian
@brian
12/05/17 09:55:04AM
10,149 posts

User api key


Proxima

DannyA:
Ok, you confused me by using the temr api key now. Is api key the same as the app key?

Yes - sorry.

Quote:
So another server is considered an app. So back to the original point. If one of the users in my label quota wants to send me data via the api from their servers, I need to manually generate an app key for them; there is no way to let them generate their own app key. In that case, is it possible to create a custom module for them to generate their app key? That is the original question

Sure - you could do whatever you want - there is no existing functionality in Proxima to handle that for you, so you'd just need to create a new app in the app table and generate the key.
  93