Forum Activity for @ultrajam

SteveX
@ultrajam
12/15/16 03:04:11AM
2,589 posts

Jamroom 6 Upgrade Guide


Announcements

We've just upgraded to Jamroom 6, super smooth process!

Thanks Jamroom Team :)
SteveX
@ultrajam
12/13/16 05:48:51AM
2,589 posts

upgrading to jr6 from 5.2


Using Jamroom

After upgrading did you run the integrity check with the "repair modules" option checked?
https://www.jamroom.net/the-jamroom-network/forum/announcements/46096/jamroom-6-upgrade-guide
SteveX
@ultrajam
12/10/16 05:03:36AM
2,589 posts

Home Icon/link action


Design and Skin Customization

Quote: Also, I am using the {* *} here to isolate the code, how do I make the cool grey box for code snips?
Click the BBCode Help button (next to the Attach File button) to see ways of formatting your post.
SteveX
@ultrajam
12/07/16 10:46:35AM
2,589 posts

Show Image right after upload


Jamroom Developers

To add to the suggestion, it would be great to be able to prompt users to select a license for an image when it is uploaded (Creative Commons licenses or all rights reserved)
SteveX
@ultrajam
12/07/16 10:36:06AM
2,589 posts

Multiple Instances of Documentation Module


Using Jamroom

It has been a while since I did this, but from memory I think you can just do the following:

Case sensitive searches:
Replace jrDocs with xxWiki
Replace jrdocs with xxwiki

Rename css/jrDocs.css to css/xxWiki.css
Rename js/jrDocs.js to js/xxWiki.js

In include.php jrDocs_meta(), change

'name' => 'Documentation',
'url' => 'documentation',
to
'name' => 'Wiki',
'url' => 'wiki',

Rename the module directory to xxWiki

Go through the language strings and change language to suit (in lang/en-US.php and in the templates)
SteveX
@ultrajam
12/01/16 09:52:57AM
2,589 posts

Error updating dev site


Jamroom Developers

Hi Brian

It looks that way, I can't update any site locally from either work or home but hosted sites are fine.

I'll look further tomorrow.

Thanks!
SteveX
@ultrajam
12/01/16 07:23:16AM
2,589 posts

Error updating dev site


Jamroom Developers

Trying another local site, this one not on ssl, I just get the following error:
Quote: Unable to download update from update server (2)
SteveX
@ultrajam
12/01/16 07:14:24AM
2,589 posts

Error updating dev site


Jamroom Developers

I have a site on localhost which I have used for getting updates locally.

I hadn't subscribed to the beta channel so before I started updating to JR6 it was running 5.3.6

Very soon after starting to update the core I got a white page error, with this in the log.
Quote:
[SteveX] Query Error: Data too long for column 'log_text' at row 1

[SteveX] jrCore_load_url: https://www.jamroom.net/networkmarket/browse?type=module&c[] =stable&c[] =imWcTD1VKBWpFXLY&c[] =DXn4xwovnFgxsxov returned code 0 - error #60 (SSL certificate problem: unable to get local issuer certificate)
The system now shows as running 6.0.0, but I can't access the marketplace update page without the error so I can't update the modules and skins.

I have run the integrity check with repair modules checked.

If I visit /marketplace/browse I get a within page error:
Quote: An error was encountered trying to communicate with the Active Marketplace
make sure the Marketplace URL is set correctly in Tools -> Marketplace Systems.

I tried changing to not use ssl, but still the same result.

The rest of the site seems to be working normally as far as I can see.
updated by @ultrajam: 03/19/17 02:03:27PM
SteveX
@ultrajam
12/01/16 02:30:02AM
2,589 posts

Truncated description causes missing div tag


Jamroom Developers

Developer Networks"]
Thanks Steve!
I tried that function and it did resolve the issue.
{$item.discuss_description|jrCore_strip_html|truncate:120}

I don't know why that didn't work for you.

I have just used this to fix the same problem on a site:
{$item.items_text|jrCore_strip_html|truncate:200:"..."}
It works perfectly.
SteveX
@ultrajam
11/29/16 06:04:26AM
2,589 posts

Follow me ssl browser issues


Jamroom Developers

When you switch to https within the ACP all your internal links should change to https.

Do you have a second ssl solution in play at the same time?
  55