Forum Activity for @ultrajam

SteveX
@ultrajam
07/06/17 04:04:30AM
2,584 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,584 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,584 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;
SteveX
@ultrajam
07/01/17 03:03:44AM
2,584 posts

jrLaunch description flows off page at 1280px


Using Jamroom

Changing the inline style on .wrap fixes this.

I removed the width:100%; and added right:50px;
SteveX
@ultrajam
07/01/17 02:57:23AM
2,584 posts

jrLaunch description flows off page at 1280px


Using Jamroom

On a fresh install the description paragraph for jrLaunch flows off page at 1280px width, although it is fine at 980px.

Using Safari and Firefox.
Voila_Capture 2017-07-01_10-54-00_am.jpg Voila_Capture 2017-07-01_10-54-00_am.jpg - 143KB

updated by @ultrajam: 10/03/17 01:17:34PM
SteveX
@ultrajam
06/28/17 11:23:30AM
2,584 posts

We need your ratings and reviews!


Announcements

CMSCritic review button gives a 404 :(

They are powered by ProcessWire, maybe they should switch to... Jamroom? :)
updated by @ultrajam: 06/28/17 11:24:44AM
SteveX
@ultrajam
06/25/17 02:07:24PM
2,584 posts

Resize the play button in the follow me skin


Jamroom Developers

What code are you using to display the icon ?
updated by @ultrajam: 06/25/17 02:08:00PM
SteveX
@ultrajam
06/24/17 06:35:28PM
2,584 posts

How to install a page counter for republished text?


Using Jamroom

Unusual request for CC licenced content.

Out of interest, doesn't that break the No additional restrictions condition?
https://creativecommons.org/licenses/by-nd/4.0/
updated by @ultrajam: 06/24/17 06:38:49PM
  34