Forum Activity for @ultrajam

SteveX
@ultrajam
05/26/17 07:09:40AM
2,589 posts

Is it possible for new applicants to complete a profile form before their account has been approved?


Using Jamroom

You could set the profile to not require approval, then make the signup quota private and hidden.
SteveX
@ultrajam
05/26/17 07:07:14AM
2,589 posts

Issue tracker resolution field strips out code


Using Jamroom

I think this is happening in smarty_function_jrProfile_menu (jrProfile 1.6.1) here because jrComment is required and also excluded:
                // If this module REQUIRES another module, and the other module is excluded, we don't show
                if (isset($_mods[$module]['module_requires']{1})) {
                    $_req = explode(',', $_mods[$module]['module_requires']);
                    if (isset($_req) && is_array($_req)) {
                        foreach ($_req as $rmod) {
                            if (strpos($rmod, ':')) {
                                list($rmod,) = explode(':', $rmod);
                            }
                            $rmod = trim($rmod);
                            if (isset($_exc[$rmod]) || !isset($_mods[$rmod]) || isset($_rt["quota_{$rmod}_allowed"]) && $_rt["quota_{$rmod}_allowed"] != 'on' || isset($_login[$rmod]) && !jrUser_is_logged_in()) {

if ($module == 'jrTracker') { fdebug("removing jrTracker here",$module); }

                                continue 3;
                            }
                        }
                    }
                }

updated by @ultrajam: 05/26/17 07:07:45AM
SteveX
@ultrajam
05/26/17 01:50:49AM
2,589 posts

Issue tracker resolution field strips out code


Using Jamroom

I tried creating a second user and logging into that account on a different browser, integrity checked, dumped caches, etc but still no button.
SteveX
@ultrajam
05/25/17 02:11:50AM
2,589 posts

Issue tracker resolution field strips out code


Using Jamroom

Thanks Michael, I no longer see the issue, I should have marked completed.

However, installing on two sites to check this out (jrTracker 1.2.5 on jrCore 6.1.0b2), no Tracker button appears in the profile menu. I only have one user and one quota on both sites, and the tracker works fine except no button appears in the menu.

Tested with Elastic, Elastic 2 and Lucid.
updated by @ultrajam: 05/25/17 02:42:21AM
SteveX
@ultrajam
05/22/17 07:19:41AM
2,589 posts

Question about HTTPS images


Design and Skin Customization

That isn't a https site. Remove the "s" and the browser will connect, but with https Firefox says:
[quote]Your connection is not secure
The owner of output23.rssinclude.com has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site.[quote]
SteveX
@ultrajam
05/21/17 09:35:05PM
2,589 posts

How to leave? (How to delete, or how to remove, own account?)


Using Jamroom

Or try running a test with an "I want to leave" contact form for one quota, and no contact form on another (they would use your site contact presumably). Survey the first hundred to leave to determine how you should change your site.
SteveX
@ultrajam
05/21/17 04:15:11PM
2,589 posts

How to leave? (How to delete, or how to remove, own account?)


Using Jamroom

If they are completely inactive after joining, and then forget their password, and then can't be bothered to re-establish their password... Why do you think they will be troubled by not deleting their account easily?

Why not run a split test? Might add some evidence to your musings?
  38