Forum Activity for @ultrajam

SteveX
@ultrajam
08/03/16 04:14:25PM
2,584 posts

AdminSkin and browser back button



I think it does. I did spend an unspecified amount of time on the ACP, but couldn't find a way to make the template structure work with the different html structure. Tore out some hair, backed out and installed the admin skin module. Too much work at a time when I had so many urgent things to work on.

I doubt that I will return to this in the near future. Our skin needs are basic, just lists of teaching workbooks/microsites. Profiles mainly deliver microsites (and a few ameliorations) to not logged in users. The microsites (workbooks) can have their own custom skin, although we don't yet have a choice of skins for the microsites, maybe soon.

On a side note, my new line manager has joined the Jamroom forum - @riggster. He beat me in the interview for the job, although I'm not sure why/how yet. He's a nice guy though, so I hope we can give him any help he needs in getting to grips with Jamroom. I'm hoping he's going to start posting to the forum soon although he sits next to me in the office. I told him that jr support is great and that he needs to engage with jr people (the jr team), the ACP (he's starting with a basic jr hosted site) and the jamroom forum in case I ever move on to a different job. None of that's your responsibility, and I have said to Mark (@riggster) that if I do move on I will provide as much support as I can through the jamroom forum so he should consider that the most reliable resource for support.

Please say a nice hi to Mark (@riggster) when he eventually starts to post :) The library is likely to be using Jamroom to deliver online learning until at least 2020, so I hope he can engage with it well.
updated by @ultrajam: 08/03/16 04:23:04PM
SteveX
@ultrajam
08/03/16 03:09:37PM
2,584 posts

AdminSkin and browser back button



We use it for providing a different admin skin :)

For various reasons (mainly the documentation) we have bootstrap html for visitors and logged in authors. Site and profile pages use a custom skin which provides bootstrap style templates for layout and item create/update forms.

After starting I decided that I couldn't justify the time it would take to do the same for the admin skin (it's mainly just me who sees that), so I installed the admin skin module. We use ujWorkbookJacket for site and profiles but a slightly modified jrElastic for the ACP.

I can live with the skin switching, and we have similar looking skins for both admin and profiles/site, so it doesn't jar much. It is noticeable though, so I report it here when I see it. I can stop reporting it if it's creating work, it isn't a problem for me and nobody else really sees it.
updated by @ultrajam: 08/03/16 03:11:11PM
SteveX
@ultrajam
08/03/16 04:12:40AM
2,584 posts

AdminSkin and browser back button



If I create a new user at /user/create, then change the user's quota, then use the browser back button to return to create another user, the wrong AdminSkin is used.
SteveX
@ultrajam
08/03/16 12:37:30AM
2,584 posts

Adding a Forum to a new profile


Installation and Configuration

In the Forum module Quota settings, select the quota that those profiles are on, check the Allowed on Profile checkbox, then save.
SteveX
@ultrajam
08/01/16 02:46:05PM
2,584 posts

Jamroom Core 6.0.0 Alpha 1



I updated, ran th eintegrity check, then visited the only profile on the system. Got this error in the log:
Quote: Array ( [error] => Query Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''profile_view_count', 0, '1') ON DUPLICATE KEY UPDATE `value` = IF(`key` = 'profil' at line 1 [_post] => Array ( [_uri] => /stevex [module_url] => stevex [module] => [_profile_id] => 1 ) [query] => INSERT INTO jr_jrprofile_item_key (`_item_id`, `_profile_id`, `key`, `index`, `value`) VALUES (1, , 'profile_view_count', 0, '1') ON DUPLICATE KEY UPDATE `value` = IF(`key` = 'profile_view_count', `value` + 1, VALUES(`value`)) )
SteveX
@ultrajam
07/28/16 06:06:37PM
2,584 posts

Next Item


Jamroom Developers

Melih:i made a custom one to display panoramic images.

Hey, I've got one of those too! I'm using A-Frame, which route did you take?
SteveX
@ultrajam
07/28/16 01:34:24PM
2,584 posts

Group Discussions - Reply Count


Jamroom Developers

It depends which template and module you are doing this in - try putting debug in your template to see what's available.

It will probably be something like {$item.discuss_comment_count}
SteveX
@ultrajam
07/28/16 01:27:54PM
2,584 posts

How to undo Update Changes?


Using Jamroom

You should be able to revert to a previous module version in Marketplace > Tools

Look for the Release Archive button - "Previous version of modules and skins that can be restored"
SteveX
@ultrajam
07/28/16 01:17:52PM
2,584 posts

Full width Image on the home page


Using Jamroom

Do you mean a background image, like the blue gradient here on jamroom.net?
https://www.jamroom.net/profiletweaks/background/2/1459964919

If so, you can add that as a background in your css. Jamroom.net uses this:
.index-splash {
    background-image: url('https://www.jamroom.net/image/img/skin/jrJamroomNet/bg2.jpg');
    background-size: 100% 100%;
    -webkit-background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

You might not have a div with the class "index-splash", try adding it to body or html
updated by @ultrajam: 07/28/16 01:20:45PM
SteveX
@ultrajam
07/27/16 04:30:11PM
2,584 posts

youtube embed


Jamroom Developers

I would try using jrCore_list to search for the latest youtube on a profile (use the return_item_id_only parameter), then use that item_id in your youtube embed.
  68