Forum Activity for @michael

michael
@michael
05/23/16 05:32:25PM
7,826 posts

Error with Jamroom licence


Installation and Configuration

There is a server problem with http://regal-network.com/newberry_bible

before trying to install jamroom there, put a simple text file there and see if it shows:
something.txt
this is some text to put in the something.txt file, anything is fine just want to see if it shows

Then go to
http://regal-network.com/newberry_bible/something.txt

If that text is readable, then you can install jamroom there, but if that text is not readable, then there is a server setup issue. I think thats the case now.
michael
@michael
05/21/16 12:50:42AM
7,826 posts

Documentation module images out of div


Using Jamroom

This is fixed in the latest version of jrDocs 1.3.3
michael
@michael
05/20/16 05:05:29PM
7,826 posts

Forum file attachment types


Using Jamroom

For the initial post in the forum, the location is:
ACP -> PROFILES -> FORUM -> GLOBAL CONFIG -> GENERAL SETTINGS -> ALLOWED FILE TYPES

For all of the comment responses to the initial forum post the location is hard-coded at:
/modules/jrForum/templates/item_detail.tpl

around line 177, this:
{if $_user.quota_jrForum_file_attachments == 'on'}
<div class="jrforum_upload_attachment">
     {jrCore_upload_button module="jrForum" field="forum_file" allowed='png,jpg,gif,jpeg,txt,zip,pdf' multiple="true"}
</div>
{/if}

Or you can alter it from
ACP -> PROFILES -> FORUM -> TEMPLATES -> item_detail.tpl -> MODIFY
michael
@michael
05/20/16 04:48:30PM
7,826 posts

Skins Preview URL


Design and Skin Customization

nothing. you cant change skins by fiddling with the URL. Suggest using the Admin Skin module to isolate the area your interested in if you're having issues.
michael
@michael
05/20/16 04:43:52PM
7,826 posts

Free SSL Certificates


Installation and Configuration

We use lets encrypt too, more info in this blog post:

"Jamroom.net Redesign + New Hosting Features"
https://www.jamroom.net/the-jamroom-network/blog/76/jamroomnet-redesign-new-hosting-features
michael
@michael
05/19/16 06:53:14PM
7,826 posts

Former Ning CEO Speaks...


Ning To Jamroom

my offer of $10 was rejected for being too low. It appears the lowest they would consider is $500.
screenshot_ning_sale.jpg screenshot_ning_sale.jpg - 111KB
michael
@michael
05/18/16 08:00:08PM
7,826 posts

New Stuff Forum


Suggestions

JR4 had one forum and developers got a small section of it. JR5 made all developers equal with the core developers, they each have their own full forum.

Feels like what's being asked for is a way to see the other developers forums too.

Thinking that the solution might be a NEWEST POSTS section for all forums so that there is a central location to see all activity on the site without needing to visit the forums individually.

Current flow seams to be:
* user visits 'The Jamroom Network' 's profile forum.
* wants to know what is new on other profiles.

The logical solution seams to be "Go visit the other profiles". While the objection feels like it is "but i want a central location to see whats new."
michael
@michael
05/18/16 06:43:11PM
7,826 posts

Media Url Scanner


Using Jamroom

fixed in jrYouTube 1.4.0. If you want the fix before that module is released, update jrYouTube/include.php function to this:
/**
 * Extract a YouTube ID from a string
 * @param $str string YouTube ID/URL
 * @return bool|string
 */
function jrYouTube_extract_id($str)
{ if (strlen($str) === 11 && !preg_match('/[^a-zA-Z0-9_-]/', $str)) { return $str; } // http://youtu.be/VXWF_yi5WB0 if (strpos($str, 'http://youtu.be/') === 0) { $id = trim(substr($str, 16)); if (strlen($id) === 11) { return $id; } } // https://youtu.be/VXWF_yi5WB0 if (strpos($str, 'https://youtu.be/') === 0) { $id = trim(substr($str, 17)); if (strlen($id) === 11) { return $id; } } // fall through parse_str(parse_url($str, PHP_URL_QUERY), $_tmp); if (isset($_tmp['v']) && strlen($_tmp['v']) === 11 && !preg_match('/[^a-zA-Z0-9_-]/', $_tmp['v'])) { return $_tmp['v']; } return false; }
michael
@michael
05/18/16 06:36:37PM
7,826 posts

Media Url Scanner


Using Jamroom

Ok, got it now, your getting urls like this from somewhere:
https://youtu.be/yMmrDpsYr0s

Thats failing. Will be fixed in the next version of jrYouTube.

Thanks.
michael
@michael
05/18/16 06:26:34PM
7,826 posts

Media Url Scanner


Using Jamroom

following the steps in the first post, I turned on the jrUrlScan module.

Went to 'Global Config' and checked the 'Expanded Media' (because I like that more) :)

The "Active Text Formatters" were already set to allow 'Convert Embeded Tags'. Just to be sure, I clicked the "Apply to all quotas" anyhow and saved.

Next step, I went to a blog post, and updated. Found a random youtube video and copied its url:
https://www.youtube.com/watch?v=yMmrDpsYr0s
into the blog post.

EXPECTED:
That if there was a bug, the bug would be visible.

ACTUAL:
The video displayed in its converted state and was able to be watched.
Best Parkour and Freerunning
  396