Forum Activity for @michael

michael
@michael
09/19/16 09:38:18PM
7,826 posts

How to allow a module but exclude it from the profile menu


Jamroom Developers

Seams weird.

Docs: "{jrProfile_menu}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1997/jrprofile-menu

You can do it with the
exclude_modules="jrForum"
paramter of the {jrProfile_menu}.
michael
@michael
09/19/16 07:41:16PM
7,826 posts

getting an error with Mastro 4 skin with Annika live wall Audio buttons


Design and Skin Customization

SeanChaney:....PS. It seems the share button might not work under Mastro 4 With Annika Live Wall....

Seeing that also, we'll get that fixed up. Thanks.
michael
@michael
09/19/16 07:31:46PM
7,826 posts

Changing quota when Admin approved pending user


Using Jamroom

Suggest removing the "pending" quota as it seams un-needed since you are doing the approvals manually.

Currently the member has to wait for you to approve them before they can login.

Make the "Member" quota the signup quota, then set the signup method to "Admin Validation" at:
ACP -> MODULES -> USERS -> USERS -> TOOLS -> QUOTA CONFIG
michael
@michael
09/19/16 07:03:03PM
7,826 posts

jrCore_load_url error


Using Jamroom

When I setup a new server I always follow brians guide from here:

"High perfomance jamroom on digital ocean"
https://www.jamroom.net/brian/documentation/guides/1188/high-performance-jamroom-on-digitalocean

It was written before we opened Jamroom Hosting so its for digital ocean, but the steps are the same. Now I use 16.04 LTS rather than 12.04 LTS.
The guide is good. Not sure about RLimitMEM, never touched it.
michael
@michael
09/19/16 06:44:02PM
7,826 posts

Changing quota when Admin approved pending user


Using Jamroom

Elise:.....I go to the profile, change the quota to "member" and then approve the pending user....

Where would the user go if you didn't "change the quota to member"?
michael
@michael
09/19/16 06:41:53PM
7,826 posts

OneAll System Feed


Design and Skin Customization

The function that fires the site wide system feed share action is jrOneAll_db_create_item_listener() found in:
/modules/jrOneAll/include.php

Currently it:
* checks the user is logged in,
* gets the linked network for the System Feed (if it exists)
* retrieves the owner of the created items info
* creates a 'share_action' queue.

There is no code in place to limit it to specific quotas.

There is an event that happens when the queue entry is created though: 'create_queue_entry', you could use the events and listeners system:

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners

To listen for that event, then fire your own function to drop any items that were in a quota you didn't want being added.
michael
@michael
09/19/16 06:20:31PM
7,826 posts

Nervous about re-sizing images


Using Jamroom

Second screenshot: port number on jamroom hosting is 222 not 22. Thats probably the issue.

No problem with not owning the sb-test.com domain.
michael
@michael
09/19/16 05:59:48PM
7,826 posts

Changing quota when Admin approved pending user


Using Jamroom

Yes, thats a good idea Holly.
michael
@michael
09/19/16 05:57:50PM
7,826 posts

Changing quota when Admin approved pending user


Using Jamroom

There is no shortcut. When you approve them, they will go into the quota that they signed up to. If you want them to go into a different quota, make that the quota they sign up to.
michael
@michael
09/19/16 05:10:14PM
7,826 posts

System Generated Emails have junk like this in the subject: !-- BEGIN jrUser/email_new_device_subject.tpl --


Installation and Configuration

The reason its happening and the solution are both listed above:
You have a developer feature turned on.

Go to:
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG

and uncheck the checkbox marked "Template Name In Source"

Turn it off if you're not using it.

The reason you would use it is if you needed to know what template generated the code for a section.

The help text reads:
Quote:
Enabling the "Template Name in Source" option will add an html comment with the name of the .tpl file START and END to help locate which html code comes from which template.
  346