Forum Activity for @brian

brian
@brian
05/02/16 01:45:01PM
10,149 posts

Groups: notifying or emailing group members


Using Jamroom

Just a note that this ticket:

https://www.jamroom.net/the-jamroom-network/tracker/1028/add-profile-and-user-targetting-rules-to-email-newsletters

is related to updates to the newsletter module for JR - it has nothing to do with Profile Groups. If we come up with a way to let group admins notify users, it will be a new module - it will not be the newsletter module (which is only for the master admin).

Just an FYI.
brian
@brian
05/02/16 01:43:49PM
10,149 posts

Unable to execute FFMpeg binary


Installation and Configuration

before i go:
theres audio already uploaded meaning it worked fine before now.
And there isnt a problem with a fresh jr install on the server

Then you need to find out why it is not working. If a fresh install works, but your old one does not, go to Marketplace -> Tools -> Reload Modules and Skins and reload the Audio module - maybe your install is messed up.

Let me know if that helps.
brian
@brian
05/02/16 01:42:47PM
10,149 posts

TinyMCE inserting line breaks into some list items


Jamroom Developers

I have this fixed up in the next core release.

Thanks!
brian
@brian
05/02/16 01:41:58PM
10,149 posts

Jamroom 5 and php 7


Using Jamroom

Black-Eagle:
Hello,
Ubuntu 16.04 LTS is now available with php 7.0.
I wish I update my server.
Jamroom 5.3.4 is it compatible with php 7.0 ?
Thanks.

Yep - JR works great on PHP 7.0.

Hope this helps!
brian
@brian
04/28/16 11:16:45AM
10,149 posts

today I got 2K spamposts; blocking on IP-ranges possible?


Using Jamroom

Also - would recommend setting up the Spam Blocker module:

https://www.jamroom.net/the-jamroom-network/networkmarket/82/spam-blocker

with a new user quarantine period.
brian
@brian
04/28/16 11:14:53AM
10,149 posts

today I got 2K spamposts; blocking on IP-ranges possible?


Using Jamroom

You can't enter an IP range, but you can block an IP class or block - i.e.
192.168.1.
would block 192.168.1.1 -> 192.168.1.255

10.10.
would block 10.10.0.1 -> 10.10.255.255

If you need to block actual ranges, you'll want to do that with a DENY directive in your site's .htaccess file - i.e.:

http://serverfault.com/questions/714270/how-to-block-ip-in-httaccess-on-apache-2-4
updated by @brian: 04/28/16 11:16:00AM
brian
@brian
04/28/16 11:12:41AM
10,149 posts

Problems When Updating The Aparna Module


Using Jamroom

Yeah this is not going to work that way, since an "upgrade" moves the entire folder. Instead you are going to have to make a small custom module. First, using Aparna create a new module - say "xxPluginSpellcheck" or whatever.

Then, in the new module directory create a sub directory - i.e.
modules/xxPluginSpellcheck/tinymce

and put the plugin code INSIDE that directory.

Then, modify the module's include.php file and add this line INSIDE the init() function:
jrCore_register_module_feature('jrCore', 'editor_button', 'xxPluginSpellcheck', 'on');

This tells the core that this module provides a custom TinyMCE plugin.

Do the same process for your other plugin as well - that should fix that up for you.

Hope this helps!
brian
@brian
04/28/16 11:08:06AM
10,149 posts

SEARCH ALL MODULES code needed


Using Jamroom

derrickhand300:
The issue may be in the way the pages are created...when i create a new page I just type the url in the browser ie: www.mysite.com/new_page then select the button that says something like " This page does not exist-click this button to create this page"
I wonder if the search index settings are not configured to index these pages made in this manner?

SB pages are not indexed by the search module - right now the search module only indexes ITEMS that are stored in a module data store, and SB pages are not stored in a data store.

I'm not sure how this would be integrated at this point, but if you create an SB page that is an HTML editor and then manually add content to it that way, it's not going to be searched. However - if you create the page and then do a JR core list call for the PAGE CREATOR module and basically "embed" a page that way, that would work.

I will check out getting SB pages supported in the search module though.
brian
@brian
04/28/16 11:05:21AM
10,149 posts

SEARCH ALL MODULES code needed


Using Jamroom

derrickhand300:
I have tried the rebuild button and let it run all night ( not a very large site) still its not indexing those pages...
Any thoughts?

If it is a small site, the index rebuild should only take a few seconds... Are you still seeing it rebuilding a day later?
brian
@brian
04/28/16 11:04:22AM
10,149 posts

Unchecked additional profiles on Account form after changing User Group


Using Jamroom

We use this type of setup here on jamroom.net and I've not seen an issue, but I will check it out.
  272