Forum Activity for @michael

michael
@michael
08/15/16 07:47:41PM
7,832 posts

.svg instead of animated gif for loading animation


Design and Skin Customization

No it doesn't there are no limitations on any code in skins, you can use any code you like, you have full control.
michael
@michael
08/15/16 07:30:18PM
7,832 posts

ISkin4 Lightbox - video support


Design and Skin Customization

Thoughts? Sure: You have no width set on the iframe, but you're trying to get its width, what are you expecting to happen? Then you're taking a value that can't possibly be set and trying to perform math on it....... I would expect bad things to happen then.....

Thoughts:
* Things might work better if you set a width/height on the iframe element.
* id's have to be unique to a page or javascript gets confused, make sure you only have 1 of these things on any one page. (or get that {$unique} working.)
michael
@michael
08/15/16 07:18:28PM
7,832 posts

"Groups" organized by group instead of by User


Using Jamroom

Jamroom is very profile centric, profiles are the canonical location for any item, like right now you are writing in the FORUM on the "The Jamroom Network" profile.

"The Jamroom Network" is a profile we use for the system related stuff, I have my own profile too here @michael

It would be weird to have the forum for the jamroom.net system found at jamroom.net/michael/forum because that is on a personal profile. Thats why a separate profile was created "The Jamroom network" and all system wide modules like the forum put in there. The url then becomes jamroom.net/the-jamroom-network/forum ( which is where we are now. )

The USER is the person looking at the screen, the PROFILE is the location where items are uploaded to. One user can have as many profiles as the admin user allows them to.

For you you should create either create a profile to house all your groups or create a profile per group then link whichever users you want to that profile.

eg: a profile to house all your groups
your-site.com/groups/test-group
your-site.com/groups/cats
your-site.com/groups/dogs
your-site.com/groups/gophers

eg: a profile per group
your-site.com/test-group/group
your-site.com/cats/grooming-group
your-site.com/dogs/training-group
your-site.com/gophers/movie-group

Related Docs:

Doc: "Concepts the admin user needs to know"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/2167/concepts-the-admin-user-needs-to-know

Docs: Jamroom Admin Handbook: Table of Contents
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook

Docs: "Link User Accounts ( multiple profiles )"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3481/link-user-accounts-multiple-profiles
michael
@michael
08/15/16 07:08:10PM
7,832 posts

Comments item_action - Use module_name


Design and Skin Customization

What is the output of {$item.action_data.comment_module}? figure out what that is and hard code it into the other variable:

{$_mods.WHATEVER-IT-OUTPUT.module_name}

What does that output, if it outputs what you want, then the issue is the structure your passing in the variable to get back what you want. If it outputs nothing, then the issue is $_mods isn't available in the location where your working.
michael
@michael
08/15/16 07:05:36PM
7,832 posts

Improvement to the documentation


Using Jamroom

Thanks for finding that @ultrajam, I've updated the docs. :)
michael
@michael
08/15/16 07:00:16PM
7,832 posts

Link Existing Accounts


Using Jamroom

Type 'link' in the ACP seach box. That will bring up "User Profile Link", thats what you want.

Its at:
ACP -> PROFILES -> PROFILES -> TOOLS -> USER LINK ACCOUNTS
michael
@michael
08/15/16 04:34:58AM
7,832 posts

Cannot Restore Previous Version of System Core?


Design and Skin Customization

you dont want to go back to b2, it had an issue with the marketplace that was hard to get to b3 from.
michael
@michael
08/15/16 03:42:51AM
7,832 posts

Image gallery error on save


Jamroom Developers

Seams like there is a 4 month old thread with similar issue:

https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/39187/cant-create-galleries-duplicate-key-error

Have you run the integrity check with all the checkboxes checked? How to do that is outlined here:

Docs: "Somethings wrong what do I do?"
https://www.jamroom.net/the-jamroom-network/documentation/problems/114/somethings-wrong-what-do-i-do
michael
@michael
08/15/16 03:37:57AM
7,832 posts

Image gallery error on save


Jamroom Developers

My guess is the jr_jrgallery_item and jr_jrgallery_item_key are out of sync.

When you moved the database over to the new server did you clear out the database before putting the new one in? How did you move the database?
michael
@michael
08/14/16 09:50:37PM
7,832 posts

Image gallery error on save


Jamroom Developers

Then it shouldn't be happening, sounds like a bug, whats the steps to reproduce it?

--edit--
What the message is saying is: "there is already an item in the database with this id, this id should be unique, so when you tell me to put the same id in again, I dont like it and im telling you I dont like it."
updated by @michael: 08/14/16 09:52:35PM
  369