Forum Activity for @ultrajam

SteveX
@ultrajam
07/09/17 08:24:25AM
2,589 posts

Small typo in jrGravatar 1.2.0b2


Using Jamroom

Small typo in jrGravatar 1.2.0b2 Global Config "use local cache" help text:
/gravatar/admin/global
Quote: served from the lcoal web server

updated by @ultrajam: 10/10/17 02:58:12AM
SteveX
@ultrajam
07/09/17 07:28:41AM
2,589 posts

jrBlog welcome post messes with blog counts


Using Jamroom

When installing Jamroom, the admin account has the default Welcome blog post already created during the install process but it isn't included in the profile blog count.

If the admin then creates more blog posts before deleting the initial Welcome post (or simply edits that Welcome post) their profile blog count will evermore be out by 1.

jrBlog 1.1.15, jrCore 6.1.0b5
updated by @ultrajam: 10/09/17 02:02:36PM
SteveX
@ultrajam
07/08/17 11:03:59AM
2,589 posts

Landing Page Questions/Changes - background, lower page links, removing items..and more


Design and Skin Customization

Try turning on "template name in source" here:
/developer/admin/global
That might help.

You will still need to use your browser tools or Firebug though, as you would to customise any website cms.
SteveX
@ultrajam
07/07/17 01:00:49PM
2,589 posts

Small typo in help


Jamroom Hosting

https://www.jamroom.net/ultrajam/hosting/domain_import/xxx/id=xxxx

The "Replace Local Site" help text has a small typo:
Quote: If this ithe first time importing the remote site...

updated by @ultrajam: 10/06/17 03:12:38AM
SteveX
@ultrajam
07/07/17 02:32:36AM
2,589 posts

jrUrlScan and links as list items


Using Jamroom

My pleasure!

Thank you Michael :)
SteveX
@ultrajam
07/06/17 04:04:30AM
2,589 posts

jrUrlScan and links as list items


Using Jamroom

A ul list of urls are not converted to links unless a space is added before the url.

Looking at the jrUrlScan 1.1.12 code, in function jrUrlScan_replace_urls allowances are made for links as the first item in a div or paragraph. If I add similar code for a li everything works as expected.

        // Fix for URLs right after an opening <p> tag which can be added by the editor
        if (strpos(' ' . $text, '<p') || strpos(' ' . $text, '<div') || strpos(' ' . $text, '<li')) {
            $text = preg_replace('`<([p|div|li])([^>]*)>[ \n\t\r]*http`', '<\1\2> http', $text);
        }

updated by @ultrajam: 10/13/17 01:30:56PM
SteveX
@ultrajam
07/01/17 09:08:41AM
2,589 posts

Vertical Display in jrList


Jamroom Developers

$profile_tpl will be captured (or the variable defined) in the same template.
SteveX
@ultrajam
07/01/17 03:23:32AM
2,589 posts

jrLaunch description flows off page at 1280px


Using Jamroom

Also, the launch_submit_button looks out at less than 767px so I added to that media breakpoint

margin-left: 10px;
padding: 10px;
  34