Forum Activity for @brian

brian
@brian
12/08/16 10:41:56AM
10,149 posts

Multiple Instances of Documentation Module


Using Jamroom

Just an FYI on the licensing for the Documentation module - being JCL make sure you don't distribute your custom version :)
brian
@brian
12/08/16 10:40:48AM
10,149 posts

[Howto] Geo Location Base Update


Using Jamroom

nomoo:
2. in modules/jrCore/contrib/meter/server.php :
i had to tune up this code not to check size limit during Geo Base update:
elseif (isset($size) && $size > $this->sizeLimit) {
return array('error' => 'File is too large. size(' . $size . ') size_limit(' . $this->sizeLimit . ')');
}
Maybe I should read more docs.. Anyway. Here is a howto for geobase update.

Yeah you don't have to change anything in there - that value is controlled in the Core -> Quota Config -> Max Upload Size - set it for all your quotas to the highest and it should be good.

As the admin though I don't think you should be running into that limit in the ACP - I will check that out.
brian
@brian
12/08/16 10:37:54AM
10,149 posts

Power User Privileges


Design and Skin Customization

PatriaCo:
I understand and that is the issue. They are not helping to administer profile"s". They are only helping or being assigned to one. I don't want them to have profile admin rights to all profiles. I am wondering if there is a way to maybe hide the profile settings menu item and gear for these "profile helpers"?

You would have to do something custom in the profile_header.tpl file - there's nothing I can think of that is going to make it easy though - you'll have to check for specific quota_id OR user_id.
brian
@brian
12/08/16 10:35:22AM
10,149 posts

disabling Jr chat in a skin


Design and Skin Customization

before i go:
Is there a way to configure jr to not allow jr chat in a particular skin that belongs to a quota the has jrchat enabled

Chat is skin independent, so no - you cannot turn it off for a specific skin - you'll just need to disable the chat module if you don't want it to show.
brian
@brian
12/07/16 03:16:29PM
10,149 posts

Error: Your entry contains the following text which is not allowed: "'"


Using Jamroom

No - there are no changes made to form designer entries on upgrade. "printable" should work, and is the default for the profile bio field.

I've just tested here and don't see any issues - no getting any errors.
brian
@brian
12/07/16 03:09:23PM
10,149 posts

Error: Your entry contains the following text which is not allowed: "'"


Using Jamroom

Dazed:
I have a profile throwing this error in the profile bio. After the upgrade, if I just save on this page it throws the error. I narrowed it down one word, "Don't". Apparently it does not like the apostrophe.

Double check form designer for the profile settings and see what you've set validation to for that field.
brian
@brian
12/07/16 03:07:39PM
10,149 posts

email notifications 'gobbledygook' replacing names?


Using Jamroom

Actually I just thought of a very easy way to (hopefully) fix this - have added it in on your site, so test that again and see if it works.

Thanks!
brian
@brian
12/07/16 03:04:04PM
10,149 posts

email notifications 'gobbledygook' replacing names?


Using Jamroom

Yeah the quoting is probably the issue. I'm not sure how to fix it at this moment but will check it out.

Thanks!
brian
@brian
12/07/16 02:58:15PM
10,149 posts

Power User Privileges


Design and Skin Customization

If you have users that are "helping administer" profiles, they need to be profile admins. When a user is a Power User they only have access to the quotas you allow - that's the way it is designed.
brian
@brian
12/07/16 02:54:27PM
10,149 posts

Multiple Instances of Documentation Module


Using Jamroom

Ceri:
Many thanks....this works almost perfectly on my dev server. The only problem is that I can't seem to set Quota Config? I get this message when I click the tab:- CRI: unable to retrieve quota settings for module: xxWiki

Make sure in the include.php init() function that you're using the right module name - i.e.

jrCore_register_module_feature('jrCore', 'quota_support', 'xxWiki', 'on');

Then run an integrity check.

Ceri:
Also....where would I change Documentation to Geriadur/Dictionary ? This doesn't seem to be possible in the Language Editor. (see screenshot below)

This is language id 53 in the Documentation module.

Let me know if that helps.
  187