Forum Activity for @michael

michael
@michael
09/19/16 06:44:02PM
7,832 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,832 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,832 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,832 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,832 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,832 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.
michael
@michael
09/19/16 05:07:10PM
7,832 posts

how to set [s] bbcode for "strikethrough" site-wide?


Design and Skin Customization

The strikethrough bbcode isnt in our system currently. We'll get it added in to the next core release.

@ultrajam's solution will get the strikethrough button to the editor though and will work in any location that the editor exists.

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor

ACP -> MODULES -> CORE -> SYSTEM CORE -> TEMPLATES -> form_editor.tpl -> MODIFY
michael
@michael
09/19/16 03:50:30PM
7,832 posts

support tickets, site owners able to click to mark solved / resolved


Suggestions

It will be there in an upcoming release.

Thanks.
michael
@michael
09/19/16 05:48:36AM
7,832 posts

Latest Comments - HTML Markup Displayed


Using Jamroom

got a URL? I'm not understanding how to see the issue. I'll look in projam maybe I can understand.
michael
@michael
09/19/16 04:52:40AM
7,832 posts

database cleanup


Installation and Configuration

phpmyadmin or adminer from the
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> DATABASE ADMIN

If you just delete a module via FTP rather than uninstalling it then deleting it from the ACP then there may be settings left over, but they shouldn't do any harm, and probably wont take up much space.

Your call.
  347